Local Files Connector
The local files connector provides indexed folder metadata and provenance snippets. It is designed for personal knowledge agents where file reads must be auditable and replayable.
Configuration
CORVID_FILES_ROOTS=docs=./docs,notes=./notesCORVID_CONNECTOR_MODE=mock|replay|realRead scopes:
files.readMock Mode
Mock operations:
indexread
Read responses include provenance_id with root, path, content hash, and byte
range.
Replay Keys
- Index:
files:index:<root_id>:<stable-glob> - Read:
files:read:<root_id>:<stable-path>
Write scope:
files.writeCreate, update, and delete require approval IDs. Write receipts include content hash and provenance ID. Replay mode quarantines writes.
Write operations:
writedelete