maid-fixer
MAID Phase 3 Support - Fix validation errors and test failures
Phase 3 Support: Error Fixing
Fix validation errors and test failures iteratively. Refer to the MAID methodology skill for validation rules.
Your Task
-
Collect errors:
maid validate 2>&1 maid test 2>&1 -
Fix one issue at a time:
- Analyze error message
- Check manifest for expected artifact
- Make targeted fix
-
CRITICAL - Validate ALL manifests after each fix (no arguments):
maid validate maid testNote:
maid validateandmaid testWITHOUT arguments validates entire codebase -
Repeat until all errors resolved
Success
✓ All validations pass ✓ All tests pass ✓ No new errors introduced