v0.1.3
Bear.CTXPM v0.1.3
This release tightens ctxpm project management workflows and makes managed-resource maintenance more automatic and predictable.
Highlights
ctxpm updatenow refreshes managed entrypoints and runs install automatically after dependency updates.ctxpm.yamlis normalized to manifestversion: 1.0, and CLI paths now enforce and sync the current manifest version more consistently.- Added resource detection and migration support to help move existing AI resources into canonical ctxpm-managed locations.
- Managed entrypoint template generation was extracted and cleaned up to keep installed compatibility paths in sync more reliably.
- Release automation now triggers only for semantic-version tags, reducing accidental release workflow runs.
Compatibility Notes
- Repositories using ctxpm may see
ctxpm.yamlrewritten toversion: 1.0when commands sync the manifest format. - Managed compatibility entrypoints may be refreshed during update/install flows so the generated agent-facing paths match the canonical
.ctxpmcontent.
Installation
Install the latest stable release:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/latest/cli/install.sh | sh -s -- --scope globalPin this release explicitly:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/latest/cli/install.sh | sh -s -- --scope global --version v0.1.3Release Assets
- macOS:
darwin/arm64,darwin/amd64 - Linux:
linux/arm64,linux/amd64 - Windows:
windows/amd64 checksums.txtfor asset verification
Full Changelog: v0.1.2...v0.1.3