jdsnack-agent-os-project: Instructions file for Codex

AGENTS.md

jdsnack-agent-os-project AGENTS.md is an instructions file for Codex, OpenCode from silverThunder09/jdsnack-agent-os-project. It costs 1,590 tokens per session, scanned A, original, MIT.

A project instruction file for JDSnack, a web service that uses AI to analyze developer resumes and job descriptions.

In plain words
What is it for?
Use it when planning, implementing, testing, reviewing, or merging JDSnack features, especially when following its specifications, model assignments, automated workflow, and human-approval rules.
Why use it?
It defines which documents guide work, how Claude and Codex divide implementation and review, and how automated feature delivery is controlled.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex.

This is silverThunder09/jdsnack-agent-os-project's own configuration. It tells Codex and OpenCode how to work on jdsnack-agent-os-project 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 jdsnack-agent-os-project configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/silverThunder09/jdsnack-agent-os-project/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/silverThunder09/jdsnack-agent-os-project

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 jdsnack-agent-os-project AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/silverthunder09/jdsnack-agent-os-project/agents-md.svg)](https://agentmods.dev/instructions/silverthunder09/jdsnack-agent-os-project/agents-md)
Your own site
<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>
Per session 1,590 This file is loaded in full into every session.
When invoked 1,590 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.01590 $0.01590
Opus 5 $0.00795 $0.00795
Sonnet 5 $0.00318 $0.00318
Haiku 4.5 $0.00159 $0.00159

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

Security

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.

AGENTS.md · 80 lines

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.jsonWorker 모델 배정을 따릅니다.
  • 빌드·lint·test·E2E 명령 실행 자체: 모델을 사용하지 않습니다.
  • 리뷰·판정은 Codex 모델 대상이 아니며, Claude code-reviewer가 담당합니다.

먼저 읽을 문서

  1. 제품 목적: .agent-os/product/mission.md
  2. 기술 방향: .agent-os/product/tech-stack.md
  3. 프로젝트 용어: .agent-os/product/glossary.md
  4. 하네스 규칙: .agent-os/standards/codex-harness.md
  5. 현재 구현 기능: .agent-os/standards/index.ymlactive_specs 1개와 .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/

작업 순서

  1. requirements.md에서 요구사항을 확인합니다.
  2. acceptance-criteria.md에서 완료 기준을 확인합니다.
  3. test-scenarios.md에서 검증 시나리오를 확인합니다.
  4. api-spec.mdui-spec.md에서 계약을 확인합니다.
  5. 구현 후 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로 실행합니다.

Read the full file on GitHub · 80 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. 7d ago First seen · 80 lines · 1,590 tokens per session scan A 0b3838b30bbf

Subscribe to this mod's changes

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.

Related

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.

openai/codex · 5,182 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

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

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

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

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.

github/spec-kit · 7,104 tokens