Skip to content

Commit fe9ce95

Browse files
nficanoclaude
andcommitted
docs: point spec links at draft-arcp-1.1.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8449404 commit fe9ce95

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONFORMANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Conformance — ARCP Java SDK 1.0.0
22

3-
This SDK targets [draft-arcp-02.1.md](../spec/docs/draft-arcp-02.1.md). Each
3+
This SDK targets [draft-arcp-1.1.md](../spec/docs/draft-arcp-1.1.md). Each
44
row is **Implemented** with a `path:line` reference or **Deferred** with a
55
one-line rationale. There is no "Partial" status: a row that "partially
66
works" is decomposed into multiple binary rows.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
Thanks for considering a contribution. This SDK tracks
4-
[`draft-arcp-02.1.md`](../spec/docs/draft-arcp-02.1.md). Behavior changes that
4+
[`draft-arcp-1.1.md`](../spec/docs/draft-arcp-1.1.md). Behavior changes that
55
diverge from the spec are out of scope unless they fix a clear interpretation
66
bug; please open an issue first to discuss.
77

docs/00-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **Agent Runtime Control Protocol (ARCP)** is a JSON-over-WebSocket
1313
protocol that lets a client submit jobs to a runtime, observe their events,
1414
enforce per-job leases (filesystem, network, tool, budget), and reattach to
1515
work after a disconnect. The full spec lives at
16-
[`../spec/docs/draft-arcp-02.1.md`](../../spec/docs/draft-arcp-02.1.md).
16+
[`../spec/docs/draft-arcp-1.1.md`](../../spec/docs/draft-arcp-1.1.md).
1717

1818
The Java SDK is a JDK 21+ reference implementation. It ships:
1919

0 commit comments

Comments
 (0)