Files
cd-browser/docs/ai-prompts.md
Saky 6195f7b8a3 docs: introduce standard AI log entry format
- add standardized AI BUILD ENTRY and AI PLAN ENTRY format
- improve consistency of AI development logs
- update instructions-agent.md
2026-03-15 22:22:35 +01:00

1.5 KiB

AI Prompts Log

This file stores relevant prompts used during AI-assisted development.

Only store prompts that:

  • change architecture
  • introduce new behavior
  • modify important logic
  • affect project structure
  • debug complex issues

Do not store internal chain-of-thought reasoning. Store only the user prompt and a short result summary.

2026-03-15

  • prompt summary: Implement a dedicated history mode in src/app/ui.py so pressing h hides the tree, shows only history entries, supports Up/Down navigation, and uses Enter to select a history entry and return to the normal tree view.
  • result summary: Added a dedicated history mode with its own selection state, removed the temporary overlay behavior, preserved existing b/f and normal tree navigation behavior, and added focused UI tests.

2026-03-15

  • prompt summary: Introduce a mandatory AI logging system by updating instructions-agent.md and adding repository logs for AI work entries and prompt summaries.
  • result summary: Added enforceable AI logging rules to instructions-agent.md, created docs/ai-worklog.md and docs/ai-prompts.md, and established a traceable workflow for recording significant AI-assisted tasks.

2026-03-15

  • prompt summary: Introduce a standard AI log entry format in instructions-agent.md and record the change in the repository AI logs.
  • result summary: Added a standardized AI BUILD ENTRY and AI PLAN ENTRY format, improved consistency expectations for AI logs, and updated the log files to reflect the new format.