chore: restructure collab into questions/proposals/plan subdirs; update references

This commit is contained in:
2025-09-17 09:01:52 -05:00
parent 6dddc7d6b4
commit 064f3a9d1a
7 changed files with 17 additions and 19 deletions

View File

@@ -40,8 +40,9 @@ Commit/push everything in the repo now before we get started on the project.
## Addendum (Housekeeping) — 2025-09-17
- Create and use a `collab/` directory for coordination artifacts.
- Use consistent filenames: `<step-or-subject>-<type>.md` where `<type>` is one of `questions`, `proposal`, `plan`.
- Move any existing questions into `collab/` following the naming scheme (e.g., `00-bootstrap-questions.md`).
- Under `collab/`, create subdirectories: `questions/`, `proposals/`, and `plan/`.
- Use consistent filenames: `<step-or-subject>.md` inside each subdirectory.
- Move existing files accordingly (e.g., `collab/questions/00-bootstrap.md`).
- Create and maintain an `AGENTS.md` at the repo root with working agreements and conventions.
- Continue keeping `devlog/DEVLOG_LLM.md` and `devlog/DEVLOG_HUMAN.md` updated.
- After applying this structure, commit and push the changes.