Borrowing it
Nothing to install: this file belongs to silverThunder09/jdsnack-agent-os-project. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/silverThunder09/jdsnack-agent-os-project/main/AGENTS.mdgit clone --depth 1 https://github.com/silverThunder09/jdsnack-agent-os-projectWrote 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/silverthunder09/jdsnack-agent-os-project/agents-md)<a href="https://agentmods.dev/instructions/silverthunder09/jdsnack-agent-os-project/agents-md"><img src="https://agentmods.dev/badge/instructions/silverthunder09/jdsnack-agent-os-project/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.1 | $0.01590 | $0.01590 |
| Opus 5 | $0.00795 | $0.00795 |
| Sonnet 5 | $0.00318 | $0.00318 |
| Haiku 4.5 | $0.00159 | $0.00159 |
Grade A, and why
jdsnack-agent-os-project 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
JDSnack 에이전트 안내 지도
JDSnack은 개발자 이력서와 JD를 AI로 분석하는 웹 서비스입니다. ./.agent-os/standards/index.yml에는 현재 구현할 active_specs 하나만 두고, 다음 후보는 ./.agent-os/product/spec-backlog.md에 짧게 관리합니다. 과거·대체된 기획 문서는 archive에 보관합니다.
이 파일은 긴 설명서가 아니라, 작업을 시작할 때 보는 짧은 지도입니다.
코덱스와 분업 운영
클로드는 기획·검증·리뷰·통합을 맡고, 기능 구현·테스트는 코덱스가 맡습니다.
- 클로드: 문서 계획(spec), 게이트 검증, 독립 리뷰(
code-reviewer서브에이전트에 diff만 넘겨 채점), PR 작성/관리, merge 판단/실행.backend/frontend소스는 직접 수정하지 않습니다. - 코덱스: 활성 spec 기준 기능 구현 + 기능 테스트 작성을 담당합니다. 리뷰·판정은 담당하지 않습니다.
- 폴백: 코덱스가 토큰이 없어 막힐 때만, 사용자가 "네가 구현해"라고 지시하면 클로드가 직접 구현·테스트합니다. 전환·복귀·가드레일은
.agent-os/operations/worker-backends.md의 폴백 규칙을 따릅니다. - 무인 배치: Codex 구현 PR은 이벤트 기반 리뷰-머지 루프가 리뷰·CI를 확인합니다. 마지막 Feature가 머지되면
spec-queue.json의 eligible 후보를 자동으로 Spec으로 승격하고 T1을 다시 Codex에 디스패치합니다. 사람이 필요한 제품 판단·High-risk·충돌은needs-human으로 멈춥니다.
Codex 모델 정책
- 기능 구현과 테스트 코드 작성·결과 분석의 모델 배정은 backends.json과 Worker 모델 배정을 따릅니다.
- 빌드·lint·test·E2E 명령 실행 자체: 모델을 사용하지 않습니다.
- 리뷰·판정은 Codex 모델 대상이 아니며, Claude
code-reviewer가 담당합니다.
먼저 읽을 문서
- 제품 목적:
.agent-os/product/mission.md - 기술 방향:
.agent-os/product/tech-stack.md - 프로젝트 용어:
.agent-os/product/glossary.md - 하네스 규칙:
.agent-os/standards/codex-harness.md - 현재 구현 기능:
.agent-os/standards/index.yml의active_specs1개와.agent-os/product/spec-queue.json의 실행 큐 참조
기준 문서 위치
- 제품 방향:
./.agent-os/product/ - 활성 기능 명세:
./.agent-os/specs/ - 보관 기능 명세:
./.agent-os/archive/specs/ - 전역 표준:
./.agent-os/standards/ - 운영 규칙:
./.agent-os/operations/ - 상세 아키텍처 문서:
docs/architecture/ - 백엔드 코드:
backend/ - 프론트엔드 코드:
frontend/
작업 순서
requirements.md에서 요구사항을 확인합니다.acceptance-criteria.md에서 완료 기준을 확인합니다.test-scenarios.md에서 검증 시나리오를 확인합니다.api-spec.md와ui-spec.md에서 계약을 확인합니다.- 구현 후
traceability.md와 테스트 결과를 맞춥니다.
AI 준비도 유지
- 모듈 문서·Markdown 링크·정적 eval 케이스는
python3 scripts/check-ai-readiness.py로 검증합니다. - 구조·데이터 흐름 변경은
docs/architecture/system-overview.md의 Mermaid map도 함께 갱신합니다. - context-on/off eval은 GitHub Actions에서 자동 실행하지 않습니다. 형님 로컬 Codex 로그인 세션에서 필요할 때
python3 scripts/run-ai-readiness-evals.py로 실행합니다.
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.
- 7d ago First seen · 80 lines · 1,590 tokens per session scan A 0b3838b30bbf
jdsnack-agent-os-project AGENTS.md is an instructions file published in the GitHub repository silverThunder09/jdsnack-agent-os-project (5 stars, last pushed 4d ago), licensed MIT. It adds 1,590 tokens to every session, about $0.0080 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
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.
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).
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.
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.
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).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.