veritas-kanban: Instructions file for Codex

AGENTS.md

veritas-kanban AGENTS.md is an instructions file for Codex, OpenCode from BradGroux/veritas-kanban. It costs 7,187 tokens per session, scanned A, original, MIT.

The main repository guide for Veritas Kanban, a project with a server and managed AI-agent integrations. It defines the required Node.js, pnpm, and Git versions, project layout, and operating rules for coding agents.

In plain words
What is it for?
Use it before making changes to Veritas Kanban, especially when setting up dependencies, navigating the server, checking tool versions, or following managed-agent workflows.
Why use it?
It gives contributors one current source of truth for setup and repository conventions. This helps avoid incompatible package managers, stale instructions, and incorrect release or test procedures.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: runs codex exec, but also the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

This is BradGroux/veritas-kanban's own configuration. It tells Codex and OpenCode how to work on veritas-kanban itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything veritas-kanban configures →

Reuse

Borrowing it

Nothing to install: this file belongs to BradGroux/veritas-kanban. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/BradGroux/veritas-kanban/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/BradGroux/veritas-kanban

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for veritas-kanban AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bradgroux/veritas-kanban/agents-md/github.svg)](https://agentmods.dev/instructions/bradgroux/veritas-kanban/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/bradgroux/veritas-kanban/agents-md"><img src="https://agentmods.dev/badge/instructions/bradgroux/veritas-kanban/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for veritas-kanban AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/bradgroux/veritas-kanban/agents-md"><img src="https://agentmods.dev/badge/instructions/bradgroux/veritas-kanban/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 7,187 This file is loaded in full into every session.
When invoked 7,187 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.07187 $0.07187
Opus 5 $0.03594 $0.03594
Sonnet 5 $0.01437 $0.01437
Haiku 4.5 $0.00719 $0.00719

Measured 5d ago against content hash e8018b99103e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

veritas-kanban 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 5d 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 · 553 lines

How it starts

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

AGENTS.md — Canonical Agent Instructions for Veritas Kanban

Canonical source. Contributors and harnesses with repository-instruction discovery read this file first. Every Veritas-managed run also receives an immutable task envelope; do not assume a provider that disables custom instructions reads repository files implicitly. Harness-specific supplements (for example CLAUDE.md) extend, never duplicate or contradict, these rules. See docs/AGENTS-TEMPLATE.md for the managed-run and external-agent protocols.

Version: 6.1.3 Freshness policy: update within two working days of any toolchain or architecture change. Stale fields (package manager, Node version, provider list, test commands) are caught by pnpm check:pnpm-settings and the smoke-test CI job.


Runtime requirements

Tool Required version How to verify
Node.js ≥ 22.22.1 node --version
pnpm ≥ 11.0.0 pnpm --version
Git ≥ 2.38 git --version

The packageManager field in package.json is pinned to [email protected]. Do not install with npm or yarn. Do not up-rev the pin without updating this file.


Repository layout

veritas-kanban/
├── server/          Express + TypeScript API, agent orchestration, storage
├── web/             React + Vite SPA
├── cli/             Commander.js CLI (mirrors API endpoints)
├── shared/          Shared TypeScript types and utilities
├── mcp/             MCP server
├── desktop/         Electron desktop wrapper
├── docs/            Operator and developer documentation
├── prompt-registry/ Prompt templates and optional review workflows
└── .veritas-kanban/ Runtime data: agent-registry, logs, telemetry

Workspaces are declared in pnpm-workspace.yaml.


Essential commands

# Install
pnpm install

# Build (all workspaces in dependency order)
pnpm build

# Dev server (server + web, hot-reload)
pnpm dev

# Tests
pnpm test                       # Canonical sequential workspace unit gate
pnpm test:unit                  # Shared build, then server, web, CLI, and MCP
pnpm test:coverage              # Critical-path V8 coverage, HTML/JSON reports, and ratchets
pnpm test:e2e                   # Playwright end-to-end, zero retries

# Type check (builds shared first)
pnpm typecheck

# Lint / fix
pnpm lint
pnpm lint:fix

# Smoke checks
pnpm check:actions-pinned       # Rejects mutable external GitHub Action references
pnpm check:pnpm-settings        # Validates package manager fields match this file
pnpm check:tracked-ignore       # Rejects tracked files covered by ignore rules
pnpm check:coverage-policy      # Validates coverage policy, configs, CI, and regression tests
pnpm check:delivery-cadence     # Prevents verification and review policy drift
pnpm check:security-gates       # Validates CodeQL/gitleaks workflow and exact suppressions
pnpm check:gitleaks             # Scans reviewed tree and proves new-secret detection
pnpm check:vite-native-config   # Loads web build and test configs with Vite's native loader
pnpm check:service-filesystem-boundary # Prevents new direct filesystem imports in services
pnpm test:ci-scope              # Validates path-aware CI test selection
pnpm smoke:cli-mcp              # CLI ↔ MCP compatibility smoke test
pnpm test:buzz:compatibility    # Credential-free composed Buzz release gate

Read the full file on GitHub · 553 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. 5d ago Changed · -1 lines · +106 tokens per session e8018b99103e
  2. 10d ago First seen · 554 lines · 7,081 tokens per session scan A b2132c89544e

Subscribe to this mod's changes

veritas-kanban AGENTS.md is an instructions file published in the GitHub repository BradGroux/veritas-kanban (825 stars, last pushed today), licensed MIT. It adds 7,187 tokens to every session, about $0.0359 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,735 tokens