···3232- ✅ Proper notification handling (no duplicates)
3333- ✅ Graceful shutdown for hot-reload
3434- ✅ AI integration with Anthropic Claude (when API key provided)
3535+- ✅ Thread-aware responses with full conversation context
3536- ✅ Status page at `/status` showing activity and health
3637- 🚧 Memory system (coming soon)
3738- 🚧 Self-modification capabilities (planned)
···4950just # Show available commands
5051just dev # Run with hot-reload
5152just test-post # Test posting capabilities
5353+just test-thread # Test thread context database
5254just fmt # Format code
5355just status # Check project status
5456```