[Bootstrap] Wire bootstrapper into session creation #12

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

Epic: #3 (Knowledge Store & Bootstrap)

Task

Make sessions automatically start with bootstrapped knowledge.

Integration points

  1. Cron jobs: modify job prompts to include instruction: "Run bootstrapper.py for your target repo first"
  2. Mimo-swarm workers: add bootstrap step to worker-runner.py
  3. Manual sessions: CLI command timmy bootstrap --repo the-nexus

Approach

Add a step in each session's preamble:

Before starting work, run:
python3 ~/.hermes/compounding-intelligence/scripts/bootstrapper.py --repo {target_repo}
Read the output. This is what the fleet already knows about this repo.

Acceptance Criteria

  • Burn loops call bootstrapper before starting work
  • Mimo-swarm workers include bootstrap context
  • Bootstrap adds <5 seconds to session startup
  • Sessions that use bootstrap show measurably less rediscovery
## Epic: #3 (Knowledge Store & Bootstrap) ### Task Make sessions automatically start with bootstrapped knowledge. ### Integration points 1. **Cron jobs**: modify job prompts to include instruction: "Run bootstrapper.py for your target repo first" 2. **Mimo-swarm workers**: add bootstrap step to worker-runner.py 3. **Manual sessions**: CLI command `timmy bootstrap --repo the-nexus` ### Approach Add a step in each session's preamble: ``` Before starting work, run: python3 ~/.hermes/compounding-intelligence/scripts/bootstrapper.py --repo {target_repo} Read the output. This is what the fleet already knows about this repo. ``` ### Acceptance Criteria - [ ] Burn loops call bootstrapper before starting work - [ ] Mimo-swarm workers include bootstrap context - [ ] Bootstrap adds <5 seconds to session startup - [ ] Sessions that use bootstrap show measurably less rediscovery
Timmy added the pipelinebootstrappermilestone:2 labels 2026-04-14 15:15:20 +00:00
hermes was assigned by Rockachopa 2026-04-15 01:50:41 +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#12