<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.40.1">
<meta name="project" content="deciduex v0.14.0-beta.3">
<title>API Reference — deciduex v0.14.0-beta.3</title>
<link rel="stylesheet" href="dist/html-elixir-YJO4MOOW.css" />
<script defer src="dist/sidebar_items-CC54D512.js"></script>
<script defer src="docs_config.js"></script>
<script defer src="dist/html-YU4BZFVS.js"></script>
</head>
<body>
<script>(()=>{var t="ex_doc:settings",e="dark";var o="dark",s="light";var E="sidebar_state",n="closed";var r="sidebar_width";var a="sidebar-open";var i=new URLSearchParams(window.location.search),S=i.get("theme")||JSON.parse(localStorage.getItem(t)||"{}").theme;(S===o||S!==s&&window.matchMedia("(prefers-color-scheme: dark)").matches)&&document.body.classList.add(e);var d=sessionStorage.getItem(E),A=d!==n&&!window.matchMedia(`screen and (max-width: ${768}px)`).matches;document.body.classList.toggle(a,A);var c=sessionStorage.getItem(r);c&&document.body.style.setProperty("--sidebarWidth",`${c}px`);var p=/(Macintosh|iPhone|iPad|iPod)/.test(window.navigator.userAgent);document.documentElement.classList.toggle("apple-os",p);})();
</script>
<div class="body-wrapper">
<button id="sidebar-menu" class="sidebar-button sidebar-toggle" aria-label="toggle sidebar" aria-controls="sidebar">
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i>
</button>
<nav id="sidebar" class="sidebar">
<div class="sidebar-header">
<div class="sidebar-projectInfo">
<div>
<a href="https://notactuallytreyanastasio.github.io/deciduous/" class="sidebar-projectName" translate="no">
deciduex
</a>
<div class="sidebar-projectVersion" translate="no">
v0.14.0-beta.3
</div>
</div>
</div>
<ul id="sidebar-list-nav" class="sidebar-list-nav" role="tablist" data-extras="Pages"></ul>
</div>
</nav>
<output role="status" id="toast"></output>
<main class="content page-extra" id="main" data-type="extras">
<div id="content" class="content-inner">
<div class="top-search">
<div class="search-settings">
<form class="search-bar" action="search.html">
<label class="search-label">
<span class="sr-only">Search documentation of deciduex</span>
<div class="search-input-wrapper">
<input name="q" type="text" class="search-input" placeholder="Press / to search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
<button type="button" tabindex="-1" class="search-close-button" aria-hidden="true">
<i class="ri-close-line ri-lg" title="Cancel search"></i>
</button>
</div>
</label>
</form>
<div class="autocomplete">
</div>
<div class="engine-selector" data-multiple="false">
<button type="button" class="engine-button" aria-label="Select search engine" aria-haspopup="true" aria-expanded="false">
<i class="ri-search-2-line" aria-hidden="true"></i>
<span class="engine-name">Default</span>
<i class="ri-arrow-down-s-line" aria-hidden="true"></i>
</button>
<div class="engine-dropdown" hidden role="menu">
<button type="button"
class="engine-option"
data-engine-url="search.html?q="
role="menuitemradio"
aria-checked="true">
<span class="name">Default</span>
<span class="help">In-browser search</span>
</button>
</div>
</div>
<button class="icon-settings display-settings">
<i class="ri-settings-3-line"></i>
<span class="sr-only">Settings</span>
</button>
</div>
</div>
<div id="top-content">
<div class="heading-with-actions top-heading">
<h1>API Reference <small class="app-vsn">deciduex v#0.14.0-beta.3</small></h1>
<a href="api-reference.md" title="Copy Markdown (hold Ctrl/Cmd and click it to open as Markdown)" class="copy-markdown icon-action" rel="help">
<i class="ri-markdown-line" aria-hidden="true"></i>
<span class="sr-only">Copy Markdown</span>
</a>
<a href="https://github.com/notactuallytreyanastasio/deciduous" title="View Source" class="icon-action" rel="help">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="details-list">
<h2 id="modules" class="section-heading">Modules</h2>
<div class="summary">
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.html" translate="no">Deciduex</a>
</div>
<div class="summary-synopsis"><p>Elixir replacement for deciduous CLI commands.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.CLI.html" translate="no">Deciduex.<wbr>CLI</a>
</div>
<div class="summary-synopsis"><p>CLI entry point. Dispatches subcommands.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Checks.NoIfInsideCase.html" translate="no">Deciduex.<wbr>Checks.<wbr>NoIfInsideCase</a>
</div>
<div class="summary-synopsis"></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Checks.NoNestedCase.html" translate="no">Deciduex.<wbr>Checks.<wbr>NoNestedCase</a>
</div>
<div class="summary-synopsis"></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Add.html" translate="no">Deciduex.<wbr>Commands.<wbr>Add</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">add</code> command to create new decision nodes.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Archaeology.html" translate="no">Deciduex.<wbr>Commands.<wbr>Archaeology</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">archaeology</code> command for retroactive graph building.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Audit.html" translate="no">Deciduex.<wbr>Commands.<wbr>Audit</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">audit</code> command to maintain graph data quality.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Backup.html" translate="no">Deciduex.<wbr>Commands.<wbr>Backup</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">backup</code> command to create a database backup.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.CommandLog.html" translate="no">Deciduex.<wbr>Commands.<wbr>CommandLog</a>
</div>
<div class="summary-synopsis"><p>Implements <code class="inline">deciduex commands</code> — lists recent command log entries.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Delete.html" translate="no">Deciduex.<wbr>Commands.<wbr>Delete</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">delete</code> command to remove a node and its edges.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Diff.html" translate="no">Deciduex.<wbr>Commands.<wbr>Diff</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">diff</code> command for multi-user graph sync.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Doc.html" translate="no">Deciduex.<wbr>Commands.<wbr>Doc</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">doc</code> command with subcommands for document management.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Edges.html" translate="no">Deciduex.<wbr>Commands.<wbr>Edges</a>
</div>
<div class="summary-synopsis"><p>Implements <code class="inline">deciduex edges</code> — lists all decision graph edges.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Graph.html" translate="no">Deciduex.<wbr>Commands.<wbr>Graph</a>
</div>
<div class="summary-synopsis"><p>Implements <code class="inline">deciduex graph</code> — outputs full graph as JSON.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Init.html" translate="no">Deciduex.<wbr>Commands.<wbr>Init</a>
</div>
<div class="summary-synopsis"><p>Initialize deciduous in a project directory.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Link.html" translate="no">Deciduex.<wbr>Commands.<wbr>Link</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">link</code> command to create edges between nodes.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Narratives.html" translate="no">Deciduex.<wbr>Commands.<wbr>Narratives</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">narratives</code> command for managing evolution narratives.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Nodes.html" translate="no">Deciduex.<wbr>Commands.<wbr>Nodes</a>
</div>
<div class="summary-synopsis"><p>Implements <code class="inline">deciduex nodes</code> — lists all decision graph nodes.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Prompt.html" translate="no">Deciduex.<wbr>Commands.<wbr>Prompt</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">prompt</code> command to update a node's prompt in metadata.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Pulse.html" translate="no">Deciduex.<wbr>Commands.<wbr>Pulse</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">pulse</code> command to show decision graph health and activity.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Show.html" translate="no">Deciduex.<wbr>Commands.<wbr>Show</a>
</div>
<div class="summary-synopsis"><p>Implements <code class="inline">deciduex show <id></code> — displays detailed node information.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Status.html" translate="no">Deciduex.<wbr>Commands.<wbr>Status</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">status</code> command to update a node's status.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Sync.html" translate="no">Deciduex.<wbr>Commands.<wbr>Sync</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">sync</code> command to export the decision graph.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Unlink.html" translate="no">Deciduex.<wbr>Commands.<wbr>Unlink</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">unlink</code> command to remove edges between nodes.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Update.html" translate="no">Deciduex.<wbr>Commands.<wbr>Update</a>
</div>
<div class="summary-synopsis"><p>Update deciduous integration files to the latest version.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Commands.Writeup.html" translate="no">Deciduex.<wbr>Commands.<wbr>Writeup</a>
</div>
<div class="summary-synopsis"><p>Implements the <code class="inline">writeup</code> command to generate a PR writeup.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.DB.html" translate="no">Deciduex.<wbr>DB</a>
</div>
<div class="summary-synopsis"><p>Database path discovery and schema management for the deciduous SQLite database.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Mutations.html" translate="no">Deciduex.<wbr>Mutations</a>
</div>
<div class="summary-synopsis"><p>Write operations for the decision graph database.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Queries.html" translate="no">Deciduex.<wbr>Queries</a>
</div>
<div class="summary-synopsis"><p>Centralized Ecto queries for reading from the deciduous database.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Repo.html" translate="no">Deciduex.<wbr>Repo</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Schema.CommandLog.html" translate="no">Deciduex.<wbr>Schema.<wbr>CommandLog</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Schema.DecisionEdge.html" translate="no">Deciduex.<wbr>Schema.<wbr>DecisionEdge</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Schema.DecisionNode.html" translate="no">Deciduex.<wbr>Schema.<wbr>DecisionNode</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Schema.NodeDocument.html" translate="no">Deciduex.<wbr>Schema.<wbr>NodeDocument</a>
</div>
<div class="summary-synopsis"><p>Schema for node_documents table.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Deciduex.Templates.html" translate="no">Deciduex.<wbr>Templates</a>
</div>
<div class="summary-synopsis"><p>Template rendering for deciduous init/update.</p></div>
</div>
</div>
</section>
<section class="details-list">
<h2 id="tasks" class="section-heading">Mix Tasks</h2>
<div class="summary">
<div class="summary-row">
<div class="summary-signature">
<a href="Mix.Tasks.Deciduous.html" translate="no">mix deciduous</a>
</div>
<div class="summary-synopsis"><p>Decision graph CLI.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="Mix.Tasks.Deciduous.Init.html" translate="no">mix deciduous.<wbr>init</a>
</div>
<div class="summary-synopsis"><p>Initialize deciduous decision graph in the current project.</p></div>
</div>
</div>
</section>
</div>
<footer class="footer">
<p>
<span class="line">
<a href="https://hex.pm/packages/deciduex/0.14.0-beta.3">Hex Package</a>
<a href="https://preview.hex.pm/preview/deciduex/0.14.0-beta.3">Hex Preview</a>
</span>
<span class="line">
<button class="a-main footer-button display-quick-switch" title="Go to package docs">
Go to package docs
</button>
<a href="llms.txt" target="_blank">
View llms.txt
</a>
<a href="deciduex.epub">
Download ePub version
</a>
</span>
</p>
<p class="built-using">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.40.1) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a>
</p>
</footer>
</div>
</main>
</div>
</body>
</html>