-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
featpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업상위 이슈의 하위 작업
Description
Purpose
Watch file system for changes instead of polling via capture-pane. Detect worker completion (RESULT.json), rule changes (.ai-rules/), and config changes instantly.
Changes
packages/codingbuddy-plugin/— File watcher module (chokidar or fs.watch)
Key Watchers
.taskmaestro/wt-N/RESULT.json→ worker completion instant detectionpackages/rules/.ai-rules/→ auto-reload rules on changecodingbuddy.config.json→ auto-reload config on change
Supersedes
- taskMaestro: add worker completion signaling mechanism #767 (completion signaling) — File watcher replaces polling
Acceptance Criteria
- Watch RESULT.json for worker completion
- Watch .ai-rules/ for rule changes → auto-reload
- Watch config for settings changes → auto-reload
- Debounced to avoid excessive triggers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업상위 이슈의 하위 작업