docs(devlog): move DevLog under docs/; update references in AGENTS.md and SeedPrompt.md

This commit is contained in:
2025-09-17 09:57:30 -05:00
parent ac36dd8654
commit 93c63e9810
5 changed files with 70 additions and 65 deletions

View File

@@ -0,0 +1,55 @@
# Development Log (Human Readable)
Date: 2025-09-17 08:55 (UTC)
Summary:
- Bootstrapped collaboration scaffolding based on SeedPrompt.md.
- Created dev logs (LLM-optimized and human-readable) and a QUESTIONS.md file.
Details:
- Rationale: Establish clear, file-based collaboration channels (logs + questions) with minimal noise in chat.
- Scope: No functional code yet; this is setup to enable fast iteration.
Next Steps:
- Collect answers in `collab/questions/00-bootstrap.md`.
- With clarifications, propose initial design and plan for the wrapper script (crawl phase).
Notes:
- Tagging a release and using `tea` is deferred until we have a first runnable wrapper or as directed.
---
Date: 2025-09-17 09:05 (UTC)
Summary:
- Introduced `collab/` directory; moved QUESTIONS into `collab/questions/00-bootstrap.md`.
- Added `AGENTS.md`; appended housekeeping Addendum to `SeedPrompt.md`.
Details:
- Establishes consistent file-based collaboration area and naming scheme.
Next Steps:
- Await answers to bootstrap questions, then proceed after approval.
---
Date: 2025-09-17 14:52 (UTC)
Summary:
- Adjusted questions doc to replace prior “Answers/Explainers” with an “Explainers” section focused on responding to back-questions.
Next Steps:
- Await your confirmation or additional edits; then, on approval, draft proposal and plan.
---
Date: 2025-09-17 15:00 (UTC)
Summary:
- Adopted token/context hygiene policy; moved DevLog under docs/.
Details:
- Updated AGENTS.md and SeedPrompt addendum to emphasize filesystem-first collaboration and minimal chat.
Next Steps:
- Continue logging details here, keep chat concise.