refactor: project restructure — cli/ + crp/ + .ai4x/#71
Merged
Conversation
- git mv dev/cap → crp/cap (capabilities) - git mv adm/gdl/dev/contracts → crp/gov/qlt (quality contracts) - git mv adm/gdl/dev/protocols → crp/gov/prc (process protocols) - Create crp/gov/top/.gitkeep, crp/agn/.gitkeep - Remove empty dev/ and adm/gdl/dev/ directories - Update all path references across 30+ files: agent definitions, copilot-instructions, index.yaml, README, INSTALL, CONTRIBUTING, Makefile, glossary, ADRs, PBL entries, utility check scripts - index.yaml paths now repo-root-relative - adm/gdl/README.md updated for new structure Part of Epic #66
- git mv adm/gdl/pln/protocols/workflow.md → adm/gdl/planning-workflow.md - git mv adm/gdl/pln/protocols/planning-conformance.md → adm/gdl/planning-conformance.md - git mv adm/gdl/shr/protocols/board-policy.md → adm/gdl/board-policy.md - Remove empty pln/ and shr/ subdirectories - Create .ai4x/config.yaml (tracked placeholder) - Create .ai4x/team/.gitkeep (tracked) - Create .ai4x/.gitignore with ana/ entry - Update root .gitignore: remove blanket .ai4x/ exclusion - Update all references in agent definitions, governance docs, and protocol cross-references (17 path updates across 6 files) Part of Epic #66
- Add Corpus (crp/) definition to glossary Architecture Terms - Fix last stale dev/src/ reference in completions.test.ts - AC-2.1: zero matches for all 6 old path fragments (verified) - AC-3.1: make doctor → exit 0 - AC-3.2: make verify → exit 0 - AC-5.1: Corpus definition added - AC-5.2: CCC references already correct (crp/cap/) Closes #70, closes #66
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Epic #66 — Project Restructure
Restructures the repository from
dev/-centric layout to the target structure with clear top-level boundaries.Changes
1a040cbdev/cli/→cli/ccc04a9dev/cap/→crp/cap/,adm/gdl/dev/contracts/→crp/gov/qlt/,adm/gdl/dev/protocols/→crp/gov/prc/,crp/agn/+crp/gov/top/created9005209adm/gdl/pln/+adm/gdl/shr/flattened intoadm/gdl/,.ai4x/skeleton created32d326dNew Structure
Verification
git grepfor all 6 old path fragments → zero matchesmake doctor→ exit 0make verify→ exit 0git mvfor history preservation (AC-4.1)Critical Review
conditional-approve— all ACs verified, non-blocking: extend verify.sh for crp/ assertionsconditional-approve— corpus structure supports curate/spawn lifecycle, 3-zone boundary cleanFollow-up Items (separate Stories)
verify.sh/doctor.shwithcrp/and.ai4x/assertionscrp/agn/naming convention before firstcurateimplementationCloses #66, closes #67, closes #68, closes #69, closes #70