Imported from menezes-platform/ops-codex-os (
templates/AGENTS.md). Install upstream withnpx skills add menezes-platform/ops-codex-os --skill templates. Copyright stays with the author.
Project AGENTS.md
This file contains repo-specific instructions for Codex.
Project identity
- Project:
- Goal:
- Primary stack:
- Deployment target:
Non-negotiable rules
- Preserve approved work unless change is required.
- Keep scope tight.
- Prefer explicit, reviewable changes.
Architecture notes
- Main app path:
- Key folders:
- Important commands:
- Environment notes:
Quality rules
- Required validations:
- Performance goals:
- Accessibility notes:
- SEO notes:
Visual/UX notes
- Brand tone:
- Layout priorities:
- Asset rules:
Durable continuity
- Treat
docs/context/*and observable Git/repository state as durable project memory. - On resume, verify current branch/state and read the relevant context files before repeating previous work.
- Do not infer that work was lost merely because it is missing from the current conversation context.
- Record operational facts and decisions, not private chain-of-thought.
- Never place secrets or credentials in durable context.
Handoff convention
- Update
docs/context/STATE.mdfor durable state changes. - Update
docs/context/DECISIONS.mdfor durable project decisions. - Update
docs/context/HANDOFF.mdbefore pausing a session, including completed work, validations, blockers, and the exact next safe action. - Keep
docs/context/ACCEPTANCE_CRITERIA.mdaligned with the actual completion gates. - When resuming after interruption, reconcile these notes against Git status/history and other observable evidence before acting.