Skip to content

Commit 9f2ef7f

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 60cffe6 commit 9f2ef7f

28 files changed

Lines changed: 30 additions & 30 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
44
[![Python ≥ 3.11](https://img.shields.io/badge/python-%E2%89%A53.11-blue)](pyproject.toml)
5-
[![ARCP v1.1](https://img.shields.io/badge/arcp-v1.1-blue)](../spec/docs/draft-arcp-02.1.md)
5+
[![ARCP v1.1](https://img.shields.io/badge/arcp-v1.1-blue)](../spec/docs/draft-arcp-1.1.md)
66

77
Reference implementation of ARCP v1.1 for Python. The wire is defined
8-
in [`../spec/docs/draft-arcp-02.1.md`](../spec/docs/draft-arcp-02.1.md);
8+
in [`../spec/docs/draft-arcp-1.1.md`](../spec/docs/draft-arcp-1.1.md);
99
this SDK is one of eleven implementations tracked in the workspace's
1010
per-SDK conformance pages.
1111

docs/00-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCP v1.1. It ships:
2525

2626
The wire is normative; this implementation tracks the published
2727
protocol spec at
28-
[`../../spec/docs/draft-arcp-02.1.md`](../../spec/docs/draft-arcp-02.1.md).
28+
[`../../spec/docs/draft-arcp-1.1.md`](../../spec/docs/draft-arcp-1.1.md).
2929
The conformance matrix in [`06-conformance.md`](06-conformance.md)
3030
maps every spec section to a source citation.
3131

@@ -44,5 +44,5 @@ maps every spec section to a source citation.
4444

4545
- TypeScript reference SDK:
4646
[`../../typescript-sdk/README.md`](../../typescript-sdk/README.md).
47-
- Spec: [`../../spec/docs/draft-arcp-02.1.md`](../../spec/docs/draft-arcp-02.1.md).
47+
- Spec: [`../../spec/docs/draft-arcp-1.1.md`](../../spec/docs/draft-arcp-1.1.md).
4848
- Examples: [`../examples/`](../examples/).

docs/02-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ trace stays connected end-to-end.
101101

102102
- Features: [`03-features/`](03-features/).
103103
- Public API per module: [`05-reference/`](05-reference/).
104-
- Spec: [`../../spec/docs/draft-arcp-02.1.md`](../../spec/docs/draft-arcp-02.1.md).
104+
- Spec: [`../../spec/docs/draft-arcp-1.1.md`](../../spec/docs/draft-arcp-1.1.md).

docs/03-features/agent-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Resolution: `ARCPRuntime._resolve_agent` at
6060
## See also
6161

6262
- Example: [`../04-examples/agent-versions.md`](../04-examples/agent-versions.md).
63-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §7.5.
63+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §7.5.

docs/03-features/capability-negotiation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ turns missing-feature submissions into `INVALID_REQUEST`
7474

7575
- All sibling pages in [`03-features/`](.) describe the individual
7676
flags negotiated through this mechanism.
77-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §6.2.
77+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §6.2.

docs/03-features/cost-budget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ check in `Job.apply_cost_metric` at `arcp/_runtime/job.py:L68`;
6666
## See also
6767

6868
- Example: [`../04-examples/cost-budget.md`](../04-examples/cost-budget.md).
69-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §9.6.
69+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §9.6.

docs/03-features/event-ack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ malformed `last_processed_seq` (negative or non-integer).
5757
## See also
5858

5959
- Example: [`../04-examples/ack-backpressure.md`](../04-examples/ack-backpressure.md).
60-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §6.5.
60+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §6.5.

docs/03-features/heartbeats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ the welcome handshake.
6767
## See also
6868

6969
- Example: [`../04-examples/heartbeat.md`](../04-examples/heartbeat.md).
70-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §6.4.
70+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §6.4.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Validator: `validate_lease_constraints` at
6464
## See also
6565

6666
- Example: [`../04-examples/lease-expires-at.md`](../04-examples/lease-expires-at.md).
67-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §9.5.
67+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §9.5.

docs/03-features/list-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ runtime handler at `arcp/_runtime/server.py:L426`.
6363
## See also
6464

6565
- Example: [`../04-examples/list-jobs.md`](../04-examples/list-jobs.md).
66-
- Spec: [`../../../spec/docs/draft-arcp-02.1.md`](../../../spec/docs/draft-arcp-02.1.md) §6.6.
66+
- Spec: [`../../../spec/docs/draft-arcp-1.1.md`](../../../spec/docs/draft-arcp-1.1.md) §6.6.

0 commit comments

Comments
 (0)