- Reset master to upstream/main (16,697 commits) - Overlay 2,271 local-only files (skills, tools, workspace, configs, apps) - Restore IDENTITY.md and USER.md templates - Build verified, gateway running, Discord working Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
567 B
567 B
AI Action Plan Implementation
Phase 1 Redis backbone and event pub sub
Scope
- Add Redis event backend wrapper in
src/services/event-backend.ts. - Add event publisher utility in
src/utils/event-publisher.ts. - Add system event schema in
src/schemas/events/system.json.
Notes
- Redis backend uses separate publisher and subscriber clients with lazy connect support.
- Event publisher emits a version 1 envelope and publishes to
events:{namespace}:{type}channels. - System event schema reserves the
systemtype for baseline event payloads.