Releases: gBearBest/Bear.CTXPM
Release list
v0.1.6
Bear.CTXPM v0.1.6
This stable release tightens ctxpm's published guidance around managed entrypoints and dependency source metadata.
Highlights
- Removes the legacy
source.type: githubfallback from thectxpm.yamlskill documentation. New manifests should usesource.type: gitfor Git-backed dependencies. - Simplifies the managed-entrypoint template while preserving the key operating rules: use the bundled
ctxpmskill for lifecycle work, preferctxpm detect, readpackagesbeforedependencies, and keep dependency versus package boundaries explicit. - Keeps the CLI release pipeline and install surface unchanged; this release is primarily a documentation and template cleanup.
Compatibility Notes
- If you maintain existing manifests that still declare
source.type: github, migrate them tosource.type: gitwhen you next update those resources. - Projects using the generated managed entrypoint text can refresh to pick up the shorter canonical wording without changing the underlying workflow.
Installation
Install latest stable:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/latest/cli/install.sh | sh -s -- --scope globalPin this release:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/latest/cli/install.sh | sh -s -- --scope global --version v0.1.6Release Assets
ctxpm_0.1.6_darwin_arm64.tar.gzctxpm_0.1.6_darwin_amd64.tar.gzctxpm_0.1.6_linux_arm64.tar.gzctxpm_0.1.6_linux_amd64.tar.gzctxpm_0.1.6_windows_amd64.zipchecksums.txt
Full Changelog
v0.1.5
Bear.CTXPM v0.1.5
This stable release turns shared root entrypoint management into a first-class part of ctxpm.
Highlights
AGENTS.mdis now the canonical managed root entrypoint, while other agent root files are treated as compatibility aliases.- Adds
ctxpm entrypoint syncandctxpm entrypoint doctorto normalize and verify shared entrypoint setups. - Updates init, install, and validate workflows so multi-agent root entrypoints can be merged into one managed source of truth before alias sync.
- Refreshes the bundled
ctxpmskill, templates, and repository docs to explain the new entrypoint workflow.
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:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/latest/cli/install.sh | sh -s -- --scope global --version v0.1.5Release Assets
- macOS:
darwin/arm64,darwin/amd64 - Linux:
linux/arm64,linux/amd64 - Windows:
windows/amd64 checksums.txt
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
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
v0.1.2
v0.1.1
Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.1
Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.1
Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.1
v0.1.0
Bear.CTXPM v0.1.0
This is the first stable release of Bear.CTXPM, including the open protocol documentation and the reference ctxpm CLI.
Highlights
- Introduces the Bear.CTXPM
dependency/packagemodel for managing AI resources in a project. - Ships the reference
ctxpmCLI withinit,add,install,list,validate,check-updates,update, andremovecommands. - Adds cross-platform installer and release artifacts for macOS, Linux, and Windows.
- Publishes stable releases with semantic version tags and keeps
latestaligned with the newest stable release.
Installation
Install the latest stable CLI:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/main/cli/install.sh | sh -s -- --scope global --version latestPin this exact release:
curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/main/cli/install.sh | sh -s -- --scope global --version v0.1.0Release assets
This release includes:
ctxpmarchives for macOS (darwin/arm64,darwin/amd64)ctxpmarchives for Linux (linux/arm64,linux/amd64)ctxpm.exearchive for Windows (windows/amd64)checksums.txtfor artifact verification
Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.0
Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.0
Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.0