From 63c5c90c9dc569e4d93089db992fdcc877c3cc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Sat, 15 Aug 2026 22:14:25 -0700 Subject: [PATCH] docs: correct the second replace-linkage claim system-architecture.md described nats-client and nats-server as linked via a go.mod replace, the same claim corrected in CLAUDE.md. osapi declares no replace directive; both are pinned by version. Co-Authored-By: Claude Opus 5 (1M context) --- .../architecture/system-architecture.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/docs/sidebar/architecture/system-architecture.md b/docs/docs/sidebar/architecture/system-architecture.md index a6dded0fb..4a7824420 100644 --- a/docs/docs/sidebar/architecture/system-architecture.md +++ b/docs/docs/sidebar/architecture/system-architecture.md @@ -295,17 +295,17 @@ disables CORS headers entirely. ## External Dependencies -| Dependency | Purpose | -| ----------------------------- | ------------------------------------------- | -| [Echo][] | HTTP framework for the REST API | -| [Cobra][] / [Viper][] | CLI framework and configuration | -| [NATS][] / JetStream | Messaging, KV store, stream processing | -| [oapi-codegen][] | OpenAPI strict-server code generation | -| [OpenTelemetry][] | Distributed tracing and Prometheus metrics | -| [gopsutil][] | Cross-platform system metrics | -| [pro-bing][] | ICMP ping implementation | -| [golang-jwt][] | JWT creation and validation | -| `nats-client` / `nats-server` | Sibling repos (linked via `go.mod` replace) | +| Dependency | Purpose | +| ----------------------------- | -------------------------------------------- | +| [Echo][] | HTTP framework for the REST API | +| [Cobra][] / [Viper][] | CLI framework and configuration | +| [NATS][] / JetStream | Messaging, KV store, stream processing | +| [oapi-codegen][] | OpenAPI strict-server code generation | +| [OpenTelemetry][] | Distributed tracing and Prometheus metrics | +| [gopsutil][] | Cross-platform system metrics | +| [pro-bing][] | ICMP ping implementation | +| [golang-jwt][] | JWT creation and validation | +| `nats-client` / `nats-server` | Sibling repos, pinned by version in `go.mod` | ## Further Reading