aecced587c
Replaces the Alysaril delegation with a built-in knowledge feature: - knowledge.yaml at repo root with include/exclude - knowledge.db (SQLite) stores chunks + embeddings locally - Remote service only for embedding computation + content-hash cache - In-memory cosine search (sufficient for project scale) - CLI: nerve knowledge sync/query with -r and -g flags Refs #233