jikkou AGENTS.md

A project-specific AGENTS.md instruction file for Jikkou, a Java tool for managing Apache Kafka resources as code. It documents the project structure and its build, test, and lint commands.

In plain words
What is it for?
Guiding development in Jikkou's multi-module Maven project, including its CLI, server, providers, templates, and extensions.
Why use it?
It gives an AI coding agent the project context and working rules needed to make changes consistently.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/streamthoughts/jikkou/agents-md
Clone the repo
git clone --depth 1 https://github.com/streamthoughts/jikkou

Made for: Codex, OpenCode.

Per session 2,159 This file is loaded in full into every session.
When invoked 2,159 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02159 $0.02159
Opus 5 $0.01079 $0.01079
Sonnet 5 $0.00432 $0.00432
Haiku 4.5 $0.00216 $0.00216

Measured 2d ago against content hash f3b95c5d310d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

jikkou AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 305 lines

How it starts

The opening of the file, as written. The whole thing — 305 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md - Development Guidelines for AI Coding Agents

This document provides comprehensive guidelines for AI coding agents working on the Jikkou project - an open-source Resource as Code framework for Apache Kafka.

Project Overview

Jikkou is a Java based multi-module Maven project that provides Infrastructure as Code management for Apache Kafka resources. It's designed with a kubectl-inspired approach for managing Topics, ACLs, Quotas, Schemas, and Connectors.

  • Language: Java 25
  • Build System: Maven (multi-module)
  • Architecture: Micronaut-based CLI and API server
  • Distribution: Native binaries (GraalVM), JAR, Docker

Project Structure

jikkou/
├── cli/                              # Command-line interface (main entry)
├── core/                             # Core APIs and engine
├── server/                           # REST API server components
├── providers/                        # Resource provider implementations
├── template-jinja/                   # Jinja templating support
├── extension-rest-client/            # REST client extensions
├── resource-generator/               # Resource generation utilities
└── processor/                        # Processing components

Main Entry Points:

  • CLI: io.jikkou.client.Jikkou
  • Server: io.jikkou.rest.JikkouApiServer

Build, Test, and Lint Commands

Build Commands

# Full build with tests
./mvnw clean verify

# Build without tests
./mvnw clean verify -DskipTests

# Build specific module
./mvnw clean verify -pl cli

# Native build (requires GraalVM)
./mvnw clean verify -Pnative

# Docker image build
make

Test Commands

# Run all tests (unit + integration)
./mvnw test

# Run unit tests only
./mvnw surefire:test

# Run integration tests only
./mvnw failsafe:integration-test

# Run single test class
./mvnw test -Dtest=ClassNameTest

# Run single test method
./mvnw test -Dtest=ClassNameTest#methodName

# Run tests for specific module
./mvnw test -pl core

# Run tests with specific profile
./mvnw test -P native

Read the full file on GitHub · 305 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 305 lines · 2,159 tokens per session scan A f3b95c5d310d

Subscribe to this mod's changes

jikkou AGENTS.md is an instructions file published in the GitHub repository streamthoughts/jikkou (304 stars, last pushed 2d ago), licensed Apache-2.0. It adds 2,159 tokens to every session, about $0.0108 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.