← Back to walkthrough
You're looking at a real harness artifact Generated by ramp-kit all scenarios/cli-offline-contracts.yaml against ramp-cli source. No Ramp credentials were used — this proves the JSON contract, not live API data.

Reliability Report

Scenario cli-offline-contracts · run d9762b027228

ALL_PASS
All 5 steps met contract expectations
5passed
0failed
5steps
pass

config-list

430ms · exit 0

Step passed all contract expectations.

uv run ramp --agent config list
stdout (truncated)
{
  "schema_version": "1.0",
  "data": [{ "key": "environment", "value": "production", "source": "default" }],
  "pagination": null
}
pass

config-path

285ms · exit 0

Returns filesystem path to isolated test config.

uv run ramp --agent config path
pass

env-show

298ms · exit 0

Default environment exposed to agents in JSON envelope.

uv run ramp --agent env
pass

auth-status-offline

312ms · exit 0

Auth status works when logged out — isolated config, no real tokens.

uv run ramp --agent auth status
pass

auth-logout-idempotent

267ms · exit 0

Logout when already logged out does not error — safe for agent loops.

uv run ramp --agent auth logout