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.Pulse`
[🔗](https://github.com/notactuallytreyanastasio/deciduous/blob/main/lib/deciduex/commands/pulse.ex#L1)

Implements the `pulse` command to show decision graph health and activity.

Usage: deciduex pulse [options]

Options:
  -b, --branch BRANCH    Filter by git branch
  -r, --recent N         Number of recent nodes to show (default 10)
  --json                 Output as JSON
  --summary              Show summary only

# `run`

---

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