Version-to-Documentation Mapping
This file maps each published package version to its primary documentation and public API surface.
Version-to-Documentation Mapping
This file maps each published package version to its primary documentation and public API surface.
It is intended to make releases auditable and to prevent undocumented breaking changes (issue #983).
Deprecation notice template
Use this template when deprecating public symbols:
ts
/**
* @deprecated Since v<version>. Use {@link <replacement>} instead.
* Will be removed in v<removal_version>.
* See: https://github.com/tetsuo-ai/AgenC/issues/<issue>
*/Changelog entry template:
md
### Deprecated
- `<symbolName>` in `<filePath>` β use `<replacement>` instead. Removal planned for v<version>. (#<issue>)@agenc/sdk v1.3.0
sdk/README.mdsdk/CHANGELOG.mdsdk/src/index.tsdocs/api-baseline/sdk.jsondocs/api-baseline/sdk.json@agenc/runtime v0.1.0
runtime/README.mdruntime/CHANGELOG.mdruntime/src/index.tsdocs/api-baseline/runtime.jsondocs/api-baseline/runtime.json@agenc/mcp v0.1.0
mcp/README.mdmcp/CHANGELOG.mdmcp/src/index.tsdocs/api-baseline/mcp.jsondocs/api-baseline/mcp.json