- CHARTER.md exists and describes mission
- README.md exists with usage instructions
- License file present
- Code compiles/runs without errors
- No hardcoded secrets or credentials
- Dependencies are documented
- Test suite exists
- Tests pass
- Edge cases covered
- Git-Agent Standard v2.0 compliant
- I2I protocol compatible
- STATE.md tracks current status
- API documented (if applicable)
- Configuration documented
- Examples provided
- No destructive operations without confirmation
- Error handling in place
- Graceful degradation
- Can be deployed independently
- Health check endpoint (if service)
- Logging/monitoring ready
- 7/7 = Seaworthy 🟢
- 5-6/7 = Conditional 🟡
- <5/7 = Needs Work
⚠️
2026-04-14