Description
Currently adding a new document requires re-running the full extraction pipeline. Add a cb feed <file-or-folder> command that incrementally processes new or updated documents without touching existing entities. Uses the existing source document provenance and crash-safe resume infrastructure.
Acceptance Criteria
Out of Scope
- Structural fingerprinting for section-level diffing (P2)
- Entity deletion when content is removed from source doc (needs design)
- Cross-document concept synthesis
Description
Currently adding a new document requires re-running the full extraction pipeline. Add a
cb feed <file-or-folder>command that incrementally processes new or updated documents without touching existing entities. Uses the existing source document provenance and crash-safe resume infrastructure.Acceptance Criteria
cb feed <file>extracts entities from a single new document and adds them to the existing KBcb feed <folder>processes only files not already in the KB (by filename + content hash)Out of Scope