-
Notifications
You must be signed in to change notification settings - Fork 5
Milestones
List view
Distill closed issue/PR threads + their fixing diffs into typed, symbol-anchored decision records (root issue / root cause / decision / outcome), mechanically validated, surfaced through existing retrieval and drive-by context. Prototype-validated; v1 scope per #113.
No due date•17/19 issues closedSignal reindex precisely from the tools that edit these repos (git hooks + coding-agent post-edit hooks) and scope it to the exact changed paths, so freshness does not over-rely on the FS watcher. Cross-OS: hook-driven triggers operate above the FS-event layer (inotify/FSEvents/RDCW), with a direct fallback where no warm listener exists. Also make watcher degradation observable. Watch-count/sweep scaling measured as non-bottleneck at current scale (adaptive watch retirement deferred).
No due date•8/9 issues closedFirst-class Swift indexing: tree-sitter baseline, a SwiftPM validation corpus, and SourceKit-LSP semantic resolution.
No due date•5/6 issues closedGeneralize the GitHub papertrail into config-bound issue-tracker mirrors (GitHub, GitLab, Bitbucket, Jira): PapertrailClient trait, provider-neutral papertrail_* schema, whole-project LIFO batch mirror with automatic sync, per-provider rate governor. Hard renames throughout — no legacy aliases.
No due date•9/13 issues closedOne-command, no-Rust-toolchain install of rag-rat across many agents, layered by capability — each via the broadest off-the-shelf installer, only the engine stays bespoke: prebuilt binary (cargo-dist npm installer), MCP registration (add-mcp, ~9 agents), skills (skills CLI, ~71 agents), and hooks (a dual-manifest Claude/Codex plugin). Orchestrated by npx @rag-rat/setup.
No due date•4/6 issues closedOptional SCIP-index oracle pass: compiler-grade edge resolution (Compiler tier + resolved-external), precision/recall eval for the tree-sitter resolver, semantic moniker anchors for memories/logical symbols, and the incremental live-LSP path for dirty files. Epic #61.
No due date•8/13 issues closedRepo memories become durable and multi-device: consolidate per-repo indexes into one global database with repo_id scoping (phase A), add a signed per-device op log with deterministic merge (B), device identity + E2E crypto (C), iroh transport with store-and-forward server peers (D), and public read-only knowledge-base streams (E). Substrate for #217.
No due date•38/41 issues closedOptional offloading of reconcile/embedding to an Ollama server — local, or remote (ephemeral GPU on Modal/RunPod). Run larger/GPU embedding models without an always-on local dependency. Native HTTP provider first; ephemeral bulk-only auto-provisioning via a Node/TS cookbook second.
No due date•10/11 issues closed