b2176c36ea
Adds enriched_text column to chunks table that prepends document title (and section header when present) to chunk text. Embeddings and FTS now use enriched text for better search relevance. Includes schema migration with backfill for existing data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
515 B
515 B
1. Core Implementation
- 1.1 Update
RunEinclient/cmd/root.goto reject single-word bare arguments with an error message and non-zero exit - 1.2 Update usage template in
root.goto reflect that note shorthand requires multiple words
2. Tests
- 2.1 Add test: single bare word prints error to stderr and exits non-zero
- 2.2 Add test: multiple bare words are submitted as a note (existing behavior preserved)
- 2.3 Add test: zero arguments shows help (existing behavior preserved)