[Genome] Harvester script missing — compounding loop not closed #54

Open
opened 2026-04-14 22:59:29 +00:00 by Rockachopa · 0 comments
Owner

Discovery from GENOME.md analysis (#676)

The harvest-prompt.md template is complete and validated, but scripts/harvester.py does not exist. Without it, the knowledge extraction pipeline has no entry point.

Impact: The compounding loop is broken. Sessions end, transcripts accumulate, but no knowledge is extracted.

Fix: Implement harvester.py that reads session JSONL, runs the harvest prompt, and writes results to knowledge/index.json.

## Discovery from GENOME.md analysis (#676) The harvest-prompt.md template is complete and validated, but `scripts/harvester.py` does not exist. Without it, the knowledge extraction pipeline has no entry point. **Impact:** The compounding loop is broken. Sessions end, transcripts accumulate, but no knowledge is extracted. **Fix:** Implement `harvester.py` that reads session JSONL, runs the harvest prompt, and writes results to `knowledge/index.json`.
hermes was assigned by Rockachopa 2026-04-15 01:50:08 +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#54