kubara AGENTS.md

Repository instructions for Kubara, a GitOps-first platform command-line tool. GitOps is a way to manage infrastructure through version-controlled configuration, while Argo CD applies that configuration to systems.

In plain words
What is it for?
They guide agents working on configuration, generated artifacts, Argo CD setup, platform components, documentation, and contributor changes.
Why use it?
They clarify which files and tests define current behaviour and how the tool's setup and bootstrap process is organised.

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/kubara-io/kubara/agents-md
Clone the repo
git clone --depth 1 https://github.com/kubara-io/kubara

Made for: Codex, OpenCode.

Per session 864 This file is loaded in full into every session.
When invoked 864 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.00864 $0.00864
Opus 5 $0.00432 $0.00432
Sonnet 5 $0.00173 $0.00173
Haiku 4.5 $0.00086 $0.00086

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

Security

Grade A, and why

kubara 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 3d 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 · 70 lines

How it starts

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

AI Agent Context

Shared guidance for AI code assistants (Claude Code, Codex, Gemini CLI, etc.) working in this repository.

Scope

These instructions apply to the entire repository unless a deeper AGENTS.md overrides them.

Product Intent (Stable)

  • kubara is an opinionated, GitOps-first platform CLI.
  • The CLI is a single Go binary.
  • Core workflow is: init configuration, generate reproducible artifacts, bootstrap Argo CD and platform components.

Truth Hierarchy

  • Stable intent and guardrails: this AGENTS.md.
  • Actual runtime behavior: implementation + tests in src/.
  • Usage and process guidance: docs in docs/content/ and CONTRIBUTING.md.

If docs and code diverge, treat code/tests as current behavior and update the nearest relevant docs in the same change.

Reference Map

  • Product setup and bootstrap flow: docs/content/1_getting_started/bootstrapping.md
  • Runtime prerequisites: docs/content/1_getting_started/prerequisites.md
  • Architecture context: docs/content/7_architecture/architecture_overview.md
  • Contributor and PR workflow: CONTRIBUTING.md
  • Config schema and template keys: src/internal/config/types.go (use kubara schema when needed)

Project Layout

  • src/: Go CLI implementation, tests, catalog engine, release Makefile
  • docs/: MkDocs site managed with uv
  • Root Makefile: monorepo entry point delegating to src/ and docs/

Working Style

  • Keep changes focused; avoid mixing unrelated fixes.
  • Follow existing naming and file organization.
  • Prefer small, surgical edits over broad refactors.
  • Do not reformat unrelated files.
  • Keep code, comments, commit messages, PR titles/descriptions, and issues in English.
  • When behavior changes, update the nearest relevant docs in the same change.
  • Use the PR and issue templates; fill required sections and do not remove template structure.

Validation (Smallest Relevant First)

  • Go tests: make test or cd src && make test
  • Go build: make build-binary or cd src && make build
  • Docs build: make docs-build or cd docs && make build
  • Docs validation: make docs-validate
  • Dependency setup: make install-deps

Read the full file on GitHub · 70 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. 3d ago First seen · 70 lines · 864 tokens per session scan A 4069289e141e

Subscribe to this mod's changes

kubara AGENTS.md is an instructions file published in the GitHub repository kubara-io/kubara (408 stars, last pushed 5d ago), licensed Apache-2.0. It adds 864 tokens to every session, about $0.0043 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.