Skip to content

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 doc

Options 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 output

SEE ALSO

Auto generated by spf13/cobra on 6-Apr-2026