vichu-flow AGENTS.md

vichu-flow AGENTS.md is an instructions file for Codex, OpenCode from corteshvictor/vichu-flow. It costs 1,005 tokens per session, scanned A, original, MIT.

Repository instructions for VichuFlow, an open-source Go program that runs workflows as saved state machines across different code projects. They explain how coding agents should work with the project, including its tests and Git rules.

In plain words
What is it for?
Use them when developing, testing, reviewing, or releasing VichuFlow, including projects written in languages such as Node, Python, Rust, or Go.
Why use it?
They give an agent the project context and quality rules it needs before changing code. They also prevent unapproved commits, branches, pushes, or merges.

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

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 vichu-flow AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/corteshvictor/vichu-flow/agents-md.svg)](https://agentmods.dev/instructions/corteshvictor/vichu-flow/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/corteshvictor/vichu-flow/agents-md"><img src="https://agentmods.dev/badge/instructions/corteshvictor/vichu-flow/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,005 This file is loaded in full into every session.
When invoked 1,005 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.1 $0.01005 $0.01005
Opus 5 $0.00502 $0.00502
Sonnet 5 $0.00201 $0.00201
Haiku 4.5 $0.00101 $0.00101

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

Security

Grade A, and why

vichu-flow 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 · 71 lines

How it starts

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

Agent Instructions

Instructions for AI coding agents working in this repository. CLAUDE.md is a symlink to this file (so both Claude- and AGENTS-aware tools read the same one).

Project overview

VichuFlow is an open-source, cross-platform Go runtime that runs workflows as persistent state machines over any repository. It coordinates external coding agents and decides stage transitions from evidence it verifies itself (running the project's tests/lint/typecheck) — never from the agent's say-so. It ships a single self-contained binary and is stack-agnostic (works on Node, Python, Rust, Go, …); Go is only the language the binary is built in. Internal design notes live in docs/internal/ (kept local, not committed).

Git

  • NEVER commit, stage, push, create a branch, open a PR, or merge unless the user explicitly asks for that exact action in the current turn. Treat git as read-only by default. "Fix this" / "make the change" is permission to EDIT FILES only — not to commit, push, or open/merge a PR. After editing, show the diff and wait for the user to say what to do. Allowed without asking: read-only inspection (git status, git diff, git log).
  • NEVER merge anything to main. Only the user decides what gets integrated, and only after they have reviewed it. Never integrate unreviewed changes.
  • NEVER add a Co-Authored-By trailer (or any AI/assistant attribution) to commit messages. Commits are authored solely by the user. Hard rule.
  • Follow Conventional Commits v1.0.0: <type>(<optional scope>): <description>. Types: feat, fix, perf, revert, refactor, docs, style, test, build, ci, chore. Use ! for breaking changes. Scopes: engine, runtime, security, adapters, config, workflows, cli.
  • PRs are squash-merged; the PR title becomes the commit on main and must be a valid Conventional Commit (CI pr-title.yml enforces it).
  • Branch naming: <type>/<short-description> (e.g. feat/codex-adapter).

Read the full file on GitHub · 71 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 First seen · 71 lines · 1,005 tokens per session scan A 95287ce90ed1

Subscribe to this mod's changes

vichu-flow AGENTS.md is an instructions file published in the GitHub repository corteshvictor/vichu-flow (5 stars, last pushed 1mo ago), licensed MIT. It adds 1,005 tokens to every session, about $0.0050 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-31.