kendex AGENTS.md

A set of project instructions for Kendex, a desktop and command-line app built with Rust, Tauri, and React for managing AI coding-tool customizations.

In plain words
What is it for?
Use it when making structural changes, updating the changelog, working on the Rust core or user interface, or following Kendex's review and planning rules.
Why use it?
It explains where different kinds of code belong, how generated TypeScript bindings are handled, and how changes should be documented and reviewed.

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

Made for: Codex, OpenCode.

Per session 1,050 This file is loaded in full into every session.
When invoked 1,050 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.01050 $0.01050
Opus 5 $0.00525 $0.00525
Sonnet 5 $0.00210 $0.00210
Haiku 4.5 $0.00105 $0.00105

Measured today against content hash 44b67ebe9957, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kendex 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 today.

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 · 41 lines

How it starts

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

kendex

Desktop app + thin CLI (Rust + Tauri + React) for managing AI coding-harness customizations.

Orientation. Read docs/ARCHITECTURE.md before structural work; stale docs are bugs — amend them in the same change. Open work lives in Linear (team KEN); scratch goes to tmp/ (gitignored), never /tmp. Review bots follow review-bots.md and .github/instructions/*.instructions.md. Engineering rules are the code-quality skill; round scope is the dev skill's § Engineering Rules; finding dispositions are orch's references/finding-disposition.md.

Repo-specific rules:

  • crates/core is pure domain logic — no Tauri, no IPC, no UI concerns.
  • ui/ renders state and invokes commands; domain logic and types live in Rust, and TS bindings are generated, never hand-written.
  • The CHANGELOG is for consumers (Keep a Changelog): document app, CLI, and package changes; keep engine-internal and maintainer-only details out. An entry runs at most 200 characters — the outcome, a Breaking: migration inline, — thanks @name for outside contributors — never an essay.
  • An entry is a file, never a CHANGELOG.md line: write changelog.d/<section>/<name>.md holding the list item it becomes, per changelog.d/README.md. .agents/skills/growth-guards/scripts/changelog-entries --collate folds them in at release.
  • Where a skill has a rendered copy under .agents/skills/, a change to the source lands that copy in the same commit; the same holds for agents/<n>.md and its per-harness renders, and for a hooks/<n> change, which lands whichever harness hook copies already track it — judged per file, because the harness hook sets are deliberately not uniform and hooks/tests/* renders nowhere. tools/guard reds any such source change whose render does not move with it — presence, not byte equality, because where the project declares skill instructions for a skill, its render carries an injected block the source has no copy of, marked in the file by the renderer. A source with no tracked render has nothing to land.
  • ui/ installs with npm ci --prefix ui, in the main checkout only.
  • Every suite and the aggregator over them run on the pull request as well as in the merge queue, so a green PR proves what the queue re-proves and a red shard blocks the PR itself — fix it there rather than requeuing. Anything in .github/workflows/skill-tests.yml that does not run on every event carries an if: saying why.

tools/guard enforces the rest — read the script; it is the list. It is the last lane of the package's commit chain, named by GROWTH_GUARDS_PRE_COMMIT_LOCAL; tools/setup arms that chain in a fresh clone, beside the package's own commit-msg gate. Neither judges a hook below its delegating line: a .git/hooks/commit-msg calling a repo-local tools/commit-msg lane — which this repo does not have — blocks every commit until you delete that hook and run setup again. That gate holds the three rules only a commit message can carry: the header is type(scope)!: subject, the whole header line caps at 72 characters, and a change under crates/ or ui/ ships a changelog fragment or says [no-changelog] in the subject.

Read the full file on GitHub · 41 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. today Changed · +5 lines · +232 tokens per session 44b67ebe9957
  2. 2d ago First seen · 36 lines · 818 tokens per session scan A 1ddf6bcda342

Subscribe to this mod's changes

kendex AGENTS.md is an instructions file published in the GitHub repository vanillagreencom/kendex (65 stars, last pushed today), licensed MIT. It adds 1,050 tokens to every session, about $0.0052 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.