Skip to content

Docs: bring README and CHANGELOG up to date with what ships - #1

Open
dmitrat wants to merge 1 commit into
mainfrom
docs/sync-with-shipped-code
Open

Docs: bring README and CHANGELOG up to date with what ships#1
dmitrat wants to merge 1 commit into
mainfrom
docs/sync-with-shipped-code

Conversation

@dmitrat

@dmitrat dmitrat commented Aug 6, 2026

Copy link
Copy Markdown
Owner

The docs stopped tracking the code at 2.3.0; three releases and a package have shipped since.

CHANGELOG

  • 2.3.1, 2.3.2 and 2.3.3 were missing entirely while published on NuGet.
  • The version-to-commit mapping is not inferred from dates alone: <Version> was read out of Communication/OutWit.Communication/OutWit.Communication.csproj at each commit, and the dates are the packages' published timestamps.
Commit Date <Version>
0842296 2026-01-25 2.3.1
8b8501c 2026-04-22 2.3.2
cb4a68d 2026-04-23 2.3.3
  • 2.3.0 was dated 2025-01-XX (placeholder) and 2.2.0 Previous Release; both now carry their real dates — 2025-12-09 and 2025-11-14.

README

  • OutWit.Communication.Client.Blazor was absent from the package table although it ships since 2.3.2. All 22 packages are now listed.
  • The Blazor section showed only the manual BouncyCastle route; it now leads with AddWitRpcChannel, checked against ServiceCollectionExtensions in the package.
  • Service discovery was missing from the feature list despite being in the code (DiscoveryClient/DiscoveryServer plus per-transport DiscoveryUtils).

InterProcess READMEs

All three documented an API that does not exist: WitProcessHost.Launch<T>() and WitProcessAgent.Run() appear nowhere in the source, under a disclaimer reading "The actual API calls in the library may differ, but the concept remains". Neither HostManager nor AgentApplication was mentioned in any markdown file in the repository.

Replaced with the prepared text built on the real entry points: HostManager, HostAgent, AgentApplication, AgentStartupParameters, HostUtils.

Also

@*/ added to .gitignore@-prefixed folders are working directories.

Note that these READMEs are packed into the NuGet packages, so the corrected text reaches nuget.org on the next publish of the affected packages.

🤖 Generated with Claude Code

The docs stopped tracking the code at 2.3.0; three releases and a package have
shipped since.

CHANGELOG
- Adds 2.3.1, 2.3.2 and 2.3.3, which were missing entirely while published on NuGet.
  The version-to-commit mapping is not inferred from dates alone: <Version> was read
  out of Communication/OutWit.Communication/OutWit.Communication.csproj at each
  commit, and the dates are the packages' published timestamps.
- 2.3.0 was dated "2025-01-XX" (placeholder) and 2.2.0 "Previous Release"; both now
  carry their real release dates, 2025-12-09 and 2025-11-14.

README
- OutWit.Communication.Client.Blazor was absent from the package table although it
  ships since 2.3.2. The Blazor section also showed only the manual BouncyCastle
  route; it now leads with AddWitRpcChannel, the API the package actually exposes.
- Service discovery was missing from the feature list despite being in the code
  (DiscoveryClient/DiscoveryServer plus per-transport DiscoveryUtils).

InterProcess READMEs
- All three documented an API that does not exist — WitProcessHost.Launch<T>() and
  WitProcessAgent.Run(), names that appear nowhere in the source — under a disclaimer
  reading "The actual API calls in the library may differ". Replaced with text built
  on the real entry points: HostManager, HostAgent, AgentApplication,
  AgentStartupParameters, HostUtils.

Also adds @*/ to .gitignore: @-prefixed folders are working directories.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant