doc
ddx doc
Document dependency graph and staleness tracking
Synopsis
Manage the document dependency graph.
DDx tracks dependencies between documents using YAML frontmatter. When an upstream document changes, DDx detects which downstream documents are stale and need review.
Examples: ddx doc graph # Show document dependency graph ddx doc stale # List stale documents ddx doc stamp docs/prd.md # Mark a document as reviewed ddx doc show helix.prd # Show document metadata ddx doc deps helix.arch # Show what a document depends on ddx doc dependents helix.prd # Show what depends on a document
ddx doc [flags]Options
-h, --help help for docOptions inherited from parent commands
--config string config file (default is $HOME/.ddx.yml)
--library-base-path string override path for DDx library location
-v, --verbose verbose outputSEE ALSO
- ddx - Document-Driven Development eXperience - AI development toolkit
- ddx doc changed - List artifacts changed since a git ref
- ddx doc dependents - Show what depends on a document
- ddx doc deps - Show what a document depends on
- ddx doc diff - Show content diff for an artifact
- ddx doc graph - Show document dependency graph
- ddx doc history - Show commit log for an artifact
- ddx doc migrate - Convert legacy
dun:frontmatter toddx: - ddx doc show - Show document metadata and status
- ddx doc stale - List stale documents
- ddx doc stamp - Update review stamps on documents
- ddx doc validate - Validate document graph (check for cycles, missing deps)