chore(project): reset backlog with 2.0 refactoring roadmap#2
Merged
Merged
Conversation
Replace the 7 existing tactical bug-fix tasks with a complete 15-task roadmap for the AIPIM 2.0 architecture redesign. MVP (TASK-001–007): - JSONL event system (append-only source of truth) - SQLite derived state layer (queryable, gitignored) - Migration script (1.x → 2.0 without breaking changes) - MCP server (Hono, aipim mcp start, auto-migrate on boot) - MCP read tools (get_project_context, get_next_task, etc.) - MCP write tools (complete_task, add_comment, log_decision, etc.) - Fix task next priority ordering (alphabetical → real priority) Team support (TASK-008–009): - config.toml with team members and identity resolution - Git union merge driver for conflict-free collaboration UI (TASK-010–015): - REST API + SSE for real-time Svelte UI - Svelte 5 + Vite project setup - Kanban board with drag-and-drop - Task detail panel with inline markdown editing - Event timeline view - Monorepo split (only when packages justify it) https://claude.ai/code/session_01JAW5gduNHaqKdNn7yxEZbz
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.
Replace the 7 existing tactical bug-fix tasks with a complete 15-task roadmap for the AIPIM 2.0 architecture redesign.
MVP (TASK-001–007):
Team support (TASK-008–009):
UI (TASK-010–015):
https://claude.ai/code/session_01JAW5gduNHaqKdNn7yxEZbz
Description
Please include a summary of the change and which issue is fixed.
Fixes # (issue)
Type of change
Checklist:
npm run test)npm run type-check)