Skip to content

Commit 8e6eac3

Browse files
nficanoclaude
andcommitted
docs: remove project dependency diagram
The diagram added little signal once the per-package table in architecture.md was in place. Dropping it eliminates a maintenance burden and removes a visual asset that consumers don't need. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 42959b0 commit 8e6eac3

9 files changed

Lines changed: 3 additions & 342 deletions

File tree

docs/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
Reference docs for the [ARCP](https://github.com/agentruntimecontrolprotocol/spec/blob/main/docs/draft-arcp-1.1.md) C# / .NET 10 SDK. The [top-level README](../README.md) is the front door — these pages go deeper into each subsystem.
44

5-
<picture>
6-
<source media="(prefers-color-scheme: dark)" srcset="./diagrams/arcp-projects-dark.svg">
7-
<img alt="ARCP C# SDK project graph" src="./diagrams/arcp-projects-light.svg">
8-
</picture>
9-
105
## Start here
116

127
- [Getting started](./getting-started.md) — install, build a runtime + client, run the example.
@@ -51,4 +46,4 @@ Reference docs for the [ARCP](https://github.com/agentruntimecontrolprotocol/spe
5146

5247
## Diagrams
5348

54-
The hero diagram above is generated from Graphviz. The source files live in [`./diagrams/`](./diagrams/) — light/dark variants render through GitHub's `<picture>` element with `prefers-color-scheme`.
49+
Graphviz sources for the FSM and sequence diagrams used across these pages live in [`./diagrams/`](./diagrams/). Light/dark variants render through GitHub's `<picture>` element with `prefers-color-scheme`.

docs/architecture.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Architecture
22

3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="./diagrams/arcp-projects-dark.svg">
5-
<img alt="ARCP C# SDK project graph" src="./diagrams/arcp-projects-light.svg">
6-
</picture>
7-
83
## Project graph
94

105
| Project | Role |

docs/diagrams/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
Paired light/dark Graphviz diagrams for the ARCP C# SDK. Edit the `.dot` sources; render with `dot -Tsvg`.
44

5-
## Project graph
6-
7-
<picture>
8-
<source media="(prefers-color-scheme: dark)" srcset="arcp-projects-dark.svg">
9-
<img alt="ARCP C# project dependency graph" src="arcp-projects-light.svg">
10-
</picture>
11-
125
## Session FSM
136

147
<picture>

docs/diagrams/arcp-projects-dark.dot

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/diagrams/arcp-projects-dark.svg

Lines changed: 0 additions & 108 deletions
This file was deleted.

docs/diagrams/arcp-projects-light.dot

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)