mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
73d940e064
1. Hashtag detection now checks for standalone words starting with # instead of just checking if # appears anywhere in content. This prevents HTML color codes like #4285F4 from being interpreted as hashtags. 2. Observation permalinks now truncate content to 200 chars to stay under PostgreSQL's btree index limit of 2704 bytes. Added tests for both fixes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>