- Created chatwoot-agent-bot/ with Node.js webhook server - Bot detects intent (greeting, billing, technical, features, account) - Auto-responds from FAQ knowledge base or escalates to human - FAQ-KB.md: Living knowledge base that grows with customer questions - CHATWOOT-SETUP.md: Complete deployment and configuration guide - Supports Telegram notifications on escalation - Bot runs on port 3001, ready for Chatwoot webhook integration
1.1 KiB
1.1 KiB
Migration Guide - Proactivity
v1.0.1 Architecture Update
This update keeps the same home folder, ~/proactivity/, and preserves existing files.
The new version adds active-state files for recovery and follow-through.
Before
~/proactivity/memory.md~/proactivity/domains/~/proactivity/patterns.md~/proactivity/log.md
After
~/proactivity/memory.md~/proactivity/session-state.md~/proactivity/heartbeat.md~/proactivity/patterns.md~/proactivity/log.md~/proactivity/domains/~/proactivity/memory/working-buffer.md
Safe Migration
- Create the new files without deleting the old ones:
mkdir -p ~/proactivity/memory
touch ~/proactivity/session-state.md
touch ~/proactivity/heartbeat.md
touch ~/proactivity/memory/working-buffer.md
-
Keep
memory.md,patterns.md, andlog.mdexactly as they are. -
If old proactive rules live in free-form notes, copy them into the new sections in
memory.md. -
Start writing only live task state to session state and working buffer.
-
Do not delete or rename any legacy file unless the user explicitly asks for cleanup later.