Summary
Docs still reference a future integration test suite under tests/integration/. Build that harness so CLI, daemon, and MCP flows have end-to-end coverage.
Draft Plan
Definition of Done
- Integration tests run under
cargo test --all-targets.
- CI executes the suite in the default workflows.
- Docs no longer describe the integration harness as "to be created".
Summary
Docs still reference a future integration test suite under
tests/integration/. Build that harness so CLI, daemon, and MCP flows have end-to-end coverage.Draft Plan
tests/integration/crate that spins up a temporary copy oftests/fixtures/test-vault.search,notes,graph,index status) against the running daemon to assert happy paths.tests/README.md.Definition of Done
cargo test --all-targets.