Commit graph

2 commits

Author SHA1 Message Date
rUv
ae32e23d5b chore: update intelligence data and version bump to v0.1.71 2025-12-31 17:40:37 +00:00
rUv
43169eb226 feat: add batch learning and real-time subscriptions
New CLI Commands:
- batch-learn: Process multiple learning experiences at once
- subscribe: Stream real-time learning updates (polling)
- watch: Auto-learn from file changes in real-time

New MCP Tools (49 total):
- hooks_batch_learn: Batch process experiences array
- hooks_subscribe_snapshot: Get state deltas for subscriptions
- hooks_watch_status: Get current watch/learning status

Features:
- Batch learning processes multiple experiences efficiently
- Subscribe streams events: learn, route, memory, compress
- Watch monitors file changes and auto-learns patterns
- Co-edit detection in watch mode (files edited within 1 min)

Published as v0.1.71
2025-12-31 16:02:29 +00:00