Agent Code Guard 0.4.0 adds explicit Markdown document-size ratchets and a clearer documentation site using the shared dark theme. The release includes the CLI, runtime, and version-matched Code Guard skill.
Added
--create-markdown-baselinerecords explicitly reviewed oversized Markdown documents at their current physical-line counts.--update-markdown-baselineonly lowers or prunes existing allowances. Normal analysis reads the baseline without modifying it.- Accepted documents pass the document-size guard while unchanged or smaller; growth returns REVIEW. New paths use ordinary thresholds, and section reviews remain independent.
- Strict baseline validation rejects malformed, duplicate, and unsafe entries. Human and full JSON output retain allowance context.
Documentation
- Add a practical introduction, quick start, result guidance, and agent setup links to the documentation home.
- Apply the shared dark Primer theme and add GitHub navigation throughout the site.
- Link the project README directly to published guides.
- Bundle the Markdown ratchet workflow and policy in the version-matched skill.
Upgrade
pipx upgrade agent-code-guard
code-guard --version
code-guard doctor
code-guard --skill-pathIf your agent platform uses an exported skill copy, refresh it from the upgraded distribution using the documented export workflow.
Documentation: https://stef-k.github.io/agent-code-guard/
Full changelog: v0.3.1...v0.4.0