Add AGENTS and codex project conventions

This commit is contained in:
OpenAI Codex
2026-03-31 14:08:33 +08:00
parent 5ebe75be6d
commit e7e4deb436
5 changed files with 173 additions and 0 deletions

20
codex/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Codex Project Notes
This directory stores project-specific Codex working conventions.
Use these files as the startup layer for future sessions in `pbf`.
## Files
- [`SESSION_START.md`](/root/sourceserver/pbf/codex/SESSION_START.md)
- what to read first when resuming work
- [`RESUME_PROMPT.md`](/root/sourceserver/pbf/codex/RESUME_PROMPT.md)
- a ready-to-use prompt for continuing the project
## Core Rule
If there has been meaningful progress, update:
- [`STEP_RECORD.md`](/root/sourceserver/pbf/STEP_RECORD.md)
That file is the current source of truth for "where we stopped last time."