Expand description
Update command implementations (add, remove, modify, compact)
These commands enable incremental modifications to existing engrams without full re-ingestion.
Functionsยง
- handle_
update_ add - Add a new file to an existing engram
- handle_
update_ compact - Compact the engram by rebuilding without deleted files
- handle_
update_ modify - Modify an existing file in the engram
- handle_
update_ remove - Remove a file from the engram (mark as deleted)