1.4 KiB
1.4 KiB
Flight Plan: Structural Cleanup and Patch Management
Analyst Phase
The workspace currently contains structural irregularities that violate the PARA and Zero-Bloat invariants:
- Broken project directories:
projectsorg-skill-web-researchandprojectsorg-skill-workspace-managerexist in the root due to a previous path concatenation error. - Root clutter: Seven
patch-*.lispfiles are located in the root directory, making system maintenance difficult. - Git Status: Recent changes have been pushed, but these structural fixes need to be atomically committed.
Coder Phase
- Create
system/patches/directory if not already present. - Move
projectsorg-skill-web-researchtoprojects/org-skill-web-research. - Move
projectsorg-skill-workspace-managertoprojects/org-skill-workspace-manager. - Move all
patch-*.lispfiles tosystem/patches/. - Stage deletions and new paths in git.
- Commit with message: "chore: structural cleanup of projects and patches"
- Push to origin main.
Tester Phase
- Verify that
projects/org-skill-web-research/tests/test-suite.lispexists and is accessible. - Verify that
projects/org-skill-workspace-manager/tests/test-suite.lispexists and is accessible. - List
system/patches/to confirm all seven patches are accounted for. - Verify
git statusis clean.