mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
Add a confirmation-gated inbox triage workflow over Notes/Inbox.md: - inbox_process (read-only): enumerates loose inbox items with stable numbers and returns a structured triage proposal plus the destination tools to route them. Never moves, deletes, or categorizes. - inbox_resolve (destructive): removes already-routed items by their item numbers after the user confirms, preserving other items and the heading/intro. A shared deterministic parser splits Inbox.md on `## ` headings, or on blank-line blocks when there are no headings, so item numbers stay stable between process and resolve. - tools + registration (mcp-ts), VS Code + Obsidian commands, LM tools, MCPB manifest, and command/tool parity rows (44 tools, 38 commands) - guidance update: rough/unsorted/pasted material routes to the Inbox and is triaged with inbox_process/inbox_resolve, not dumped into memory (memory skill, generated assistant templates, generated README, public docs); bumped touched template versions - inbox scaffold intro references the triage tools - tests for inbox_process / inbox_resolve incl. empty state, heading vs blank-line splitting, out-of-range rejection, and intro preservation Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| check-command-parity.mjs | ||
| check-tool-parity.mjs | ||
| sync-obsidian-version.mjs | ||