AGENTS.md · git:20260915.dd80dad · 2026-09-15 · sha256 e8c8bd7f2408c5e4
AGENTS.md git:20260915.dd80dadA
Immutable. This exact content is served forever at /api/v1/blob/e8c8bd7f2408c5e4.
# Repository guidance ## Purpose Maintain an accurate, engineering-first learning guide for OpenAI Codex. ## Editing rules - Keep product behavior aligned with official OpenAI documentation. - Label community practices and opinions clearly. - Do not add credentials, destructive examples, or full-access defaults. - Keep modules progressive: outcome, concepts, exercise, verification, sources. - Keep skill bodies concise; put optional detail in direct `references/`. - Preserve attribution to `luongnv89/claude-howto` as inspiration. - For work that depends on prior decisions, experiments, or established Codex guidance, read `knowledge/index.md` first and load only relevant pages. - Treat wiki queries as read-only unless the user explicitly requests capture, ingest, archive, or promotion. ## Pull requests This personal open-source repository does not require Jira tickets. Use a descriptive branch and PR title; link relevant GitHub issues when applicable. ## Validation Run: ```bash python3 scripts/validate_repo.py python3 skills/maintain-codex-wiki/scripts/wiki_lint.py . ``` For each changed skill, also run: ```bash python3 /path/to/skill-creator/scripts/quick_validate.py skills/<skill-name> ``` ## Definition of done - All relative Markdown links resolve. - Every skill has valid frontmatter and UI metadata. - Living-wiki pages have registered sources and pass deterministic lint. - Examples are safe and contain no placeholder secrets. - Version-sensitive claims include an official source or verification note.