Commit Graph

5 Commits

Author SHA1 Message Date
b3d1f5acb4 fix: rename KV binding to CLAUDE_STATUS and fix threadId nullish check
- Rename KV binding SUBSCRIBERS → CLAUDE_STATUS for consistent naming
- Fix || null → ?? null to preserve threadId 0 (General topic)
- Update KV namespace creation command in README
2026-04-08 23:14:26 +07:00
41bdcf36ef refactor: rename queue to claude-status and remove KV key prefix
Namespace provides scoping, prefix on KV key is redundant.
2026-04-08 23:09:02 +07:00
cb9fd58565 fix: correct license to Apache-2.0 in package.json and README 2026-04-08 23:07:03 +07:00
cc35e8a649 update README with setup instructions and project documentation 2026-04-08 23:06:00 +07:00
902b46720d Initial commit 2026-04-08 22:19:28 +07:00