@@ -100,22 +100,22 @@ Purpose: define what belongs where and how long it should live.
100100
101101### Checklist
102102
103- - [ ] Define the canonical purpose of each top-level directory in one sentence.
104- - [ ] Confirm ` PROJECT/ ` is only for planning, tracking, inbox, working, and done states.
105- - [ ] Confirm ` temp/ ` is for sensitive and disposable runtime artifacts, not long-term reference docs.
106- - [ ] Define what qualifies for ` experimental/ ` and what conditions trigger promotion out of it.
107- - [ ] Define which report outputs belong in-repo versus gitignored runtime storage.
108- - [ ] Review ` .gitignore ` coverage for reports, screenshots, scans, auth state, and logs.
109- - [ ] Write simple retention rules for generated content: keep, archive, or purge.
110- - [ ] Decide what must always have an owning doc or README in dense directories.
103+ - [x ] Define the canonical purpose of each top-level directory in one sentence.
104+ - [x ] Confirm ` PROJECT/ ` is only for planning, tracking, inbox, working, and done states.
105+ - [x ] Confirm ` temp/ ` is for sensitive and disposable runtime artifacts, not long-term reference docs.
106+ - [x ] Define what qualifies for ` experimental/ ` and what conditions trigger promotion out of it.
107+ - [x ] Define which report outputs belong in-repo versus gitignored runtime storage.
108+ - [x ] Review ` .gitignore ` coverage for reports, screenshots, scans, auth state, and logs.
109+ - [x ] Write simple retention rules for generated content: keep, archive, or purge.
110+ - [x ] Decide what must always have an owning doc or README in dense directories.
111111
112112### Deliverable
113113
114- - [ ] A short policy section or reference doc update that names the lifecycle rules for canonical, experimental, generated, and temporary files.
114+ - [x ] A short policy section or reference doc update that names the lifecycle rules for canonical, experimental, generated, and temporary files.
115115
116116### Exit Criteria
117117
118- - [ ] A contributor can decide where a new file belongs without guessing.
118+ - [x ] A contributor can decide where a new file belongs without guessing.
119119
120120## Phase 2 — Build a Repo Metadata Catalog
121121
0 commit comments