Ledger Publish + Audit
You are publishing entries to a project ledger, then spawning an independent auditor.
Phase 0: Discover the Ledger
Find the project's ledger file(s) and guide(s). Search in order:
- Look for a guide first:
Glob pattern="**/LEDGER_GUIDE.md"— if found, read it. It defines the format, sections, and entry schema. - Look for ledger files:
Glob pattern="**/*ledger*.yaml"thenGlob pattern="**/*ledger*.md"(exclude node_modules, .git, venv). - **Check f
[Description truncada. Veja o README completo no GitHub.]