SharpClaw.Modules.ModuleDev
0.1.1-beta.4
See the version list below for details.
dotnet add package SharpClaw.Modules.ModuleDev --version 0.1.1-beta.4
NuGet\Install-Package SharpClaw.Modules.ModuleDev -Version 0.1.1-beta.4
<PackageReference Include="SharpClaw.Modules.ModuleDev" Version="0.1.1-beta.4" />
<PackageVersion Include="SharpClaw.Modules.ModuleDev" Version="0.1.1-beta.4" />
<PackageReference Include="SharpClaw.Modules.ModuleDev" />
paket add SharpClaw.Modules.ModuleDev --version 0.1.1-beta.4
#r "nuget: SharpClaw.Modules.ModuleDev, 0.1.1-beta.4"
#:package SharpClaw.Modules.ModuleDev@0.1.1-beta.4
#addin nuget:?package=SharpClaw.Modules.ModuleDev&version=0.1.1-beta.4&prerelease
#tool nuget:?package=SharpClaw.Modules.ModuleDev&version=0.1.1-beta.4&prerelease
SharpClaw Module Development Kit
Module Development Kit is the SharpClaw module for creating, inspecting,
building, verifying, and hot-loading other SharpClaw modules while the host is
running. It exposes the mdk tool prefix, keeps its runtime shape as a .NET
sidecar module, and uses the public SharpClaw.Contracts package as its host
contract boundary.
Install the package into a SharpClaw host the same way as any runtime-loadable
SharpClaw module package. The NuGet package carries its runtime payload under
sharpclaw/, including module.json, the module assembly, dependency file,
and non-framework dependency assemblies required by the sidecar loader.
dotnet add package SharpClaw.Modules.ModuleDev --version 0.1.1-beta.4
After the host loads the module, agents can call tools such as scaffold, file
read and write, build, load and reload, process inspection, SDK reference
lookup, and conversation steering workflows through the mdk prefix. The
module creates and manages .NET module workspaces only. It keeps file writes
scoped to SharpClaw's external module workspace and validates module IDs,
relative paths, file names, and build project extensions before touching disk
or starting dotnet build.
The package is AGPL-3.0-only. Module authors should keep their own modules
behind SharpClaw.Contracts interfaces and package references instead of
referencing SharpClaw runtime internals or host persistence projects directly.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has 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 |
|---|---|---|
| 0.1.1-beta.5 | 130 | 7/30/2026 |
| 0.1.1-beta.4 | 209 | 7/30/2026 |
| 0.1.1-beta.1 | 463 | 7/23/2026 |
| 0.1.1-beta | 2,659 | 7/5/2026 |
| 0.1.0-beta | 62 | 5/20/2026 |