Skip to content

Scaffold cli-rust: Rust CLI client for traverse-starter (#55)#82

Merged
enricopiovesan merged 1 commit into
mainfrom
cursor/issue-55-cli-rust
Jul 6, 2026
Merged

Scaffold cli-rust: Rust CLI client for traverse-starter (#55)#82
enricopiovesan merged 1 commit into
mainfrom
cursor/issue-55-cli-rust

Conversation

@enricopiovesan

Copy link
Copy Markdown
Contributor

Summary

  • Add apps/traverse-starter/cli-rust/ — Rust CLI with HTTP polling (Phase 1)
  • Commands: traverse-starter run --note "..." and traverse-starter health
  • Human-readable colored output by default; --json for machine output
  • --base-url / --workspace flags with TRAVERSE_BASE_URL / TRAVERSE_WORKSPACE env fallbacks
  • Integration tests against mock HTTP server (mockito)
  • Update repository_checks.sh and AGENTS.md platform table

Definition of Done

  • cargo build succeeds on macOS and Linux
  • traverse-starter run --note "..." executes, polls, and prints result
  • --json flag outputs machine-readable JSON
  • traverse-starter health prints runtime status
  • --base-url and --workspace flags + env var fallbacks work
  • Integration test against mock server
  • README in cli-rust/ covering build, install, usage examples
  • scripts/ci/repository_checks.sh updated to acknowledge cli-rust/ directory

Validation

  • bash scripts/ci/repository_checks.sh
  • npm run typecheck
  • npm run lint
  • npm run test
  • cargo test in apps/traverse-starter/cli-rust

Closes #55

Made with Cursor

Ship Phase 1 HTTP polling CLI with clap, colored/JSON output, and mock-server integration tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
@enricopiovesan enricopiovesan merged commit 81fff54 into main Jul 6, 2026
4 checks passed
@enricopiovesan enricopiovesan deleted the cursor/issue-55-cli-rust branch July 6, 2026 01:29
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.

Scaffold cli-rust: Rust CLI client for traverse-starter

1 participant