Skip to content

Add AGENTS.md with Cursor Cloud development instructions#85

Open
Ibrahimrahhal wants to merge 2 commits intomainfrom
cursor/dev-environment-setup-0550
Open

Add AGENTS.md with Cursor Cloud development instructions#85
Ibrahimrahhal wants to merge 2 commits intomainfrom
cursor/dev-environment-setup-0550

Conversation

@Ibrahimrahhal
Copy link
Copy Markdown
Member

@Ibrahimrahhal Ibrahimrahhal commented Apr 15, 2026

Adds AGENTS.md with development environment instructions for Cursor Cloud agents.

What's included

  • Overview of the Corgea CLI project (Rust CLI, no local services)
  • Development commands: build, test, lint, dev install
  • Key caveats: Rust toolchain version requirement (>=1.85), python3.12-venv dependency, API token requirement, debug config persistence

Environment setup verified

  • Build: cargo build succeeds
  • Test: cargo test — all 7 unit tests pass
  • Lint: cargo clippy — no errors (warnings only)
  • Dev install: maturin develop — builds and installs CLI as Python package
  • CLI: corgea --help, corgea --version, corgea list, corgea scan all work correctly

Hello world: authenticated scan

Successfully ran a BLAST scan against src/main.rs, which packaged the file, uploaded to Corgea, waited for server-side scan completion, and displayed results.

hello_world_scan.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Ibrahim Rahhal <ibrahim.rahhal3636@gmail.com>
@Ibrahimrahhal Ibrahimrahhal marked this pull request as ready for review April 15, 2026 14:50
Co-authored-by: Ibrahim Rahhal <ibrahim.rahhal3636@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants