docs(devlog): move DevLog under docs/; update references in AGENTS.md and SeedPrompt.md
This commit is contained in:
55
docs/devlog/DEVLOG_HUMAN.md
Normal file
55
docs/devlog/DEVLOG_HUMAN.md
Normal 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.
|
48
docs/devlog/DEVLOG_LLM.md
Normal file
48
docs/devlog/DEVLOG_LLM.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Dev Log (LLM-Optimized)
|
||||
|
||||
This log is concise and structured for quick machine parsing and summarization. One entry per session/change.
|
||||
|
||||
## 2025-09-17T08:55Z
|
||||
- context: Initialized collaboration per SeedPrompt.md
|
||||
- actions:
|
||||
- Added `docs/devlog/DEVLOG_LLM.md` and `docs/devlog/DEVLOG_HUMAN.md`
|
||||
- Added `collab/questions/00-bootstrap.md` (moved from root)
|
||||
- decisions:
|
||||
- Defer tagging a release until first runnable wrapper exists
|
||||
- next:
|
||||
- Await answers in `collab/questions/00-bootstrap.md`
|
||||
- Draft proposal and implementation plan once clarified
|
||||
|
||||
## 2025-09-17T09:05Z
|
||||
- context: Housekeeping structure introduced
|
||||
- actions:
|
||||
- Created `collab/` directory and moved questions to `collab/questions/00-bootstrap.md`
|
||||
- Added `AGENTS.md` and SeedPrompt addendum
|
||||
- decisions:
|
||||
- Adopt per-type subdirectories inside `collab/`
|
||||
- next:
|
||||
- Await answers in `collab/questions/00-bootstrap.md`
|
||||
- Then proceed post-approval
|
||||
|
||||
## 2025-09-17T14:52Z
|
||||
- context: Clarified explainers vs user answers
|
||||
- actions:
|
||||
- Replaced prior answers section with targeted Explainers
|
||||
- next:
|
||||
- Await approval to proceed
|
||||
|
||||
## 2025-09-17T15:00Z
|
||||
- context: Token hygiene + devlog location
|
||||
- actions:
|
||||
- Adopted token/context hygiene rules in AGENTS.md and SeedPrompt
|
||||
- Moved DevLog under `docs/devlog/`
|
||||
- next:
|
||||
- Keep chat minimal; log details here
|
||||
|
||||
## 2025-09-17T15:05Z
|
||||
- context: Move devlog under docs; update references
|
||||
- actions:
|
||||
- Updated AGENTS.md, SeedPrompt.md to point to `docs/devlog/`
|
||||
- Removed old `devlog/` files
|
||||
- next:
|
||||
- Continue detailed logging here; keep chat terse
|
Reference in New Issue
Block a user