Skip to content

docs: correct the second replace-linkage claim - #447

Merged
retr0h merged 1 commit into
mainfrom
docs/replace-linkage-claim
Aug 16, 2026
Merged

docs: correct the second replace-linkage claim#447
retr0h merged 1 commit into
mainfrom
docs/replace-linkage-claim

Conversation

@retr0h

@retr0h retr0h commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

Implements document-system-architecture task 3.2.

correct-documentation-drift corrected CLAUDE.md's claim that nats-client and nats-server are "linked via replace in go.mod". The same claim appears a second time in system-architecture.md's dependency table, and I missed it — running task 3.2's verification is what surfaced it.

osapi's go.mod contains zero replace directives. Both siblings are pinned by version:

github.com/osapi-io/nats-client v0.0.0-20260412170202-5d1c1a26fa5a
github.com/osapi-io/nats-server v0.0.0-20260216201410-1f33dfc63848

No "linked via" claim remains in any repository outside docs/plans/.

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@retr0h
retr0h merged commit d802e81 into main Aug 16, 2026
10 checks passed
@retr0h
retr0h deleted the docs/replace-linkage-claim branch August 16, 2026 05:22
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #447   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         484      484           
  Lines       24935    24935           
=======================================
  Hits        24921    24921           
  Misses         14       14           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3c1a6c...63c5c90. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant