Add restart prompt reconstruction file

Prompts used since the previous commit:

- User asked whether it is possible and feasible to create restart_prompt.md.
- User requested that restart_prompt.md contain a from-scratch reconstruction prompt for the current project state.
- User requested that restart_prompt.md be rewritten at every commit, not appended to.

Special observations:

- Added project AGENTS.md so future Codex runs know to rewrite restart_prompt.md before every commit.
- restart_prompt.md is a reconstruction prompt for project state and intent; it intentionally does not contain credentials or ignored mailbox data.
This commit is contained in:
2026-07-04 12:12:12 +02:00
parent 9c7ba6fa5d
commit 537c87e472
2 changed files with 143 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Mailcat Agent Instructions
## Restart Prompt Maintenance
- Keep `restart_prompt.md` as a complete reconstruction prompt for the current commit.
- Before every commit, rewrite `restart_prompt.md` from scratch so it describes the current project state, decisions, constraints, and next expected work.
- Do not append chronological notes to `restart_prompt.md`; replace its contents with the best current prompt.
- The file should be sufficient for a fresh Codex thread to understand and continue the project without relying on prior chat history.