disclaw/src
Nick Tabeling 56b861f34c
Some checks failed
CI / build-and-test (ubuntu-latest) (pull_request) Has been cancelled
CI / build-and-test (windows-latest) (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
feat(DIS-151): channel categorization + lifecycle management
- Add deleteWorkspaceByChannelId() to DisclawDatabase
- Add src/lifecycle/categories.ts: ensureCategories() + moveToCategory()
- Add src/lifecycle/reconcile.ts: reconcile() assigns channels to active/inactive/archive categories on startup
- Add src/lifecycle/channel-delete-handler.ts: handles channelDelete events for management, category, and agent channels
- Wire lifecycle into bot.ts: state object, ensureCategories, reconcile, channelDelete listener
- Extend handleNewAgent() with optional activeCategoryId to place new channels in the active category
- Add 13 unit tests covering all lifecycle scenarios

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 14:43:32 +02:00
..
agent feat(DIS-106): RunResult discriminated union replaces Promise<string> 2026-04-10 10:25:21 +02:00
commands feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
config fix(DIS-106): fix timeout test — wrong YAML key + overly strict schema 2026-04-10 10:25:21 +02:00
db feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
discord fix(DIS-105): prevent fence closure from pushing chunks beyond 2000-char hard limit 2026-04-10 10:13:58 +02:00
lifecycle feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
runtime feat(DIS-103): ChannelQueue serializes messages per channel (FIFO) 2026-04-10 10:17:57 +02:00
bot.ts feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
index.ts feat(DIS-101): introduce pino structured logger, remove console.* 2026-04-09 17:09:37 +02:00
router.ts feat(DIS-106): RunResult discriminated union replaces Promise<string> 2026-04-10 10:25:21 +02:00