API Reference deciduex v#0.14.0-beta.3

Copy Markdown View Source

Modules

Elixir replacement for deciduous CLI commands.

CLI entry point. Dispatches subcommands.

Implements the add command to create new decision nodes.

Implements the archaeology command for retroactive graph building.

Implements the audit command to maintain graph data quality.

Implements the backup command to create a database backup.

Implements deciduex commands — lists recent command log entries.

Implements the delete command to remove a node and its edges.

Implements the diff command for multi-user graph sync.

Implements the doc command with subcommands for document management.

Implements deciduex edges — lists all decision graph edges.

Implements deciduex graph — outputs full graph as JSON.

Initialize deciduous in a project directory.

Implements the link command to create edges between nodes.

Implements the narratives command for managing evolution narratives.

Implements deciduex nodes — lists all decision graph nodes.

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

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

Implements deciduex show <id> — displays detailed node information.

Implements the status command to update a node's status.

Implements the sync command to export the decision graph.

Implements the unlink command to remove edges between nodes.

Update deciduous integration files to the latest version.

Implements the writeup command to generate a PR writeup.

Database path discovery and schema management for the deciduous SQLite database.

Write operations for the decision graph database.

Centralized Ecto queries for reading from the deciduous database.

Schema for node_documents table.

Template rendering for deciduous init/update.

Mix Tasks

Decision graph CLI.

Initialize deciduous decision graph in the current project.