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.
npx agentmods add instructions/govon-org/govon/agents-mdgit clone --depth 1 https://github.com/GovOn-Org/GovOnWrote 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.
[](https://agentmods.dev/instructions/govon-org/govon/agents-md)<a href="https://agentmods.dev/instructions/govon-org/govon/agents-md"><img src="https://agentmods.dev/badge/instructions/govon-org/govon/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00644 | $0.00644 |
| Opus 5 | $0.00322 | $0.00322 |
| Sonnet 5 | $0.00129 | $0.00129 |
| Haiku 4.5 | $0.00064 | $0.00064 |
Grade A, and why
GovOn 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.
What it actually says
GovOn Repository Instructions
이 저장소에서 작업할 때는 아래 규칙을 기본값으로 따른다.
우선 문서
- Git/PR 규칙의 기준 문서는 site/docs/guide/development.md와 CONTRIBUTING.md다.
- docs/wiki/Development-Guide.md와 충돌하면 위 두 문서를 우선한다. 위키 문서는 구버전 참고 자료로 본다.
브랜치 전략
- GitHub Flow를 사용한다.
- 기본 대상 브랜치는 항상
main이다. main에 직접 push하지 않는다.- 작업 브랜치는
<type>/<issue-number>-<kebab-summary>형식을 사용한다. - 허용 prefix는
feat,fix,docs,chore,refactor,test다. - git diff의 주된 성격이 문서/로드맵/정책 정리라면
docs/브랜치를 사용한다.
예시:
feat/129-session-storedocs/402-agentic-shell-roadmaprefactor/410-tool-routing-guardrails
커밋과 PR
- 커밋 메시지는 한글 Conventional Commits 형식을 사용한다.
- PR 제목도 같은 형식을 사용한다.
- PR 본문은 반드시 .github/PULL_REQUEST_TEMPLATE.md를 따른다.
- 관련 이슈는
## 관련 이슈섹션에Closes #...또는Refs #...로 연결한다. - 내부 팀원/조직원이
main대상으로 PR 생성을 요청한 경우, 사용자가 명시적으로 초안을 원하지 않는 한ready for reviewPR을 기본값으로 사용한다. - 테스트 미실행, 후속 작업 필요 등의 사유는 PR 본문에 명시하되, 그 이유만으로 자동으로 draft PR로 올리지 않는다.
예시:
docs: 에이전틱 셸 로드맵 및 이슈 계층 정리feat: GovOn 셸 세션 루프 추가
현재 제품 방향
- 첫 릴리즈는
GovOn Agentic Shell기준으로 진행한다. - R1 범위에는 interactive terminal shell, agent runtime, graph-based decision/orchestration, install/offline package가 포함된다.
- 웹/앱 UI 고도화는 R1 이후 단계로 본다.
GitHub 이슈 구조
- roadmap parent는
#402다. - roadmap 작업은
#402 -> initiative -> canonical task구조를 유지한다. - 가능하면 GitHub 네이티브 parent-child/sub-issue 링크를 사용한다.
범위
- 이 파일은 저장소 전체에 적용된다.
- 하위 디렉터리에 별도
AGENTS.md가 있으면 해당 디렉터리 작업에는 그 지침을 추가로 따른다.
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.
- 3d ago First seen · 55 lines · 644 tokens per session scan A 6f826971b8dd
GovOn AGENTS.md is an instructions file published in the GitHub repository GovOn-Org/GovOn (2 stars, last pushed 3d ago), licensed MIT. It adds 644 tokens to every session, about $0.0032 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.
Other instructions, from other repositories
winkterm AGENTS.md
Instructions for Cznorth/winkterm, covering agents.md, project overview, common commands, backend development and start the development server.
winkterm CLAUDE.md
Instructions for Cznorth/winkterm, covering claude.md, project overview, common commands, backend development and start the development server.
deepagents AGENTS.md
AGENTS.md instructions for langchain-ai/deepagents, covering global development guidelines for the deep agents monorepo, corridor security analysis, development workflow, suppressing ruff rules and pr conventions.
terminal-browser AGENTS.md
AGENTS.md instructions for zenbu-labs/terminal-browser, a project described as: A browser inside your terminal.
Sponsio CLAUDE.md
Instructions for SponsioLabs/Sponsio, covering agent guide for sponsio, what sponsio is, positioning, what to read first and repository map.
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.