a digital entity named phi that roams bsky

Document status page in README

+10
+10
README.md
··· 30 30 - ✅ Proper notification handling (no duplicates) 31 31 - ✅ Graceful shutdown for hot-reload 32 32 - ✅ AI integration with Anthropic Claude (when API key provided) 33 + - ✅ Status page at `/status` showing activity and health 33 34 - 🚧 Memory system (coming soon) 34 35 - 🚧 Self-modification capabilities (planned) 35 36 ··· 49 50 just fmt # Format code 50 51 just status # Check project status 51 52 ``` 53 + 54 + ### Status Page 55 + 56 + Visit http://localhost:8000/status while the bot is running to see: 57 + - Current bot status and uptime 58 + - Mentions received and responses sent 59 + - AI mode (enabled/placeholder) 60 + - Last activity timestamps 61 + - Error count 52 62 53 63 ## Memory Architecture 54 64