# Documentation Cleanup & Versioning ## Goals - Remove dated/archived content; delete `archive/` or similar folders - Trim AI conversation dumps; keep only user-facing docs - Establish versioned docs (e.g., `docs/versions/` with vX directories) aligned to releases - Ensure README points to canonical docs and quickstart - Add doc lint/check to CI (failing on orphaned files or unversioned changes) ## Tasks - [ ] Delete `archive/` or other legacy folders; migrate anything still needed into versioned docs - [ ] Remove redundant AI logs/notes; keep distilled guides only - [ ] Create `docs/versions/vNEXT` seeded from current docs; document versioning policy - [ ] Add `docs/STRUCTURE.md` describing required sections (intro, install, usage, API, changelog links) - [ ] Wire doc check into CI (validate structure + broken links) - [ ] Update README to reference versioned docs and housekeeping guidelines ## Acceptance Criteria - No archived/dated folders remain - Docs pass link/structure check in CI - Versioned docs directory exists and is referenced from README
Documentation Cleanup & Versioning
Goals
archive/or similar foldersdocs/versions/with vX directories) aligned to releasesTasks
archive/or other legacy folders; migrate anything still needed into versioned docsdocs/versions/vNEXTseeded from current docs; document versioning policydocs/STRUCTURE.mddescribing required sections (intro, install, usage, API, changelog links)Acceptance Criteria