Skip to content

Commit 60cffe6

Browse files
nficanoclaude
andcommitted
chore: align ARCP wire protocol version with v1.1
Bumps PROTOCOL_VERSION to "1.1", updates envelope validator tests, and refreshes wire-format snippets in the v1.1 feature docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 33c200c commit 60cffe6

14 files changed

Lines changed: 22 additions & 22 deletions

docs/03-features/agent-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default version set via `set_default_agent_version`. Mismatch is a
2222

2323
```json
2424
{
25-
"arcp": "1",
25+
"arcp": "1.1",
2626
"id": "01J9SJ3...",
2727
"type": "job.submit",
2828
"session_id": "sess_01J9SHX...",

docs/03-features/capability-negotiation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ flag vocabulary is the V1.1 set: `heartbeat`, `ack`, `list_jobs`,
2828

2929
```json
3030
{
31-
"arcp": "1",
31+
"arcp": "1.1",
3232
"id": "01J9SHY...",
3333
"type": "session.hello",
3434
"payload": {

docs/03-features/cost-budget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subset of the parent's per-currency caps (§9.4 subset rule).
2323

2424
```json
2525
{
26-
"arcp": "1",
26+
"arcp": "1.1",
2727
"id": "01J9SJ5...",
2828
"type": "job.submit",
2929
"session_id": "sess_01J9SHX...",

docs/03-features/event-ack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the runtime never pauses.
2323

2424
```json
2525
{
26-
"arcp": "1",
26+
"arcp": "1.1",
2727
"id": "01J9SJ0...",
2828
"type": "session.ack",
2929
"session_id": "sess_01J9SHX...",

docs/03-features/heartbeats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ are sent, and idle sessions stay open.
2323

2424
```json
2525
{
26-
"arcp": "1",
26+
"arcp": "1.1",
2727
"id": "01J9SHZ...",
2828
"type": "session.ping",
2929
"session_id": "sess_01J9SHX...",
@@ -33,7 +33,7 @@ are sent, and idle sessions stay open.
3333

3434
```json
3535
{
36-
"arcp": "1",
36+
"arcp": "1.1",
3737
"id": "01J9SHZ...",
3838
"type": "session.pong",
3939
"session_id": "sess_01J9SHX...",

docs/03-features/lease-expires-at.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with `job.error` carrying the same code.
2323

2424
```json
2525
{
26-
"arcp": "1",
26+
"arcp": "1.1",
2727
"id": "01J9SJ4...",
2828
"type": "job.submit",
2929
"session_id": "sess_01J9SHX...",

docs/03-features/list-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ v1.0 fallback: clients track their own `submit`/event history.
2222

2323
```json
2424
{
25-
"arcp": "1",
25+
"arcp": "1.1",
2626
"id": "01J9SJ1...",
2727
"type": "session.list_jobs",
2828
"session_id": "sess_01J9SHX...",

docs/03-features/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ streams).
2222

2323
```json
2424
{
25-
"arcp": "1",
25+
"arcp": "1.1",
2626
"id": "01J9SJ6...",
2727
"type": "job.event",
2828
"session_id": "sess_01J9SHX...",

docs/03-features/result-chunk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ chunked is `INVALID_REQUEST`. Per-chunk size is capped per spec §14.
2323

2424
```json
2525
{
26-
"arcp": "1",
26+
"arcp": "1.1",
2727
"id": "01J9SJ7...",
2828
"type": "job.event",
2929
"session_id": "sess_01J9SHX...",

docs/03-features/subscribe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flow.
2525

2626
```json
2727
{
28-
"arcp": "1",
28+
"arcp": "1.1",
2929
"id": "01J9SJ2...",
3030
"type": "job.subscribe",
3131
"session_id": "sess_01J9SHX...",

0 commit comments

Comments
 (0)