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

Implements the `prompt` command to update a node's prompt in metadata.

Usage: deciduex prompt <id> [prompt_text]

If prompt_text is not provided, reads from stdin.

# `run`

---

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