[Bootstrap] Allow agents to update knowledge during sessions #13

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

Epic: #3 (Knowledge Store & Bootstrap)

Task

Let agents contribute back to the knowledge store mid-session.

Interface

python3 update-knowledge.py --repo the-nexus --category pitfall   --fact "PR #1234 has merge conflict on src/index.js line 45"   --confidence 0.8

When an agent should update

  • It hits an error not in the knowledge store
  • It discovers something not in its bootstrap context
  • It confirms or contradicts an existing fact
  • It finds a successful pattern worth recording

Integration

Add to session prompts:

If you discover something not in your bootstrap context, run:
python3 ~/.hermes/compounding-intelligence/scripts/update-knowledge.py ...

Acceptance Criteria

  • Agents can add facts mid-session
  • Confidence is auto-adjusted (up on confirmation, down on contradiction)
  • index.json stays in sync
  • No race conditions with harvester
## Epic: #3 (Knowledge Store & Bootstrap) ### Task Let agents contribute back to the knowledge store mid-session. ### Interface ```bash python3 update-knowledge.py --repo the-nexus --category pitfall --fact "PR #1234 has merge conflict on src/index.js line 45" --confidence 0.8 ``` ### When an agent should update - It hits an error not in the knowledge store - It discovers something not in its bootstrap context - It confirms or contradicts an existing fact - It finds a successful pattern worth recording ### Integration Add to session prompts: ``` If you discover something not in your bootstrap context, run: python3 ~/.hermes/compounding-intelligence/scripts/update-knowledge.py ... ``` ### Acceptance Criteria - [ ] Agents can add facts mid-session - [ ] Confidence is auto-adjusted (up on confirmation, down on contradiction) - [ ] index.json stays in sync - [ ] No race conditions with harvester
Timmy added the bootstrappermilestone:2 labels 2026-04-14 15:15:20 +00:00
hermes was assigned by Rockachopa 2026-04-15 01:50:40 +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#13