CW.Assistant.Extension.Docs
26.10.0-PullRequest628.56.65885
dotnet add package CW.Assistant.Extension.Docs --version 26.10.0-PullRequest628.56.65885
NuGet\Install-Package CW.Assistant.Extension.Docs -Version 26.10.0-PullRequest628.56.65885
<PackageReference Include="CW.Assistant.Extension.Docs" Version="26.10.0-PullRequest628.56.65885" />
<PackageVersion Include="CW.Assistant.Extension.Docs" Version="26.10.0-PullRequest628.56.65885" />
<PackageReference Include="CW.Assistant.Extension.Docs" />
paket add CW.Assistant.Extension.Docs --version 26.10.0-PullRequest628.56.65885
#r "nuget: CW.Assistant.Extension.Docs, 26.10.0-PullRequest628.56.65885"
#:package CW.Assistant.Extension.Docs@26.10.0-PullRequest628.56.65885
#addin nuget:?package=CW.Assistant.Extension.Docs&version=26.10.0-PullRequest628.56.65885&prerelease
#tool nuget:?package=CW.Assistant.Extension.Docs&version=26.10.0-PullRequest628.56.65885&prerelease
CW.Assistant.Extension.Docs
This package ships the raw extension implementation Markdown docs for coding agents and other local consumers.
What it provides
contentFiles/any/any/Resources/ExtensionDocs/*.mdcontentFiles/any/any/Resources/ExtensionDocs/PLATFORM_GUIDES/*.md- A transitive MSBuild property,
$(CWAssistantExtensionDocsPath), that resolves to the docs directory in the restored NuGet package.
The package does not copy documentation files to the consumer's bin or obj directories. The files remain in the NuGet package cache.
Source of truth
The package source of truth is the markdown docs colocated with this project in:
docs/dotnet/QUICK_START.mddocs/dotnet/ARGS_DEVELOPER_GUIDE.mddocs/dotnet/COOKBOOK.mddocs/dotnet/REFERENCE.mddocs/dotnet/PLATFORM_GUIDES/*.md
The package is a thin wrapper around the repo docs and does not require a parsed JSON bundle.
Consumption
Extension projects receive this package transitively through CW.Assistant.Extensions.Contracts. Read the version selected by the resolved dependency graph rather than selecting or checking for a newer documentation version independently.
The package can also be referenced directly when a standalone consumer needs the docs:
<ItemGroup>
<PackageReference Include="CW.Assistant.Extension.Docs" Version="<version>" />
</ItemGroup>
Read the resolved documentation path from the generated MSBuild property:
dotnet msbuild -getProperty:CWAssistantExtensionDocsPath
Agents can use the returned path to load the Markdown files directly from the restored NuGet package. The property is only set when the consumer has not already defined CWAssistantExtensionDocsPath, so a consumer can override it when needed.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.10.0-PullRequest628.56... | 0 | 9/16/2026 |