Parent Issue
#79
Objective
Implement the manifest-audit-sync skill and migrate Squad runtime to read from manifest instead of hardcoded paths.
Description
Implement the manifest-audit-sync skill to audit Squad directory structure against manifest. Migrate skill-source.ts, resolver.ts, and init.ts to use manifest-driven configuration. Add CI gate to run audit skill on PRs touching .copilot/ or .squad/ directories.
Scope
Acceptance Criteria
Files Likely Touched
- skills/manifest-audit-sync/ (new)
- src/skill-source.ts (modify)
- src/resolver.ts (modify)
- src/init.ts (modify)
- .github/workflows/ (modify)
- test/manifest-audit-sync.test.ts (new)
Dependencies
- Depends on: Sub-issue 1 (Foundation — Manifest Schema + Path Resolver)
Parent Issue
#79
Objective
Implement the manifest-audit-sync skill and migrate Squad runtime to read from manifest instead of hardcoded paths.
Description
Implement the manifest-audit-sync skill to audit Squad directory structure against manifest. Migrate skill-source.ts, resolver.ts, and init.ts to use manifest-driven configuration. Add CI gate to run audit skill on PRs touching .copilot/ or .squad/ directories.
Scope
Acceptance Criteria
Files Likely Touched
Dependencies