982 B
982 B
Codebase Testing (TESTING.md)
Structural Verification
Given that this is an AI Framework Infrastructure project (Bootstrap Kit), formal unit testing via Jest/Vitest does not primarily apply to the root structure.
GSD Audit Testing
Testing is defined strictly through the Plan-Execute-Verify cycle of the Get-Shit-Done (GSD) framework:
[Acceptance Criteria]: Each phase and subtask has shell commands evaluated bygrepor file existence checks ensuring conditions are logically provable (e.g.grep "npx get-shit-done-cc" .agent/scripts/sync_vendors.bat).- Verifiers: The
.planning/phases/*-VERIFICATION.mdpattern uses dedicated checker agents to automatically validate system goals against the physical outcome on disk.
Continuous Integration
At the moment, no GitHub Actions or standard CI test runners execute automated validation, as validation strictly hinges on local agent validation (/gsd-verify-work or gsd-plan-checker routines).