Implement full Lore roadmap: 9 features across 4 phases#2
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Phase 1: - F1: Guided bootstrap command (`lore bootstrap`) with prerequisite checks - F2: Enhanced setup wizard with validation, test-connection, backup/rollback - F3: SLO dashboard with CRUD, background checker, webhook/email alerting Phase 2: - F4: Adaptive retrieval profiles stored in Postgres with per-request selection - F5: Graph approval inbox with risk scoring, batch ops, reviewer notes - F6: Policy-based retention with snapshot schedules and restore drills Phase 3: - F7: Multi-tenant workspace isolation with RBAC and audit logging - F8: Plugin SDK with discovery, lifecycle hooks, hot-reload, and scaffolding - F9: Proactive memory recommendations with multi-signal scoring Includes 6 migrations (012-017), 118 new tests (2081 total), full-stack implementation per feature (REST API + CLI + MCP tools + Web UI). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Full implementation of the Lore roadmap — 9 features across 4 phases, shipping full-stack per feature (REST API + CLI + MCP tools + Web UI).
Phase 1: Foundation
lore bootstrapvalidates Python, Postgres, pgvector, Docker, runs migrations, verifies health--validate,--test-connection,--dry-runflagsPhase 2: Intelligence
?profile=param, 60s cachereview_decisionsaudit tablePhase 3: Platform
workspace:manage/workspace:read, audit log with filteringLorePluginABC with 5 hooks, entry_point discovery, hot-reload, scaffold CLI (lore plugin create), test harnesssuggest()toolInfrastructure
Test plan
🤖 Generated with Claude Code