Draft
Conversation
…age) Agent-Logs-Url: https://github.com/Kritarth-Dandapat/super-ollama/sessions/e3fa7258-aa6f-46a8-ba3b-e3123d92c9f5 Co-authored-by: Kritarth-Dandapat <141005022+Kritarth-Dandapat@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add phase 5: Markdown TODO manager implementation
Phase 5: Markdown TODO manager
Apr 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the full
super-ollama todocommand tree —~/TODO.mdas source of truth, SQLite as a derived index rebuilt on every write, HTML comment metadata for machine-readable IDs/dates, and AI-assisted prioritisation via the existing engine.internal/todotodo.go—Item/Liststructs;Parse/Marshalfor the canonical format (- [ ] #tag text <!-- id:N created:YYYY-MM-DD -->);AddItem(auto-increment ID),MarkDone(by ID or partial text),FilterByTag,SearchItems,ActiveSummary/FullSummary(prompt injection)store.go—OpenStore(schema init),RebuildIndex(full replace in one tx),QueryStore(LIKE search)todo_test.go— 16 unit tests covering parse/marshal round-trip, add, done, filter, search, tag extractioninternal/configAdded
TodoPath(default~/TODO.md) andDBPath(default~/.super-ollama/data.db) toConfig;applyDefaultshandles~expansion.cmd/super-ollama/todo.goadd <text>done <id|text>done:datelist [--all] [--tag name]search <query>suggesttriagesuggestandtriagebuild focused prompts fromActiveSummary/FullSummaryand stream through the existingengine.Generatepath, respecting--modeland configdefault_model.Example file output: