changelog-existsvalidator check (warn) — CHANGELOG.md must exist at repo rootchangelog-version-entryvalidator check (fail) — latest git tag must have matching entrydoctor-provenancevalidator check (warn) — doctor output should include version and source.repo- Scaffold generates CHANGELOG.md template with initial version entry
- Scaffold generates
.github/workflows/release.ymlwith CHANGELOG verification gate - Scaffold Makefile includes
releasetarget that refuses to tag without CHANGELOG entry - Total checks: 30 → 33
ancc scaffoldcommand for full Go project generation- GitHub Action exits 0 for warnings, 1 for failures only
- 30 validation checks (11 structural, 4 semantic, 5 not-do/scope, 5 spec/policy, 5 quality)
- 14 agent scanners
- GitHub Action for CI validation
ancc scanfor batch multi-repo validationancc context,ancc diff,ancc exportsubcommands
- Vibe and Goose agent support
- Expanded Aider and Copilot scanners
ancc context,ancc diff,ancc exportsubcommands--budgetflag for skills context visualization
- Semantic quality checks for SKILL.md validation
- JSON example validation, exit code numeric checks
- OpenClaw agent support
- Environment security checks in
ancc audit
- Skill scanning, doctor command, agent detection
- 14 agent scanners
- Initial release — ANCC validator with structural checks
- Cobra CLI with validate and init subcommands