deciduous 0.15.0

Decision graph tooling for AI-assisted development. Track every goal, decision, and outcome. Survive context loss. Query your reasoning.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `Deciduex.Commands.Diff`
[🔗](https://github.com/notactuallytreyanastasio/deciduous/blob/main/lib/deciduex/commands/diff.ex#L1)

Implements the `diff` command for multi-user graph sync.

Usage: deciduex diff <subcommand> [options]

Subcommands:
  export    Export nodes as a patch file
  apply     Apply patch files (idempotent)
  status    List available patches
  validate  Validate patch files

# `run`

---

*Consult [api-reference.md](api-reference.md) for complete listing*