a digital entity named phi that roams bsky

Document thread-aware responses in README

+2
+2
README.md
··· 32 32 - ✅ Proper notification handling (no duplicates) 33 33 - ✅ Graceful shutdown for hot-reload 34 34 - ✅ AI integration with Anthropic Claude (when API key provided) 35 + - ✅ Thread-aware responses with full conversation context 35 36 - ✅ Status page at `/status` showing activity and health 36 37 - 🚧 Memory system (coming soon) 37 38 - 🚧 Self-modification capabilities (planned) ··· 49 50 just # Show available commands 50 51 just dev # Run with hot-reload 51 52 just test-post # Test posting capabilities 53 + just test-thread # Test thread context database 52 54 just fmt # Format code 53 55 just status # Check project status 54 56 ```