test: add CLI ↔ daemon end-to-end tests #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Current test suite has a gap between CLI unit tests (mocked daemon) and daemon integration tests (no CLI entry point). Bugs like signal persistence (#150) slip through because each layer passes independently but the cross-layer contract is never verified.
Proposed Scope
Sense
Workflow
Daemon lifecycle
Approach
Ref
Motivated by #150 — sense query returned 0 rows despite signals being emitted.