blue/crates
Eric Garcia ff83a2e26b feat: implement filesystem authority - slug matching, FS-aware numbering (RFC 0022)
Add slug-based document lookup so kebab-case queries ("filesystem-authority")
match titles ("Filesystem Authority") via deslugification. Implement
next_number_with_fs() that scans both DB and filesystem directory, taking
max(db, fs) + 1 to prevent numbering collisions when files exist outside
the index. Update all 7 callers across MCP handlers. Add blue.db to
.gitignore since it is a derived index. Includes 9 new tests covering
slug matching, filesystem-aware numbering, and collision regression.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 21:46:08 -05:00
..
blue-core feat: implement filesystem authority - slug matching, FS-aware numbering (RFC 0022) 2026-01-25 21:46:08 -05:00
blue-mcp feat: implement filesystem authority - slug matching, FS-aware numbering (RFC 0022) 2026-01-25 21:46:08 -05:00
blue-ollama chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00