Skip to content

feat: add passive learning daemon — queue, auto-compile, multi-folder watch, service install#52

Merged
keeganthomp merged 1 commit intomainfrom
claude/review-next-todos-YMtmT
Apr 9, 2026
Merged

feat: add passive learning daemon — queue, auto-compile, multi-folder watch, service install#52
keeganthomp merged 1 commit intomainfrom
claude/review-next-todos-YMtmT

Conversation

@keeganthomp
Copy link
Copy Markdown
Owner

Transforms kib watch from a simple foreground inbox watcher into a full
passive knowledge ingestion daemon:

  • Ingest queue (.kb/queue/) with FIFO ordering, retry (3x), and failed/ dir
  • Daemon mode (--daemon, --stop, --status) with PID file management
  • Multi-folder watching with glob patterns (config: watch.folders)
  • Auto-compile scheduler (threshold + idle debounce)
  • Rotating watch log (.kb/logs/watch.log)
  • Service installers for launchd (macOS) and systemd (Linux)
  • /status HTTP endpoint for monitoring queue depth
  • 47 new tests, all 449 pass

https://claude.ai/code/session_015uE1EA9jnhosFvLaxgSD9c

… watch, service install

Transforms `kib watch` from a simple foreground inbox watcher into a full
passive knowledge ingestion daemon:

- Ingest queue (.kb/queue/) with FIFO ordering, retry (3x), and failed/ dir
- Daemon mode (--daemon, --stop, --status) with PID file management
- Multi-folder watching with glob patterns (config: watch.folders)
- Auto-compile scheduler (threshold + idle debounce)
- Rotating watch log (.kb/logs/watch.log)
- Service installers for launchd (macOS) and systemd (Linux)
- /status HTTP endpoint for monitoring queue depth
- 47 new tests, all 449 pass

https://claude.ai/code/session_015uE1EA9jnhosFvLaxgSD9c
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kib Ready Ready Preview, Comment Apr 9, 2026 3:29am

Request Review

@keeganthomp keeganthomp merged commit c29a5a5 into main Apr 9, 2026
3 checks passed
@keeganthomp keeganthomp deleted the claude/review-next-todos-YMtmT branch April 9, 2026 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants