feat: add global system prompt and seed AGENTS templates; update proposal to include meta/ and prompts/global/; add project AGENTS template\n\nchore: update AGENTS.md and dev logs; encode governance/propagation rule

This commit is contained in:
2025-09-17 10:20:49 -05:00
parent ce0a8b32ec
commit 0625682e63
10 changed files with 410 additions and 4 deletions

View File

@@ -53,3 +53,93 @@ Details:
Next Steps:
- Continue logging details here, keep chat concise.
---
Date: 2025-09-17 15:20 (UTC)
Summary:
- Oriented to the repository layout and prior collaboration artifacts (00 bootstrap questions and 01 proposal).
- Created 01-round confirmation questions to secure explicit approval before planning.
Details:
- Added `collab/questions/01-codexhelper.md` and `collab/questions/01-codexhelper.llm.md` focused on confirming the proposal and minor options.
- Will not create a plan until explicitly approved per AGENTS.md sequencing rules.
Next Steps:
- Await approval in `collab/questions/01-codexhelper.md`.
- If approved, draft `collab/plan/01-codexhelper.md` and begin Phase 1 implementation.
---
Date: 2025-09-17 15:28 (UTC)
Summary:
- Adopted one-way progression (no returning to prior step after approval) and in-place editing per step file.
- Consolidated confirmation items into the proposal; removed redundant questions round.
Details:
- Updated AGENTS.md sequencing rules to codify one-way progression and `.llm.md` read policy.
- Added approval checklist to `collab/proposals/01-codexhelper.md` and `.llm.md`.
- Removed `collab/questions/01-codexhelper.*` to avoid back-stepping.
Next Steps:
- Await proposal approval in `collab/proposals/01-codexhelper.md`.
- Then create `collab/plan/01-codexhelper.md`.
---
Date: 2025-09-17 15:36 (UTC)
Summary:
- Captured the global system prompt directly (one-time exception) per request and aligned AGENTS.md to reference it.
Details:
- Added `prompts/global/system.md` and `prompts/global/system.llm.md`.
- Updated AGENTS.md to note the canonical system rules location and reinforce `.llm.md`-only reading policy and one-way progression.
Next Steps:
- Use these artifacts for all subsequent work and generated projects.
---
Date: 2025-09-17 15:42 (UTC)
Summary:
- Added seed AGENTS templates and a project AGENTS template for scaffolding.
Details:
- Created `meta/AGENTS.seed.md` and `meta/AGENTS.seed.llm.md` as bootstrap references.
- Created `templates/project/_shared/AGENTS.md` to be copied into new projects.
- Updated AGENTS.md to reference the seed templates.
Next Steps:
- When implementing `new-project`, copy `templates/project/_shared/AGENTS.md` into the project root.
---
Date: 2025-09-17 15:48 (UTC)
Summary:
- Folded `meta/` seed AGENTS and `prompts/global/` into the proposal so the upcoming plan includes them.
Details:
- Updated `collab/proposals/01-codexhelper.md` and `.llm.md` to explicitly list `meta/AGENTS.seed.*`, `templates/project/_shared/AGENTS.md`, and `prompts/global/` in repo/project layouts and acceptance criteria.
Next Steps:
- Await proposal approval; then codify in `collab/plan/01-codexhelper.md`.
---
Date: 2025-09-17 15:55 (UTC)
Summary:
- Added an explicit governance/propagation rule so that reusable workflow changes are folded into the global system prompt and AGENTS templates and reflected in proposal/plan.
Details:
- Updated `prompts/global/system.{md,llm.md}` with a Governance and Propagation section.
- Updated `meta/AGENTS.seed.*` and `templates/project/_shared/AGENTS.md` to include propagation guidance.
- Reflected this rule in `collab/proposals/01-codexhelper.{md,llm.md}`.
Next Steps:
- Apply this propagation practice for future non-project-specific instructions.

View File

@@ -60,3 +60,58 @@ This log is concise and structured for quick machine parsing and summarization.
- Limited chat announcements to collab/questions, collab/proposals, collab/plan only
- next:
- Announce only those; log everything else here
\n+## 2025-09-17T15:20Z
- context: Oriented to existing questions/proposal and prepared to proceed
- actions:
- Added `collab/questions/01-codexhelper.md` and `.llm.md` to confirm proposal acceptance
- decisions:
- Defer plan creation until explicit "Approved for Plan"
- next:
- Await responses in `collab/questions/01-codexhelper.md`
- On approval, create `collab/plan/01-codexhelper.md` and start implementation
## 2025-09-17T15:28Z
- context: One-way progression clarified; avoid back-stepping
- actions:
- Updated AGENTS.md with one-way progression and in-place editing rules
- Moved confirmation checklist into `collab/proposals/01-codexhelper.{md,llm.md}`
- Removed `collab/questions/01-codexhelper.*`
- next:
- Await proposal approval in `collab/proposals/01-codexhelper.md`
- Then draft `collab/plan/01-codexhelper.md`
## 2025-09-17T15:36Z
- context: One-time direct capture of global system prompt per user instruction
- actions:
- Added `prompts/global/system.md` and `prompts/global/system.llm.md`
- Updated AGENTS.md to reference and align with the global system prompt
- decisions:
- System prompt will govern agent behavior across projects; `.llm.md` used for intake, both siblings written
- next:
- Use these artifacts going forward; keep them in sync
## 2025-09-17T15:42Z
- context: Seed AGENTS templates requested for bootstrap and project scaffolding
- actions:
- Added `meta/AGENTS.seed.md` and `meta/AGENTS.seed.llm.md`
- Added `templates/project/_shared/AGENTS.md` for project scaffolding
- Updated AGENTS.md to reference the seed templates
- next:
- Include the project AGENTS.md when implementing scaffolding
## 2025-09-17T15:48Z
- context: Folded meta and prompts/global into proposal so plan will include them
- actions:
- Updated `collab/proposals/01-codexhelper.{md,llm.md}` to explicitly list `meta/` seeds, `templates/project/_shared/AGENTS.md`, and `prompts/global/`
- Added acceptance criteria ensuring AGENTS.md is copied and prompts/global is used
- next:
- Await proposal approval; then reflect these in the plan
## 2025-09-17T15:55Z
- context: Global propagation rule requested for process adjustments across projects
- actions:
- Added Governance/Propagation sections to `prompts/global/system.{md,llm.md}`
- Updated seed and project AGENTS templates to include propagation guidance
- Reflected governance/propagation in proposal files
- next:
- Use this rule for future non-project-specific changes