Conversation
PR SummaryMedium Risk Overview Also adds a Cursor CLI integration one-pager ( Written by Cursor Bugbot for commit cadb34a. Configure here. |
There was a problem hiding this comment.
Pull request overview
Adds initial end-to-end (E2E) support and exploratory tooling for running Entire against the Cursor CLI (agent) and documenting observed hook/transcript behavior.
Changes:
- Introduces an E2E agent implementation for Cursor CLI using tmux-based interactive mode.
- Adds a probe script to install Cursor hooks and capture hook payloads to disk for manual/automated investigation.
- Adds a Cursor CLI integration one-pager documenting hook semantics, transcript location/layout, and limitations.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| scripts/test-cursor-cli-agent-integration.sh | New probe script that wires .cursor/hooks.json, captures stdin payloads per hook event, and prints collected JSON. |
| e2e/agents/cursor_cli.go | New E2E agent adapter that runs Cursor CLI interactively via tmux and drives prompts based on a TUI prompt regex. |
| cmd/entire/cli/agent/cursor/AGENT.md | New documentation summarizing Cursor CLI hook behavior and transcript layout expectations. |
fec8a88 to
231ccae
Compare
231ccae to
eb7f9b8
Compare
|
Cursor e2e tests are working: https://github.com/entireio/cli/actions/runs/22619478953/job/65540633230 |
No description provided.