Skip to content

Commit 0bd5ad3

Browse files
author
Yogthos
committed
Add native issue board to features and commands
1 parent f3e7cfe commit 0bd5ad3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,10 @@ <h3>Role-Based Routing</h3>
723723
<h3>Self-Improving Memory</h3>
724724
<p>Two-tier per-project memory — hot facts inline, the rest a searchable breadcrumb index — plus a global cross-project tier for durable preferences, injected as a cache-stable snapshot. A post-session orchestrator extracts learnings and curates memory &amp; skills between sessions.</p>
725725
</div>
726+
<div class="feat">
727+
<h3>Built-In Issue Board</h3>
728+
<p>A persistent, agent-facing kanban in the session DB — a stateful extension of the memory model. The harness surfaces the top open issues at the <em>start of every turn</em>, so the agent works its backlog without polling a tracker. The <code>issue</code> tool manages it (create / start / close, priorities, cross-session); <code>/issues</code> views it. SQLite rows, no external tracker.</p>
729+
</div>
726730
<div class="feat">
727731
<h3>Long-Horizon Sessions</h3>
728732
<p>Durable, incrementally-refreshed checkpoints anchored to a stable identity — so resuming a long, compacted session recovers its live state instead of a stale snapshot. Hold autonomous runs to a natural-language stop condition with <code>--goal</code>. Adapted from <a href="https://github.com/XiaomiMiMo/MiMo-Code">MiMo-Code</a>.</p>
@@ -910,6 +914,7 @@ <h2 class="sec-title">Drive it with <em>slash</em> commands</h2>
910914
<div class="card"><h4>/panel</h4><p>Toggle the side gutters</p></div>
911915
<div class="card"><h4>/compress</h4><p>Compact history for context</p></div>
912916
<div class="card"><h4>/sessions</h4><p>List, save, load sessions</p></div>
917+
<div class="card"><h4>/issues</h4><p>View the native issue board</p></div>
913918
<div class="card"><h4>/tree</h4><p>Show session branch tree</p></div>
914919
<div class="card"><h4>/fork</h4><p>Branch the conversation</p></div>
915920
<div class="card"><h4>/loop</h4><p>Start an iterative coding loop</p></div>

0 commit comments

Comments
 (0)