v0.3.1
v0.3.1 — 2026-06-13
Maintenance + agent-experience release. Drift and metadata-quality findings are now actionable, binary documents are no longer mis-scored for governance fields they cannot hold, and .docgraphignore exclusions are discoverable from the tools and apply on a running server. Dependency bump; backward-compatible, no schema change.
Added
- Every drift and metadata-quality finding now carries a remediation (
Fix:) line — what to do about it, not just the symptom. docgraph_statusgains an Index Configuration section: which ignore sources are active (.gitignore/.docgraphignore/--no-gitignore) and how to exclude files from the index.
Changed
docgraph_context format=drift_auditnow honors theproject=filter; previously it always scanned the whole workspace.- Editing
.docgraphignorewhiledocgraph serveis running applies the change automatically — newly-excluded files are pruned from the index (guarded so an over-broad rule can't empty it), instead of lingering until a--forcerebuild. - Bumped the PDF-extraction dependency (
gopdf) to v0.7.9.
Fixed
- PDF and Word (
.docx) documents are no longer flagged for a missingstatus,owner, orreview_due— frontmatter fields those formats structurally cannot carry. Git- and graph-based findings (stale-by-git, isolated document) still apply to them.