Skip to content

Commit 3f31bb8

Browse files
nficanoclaude
andcommitted
Normalize cross-repo links to absolute GitHub URLs
Each SDK is its own GitHub repository, so relative paths like ../spec/docs/draft-arcp-1.1.md don't resolve when the README is viewed on github.com. Switching to absolute spec URLs makes the links work in both the GitHub UI and any rendered docs surface. A few stale references to removed files (RFC-0001-v2.md, PLAN.md) and snake_case sample dirs are tidied along the way. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d318687 commit 3f31bb8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# `arcp/arcp` — ARCP PHP SDK
22

33
PHP 8.4 reference implementation of the [Agent Runtime Control Protocol
4-
(ARCP) v1.0](RFC-0001-v2.md).
4+
(ARCP) v1.0](https://github.com/agentruntimecontrolprotocol/spec/blob/main/docs/draft-arcp-1.1.md).
55

6-
> **Status:** v0.1 complete. The Phase 0 plan is in [PLAN.md](PLAN.md);
7-
> the conformance matrix is in [CONFORMANCE.md](CONFORMANCE.md).
6+
> **Status:** v0.1 complete. The conformance matrix is in
7+
> [CONFORMANCE.md](CONFORMANCE.md).
88
99
## Quick start
1010

@@ -160,9 +160,9 @@ in [UPGRADE.md](UPGRADE.md).
160160

161161
## What's not implemented in v0.1
162162

163-
See [PLAN.md §7](PLAN.md#7-out-of-scope-for-v01-explicit) for the full
164-
list. Calls into out-of-scope surfaces throw `UnimplementedException`
165-
with the relevant RFC section.
163+
See [CONFORMANCE.md](CONFORMANCE.md) for the full list. Calls into
164+
out-of-scope surfaces throw `UnimplementedException` with the relevant
165+
RFC section.
166166

167167
## License
168168

0 commit comments

Comments
 (0)