v0.1.4
Bear.CTXPM v0.1.4
This release adds first-class memory resource management to ctxpm and aligns the stable installation guidance around the rolling latest channel.
Highlights
- Added
memoryas a supported ctxpm resource type across init, detect, install, migrate, and validation flows. - Introduced CLI engine support for memory-oriented workflows, including search, suggest, capture, and prune operations.
- Updated the bundled ctxpm skill, templates, and multilingual docs so memory resources and managed entrypoints are documented consistently.
- Pointed installation examples at
latestto keep stable-install guidance consistent while still supporting explicit version pinning.
Compatibility Notes
- Repositories can now declare and manage
memoryresources inctxpm.yamlalongside existing resource types. - Projects that adopt memory resources may see managed entrypoints and manifest content refreshed during init, install, update, or migrate flows.
- Stable installs still support explicit pinning with
--version v0.1.4when you want a fixed release.
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.4Release Assets
- macOS:
darwin/arm64,darwin/amd64 - Linux:
linux/arm64,linux/amd64 - Windows:
windows/amd64 checksums.txtfor asset verification
Full Changelog: v0.1.3...v0.1.4