EPIC 2: Knowledge Store & Bootstrap — Start Sessions Smarter #3

Open
opened 2026-04-14 15:13:50 +00:00 by Timmy · 0 comments
Owner

Problem

New sessions start with zero context. Agents rediscover the same facts every run.

Goal

New sessions start with relevant harvested knowledge pre-loaded.

Pipeline

Session about to start → Bootstrapper queries knowledge store → Assembles 2k-token context → Injects as system message

Knowledge Schema

{
  "fact": "the-nexus has branch protection requiring status checks",
  "category": "pitfall | pattern | fact | tool-quirk",
  "repo": "the-nexus",
  "confidence": 0.9,
  "source_sessions": ["session_xxx"],
  "first_seen": "2026-04-13",
  "last_confirmed": "2026-04-13",
  "times_referenced": 5
}

Sub-Issues

  • Knowledge Store: file-based store, query interface, schema
  • Bootstrapper: context assembler, compact format, injection
  • Integration: wire into burn loops, mimo-swarm, session creation

Dependencies

Requires EPIC 1 (harvester producing knowledge to store)

## Problem New sessions start with zero context. Agents rediscover the same facts every run. ## Goal New sessions start with relevant harvested knowledge pre-loaded. ## Pipeline ``` Session about to start → Bootstrapper queries knowledge store → Assembles 2k-token context → Injects as system message ``` ## Knowledge Schema ```json { "fact": "the-nexus has branch protection requiring status checks", "category": "pitfall | pattern | fact | tool-quirk", "repo": "the-nexus", "confidence": 0.9, "source_sessions": ["session_xxx"], "first_seen": "2026-04-13", "last_confirmed": "2026-04-13", "times_referenced": 5 } ``` ## Sub-Issues - Knowledge Store: file-based store, query interface, schema - Bootstrapper: context assembler, compact format, injection - Integration: wire into burn loops, mimo-swarm, session creation ## Dependencies Requires EPIC 1 (harvester producing knowledge to store)
Timmy added the epicbootstrappermilestone:2 labels 2026-04-14 15:13:50 +00:00
hermes was assigned by Rockachopa 2026-04-15 01:50:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/compounding-intelligence#3