Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 845 Bytes

File metadata and controls

30 lines (20 loc) · 845 Bytes

AGENTS.md

Guidance for OpenAI Codex and other agents.

Required Reading

Read these files before starting work:

  • AI-WORKFLOW.md - Workflow and issue tracking (mandatory)
  • AI-README.md - Project conventions (update for this repo)

Codex/Claude Command Docs

Command docs live in:

  • .codex/commands/ (issue.md, workflow.md)
  • .claude/commands/ (issue.md, workflow.md)

If your environment supports /issue or /workflow, use them. Otherwise update .issues/ manually per AI-WORKFLOW.md.

Manual Quickstart

  1. .issues/ISSUE-N/issue.md
  2. .issues/ISSUE-N/plan.md
  3. .issues/ISSUE-N/summary-1.md (after work)
  4. .issues/ISSUE-N/summary.md (when done)
  5. update .issues/index.md

Notes

  • Keep .codex/commands/* and .claude/commands/* in sync.
  • Session summaries are mandatory after any work.