Skip to content

v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:11

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: github fallback from the ctxpm.yaml skill documentation. New manifests should use source.type: git for Git-backed dependencies.
  • Simplifies the managed-entrypoint template while preserving the key operating rules: use the bundled ctxpm skill for lifecycle work, prefer ctxpm detect, read packages before dependencies, 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 to source.type: git when 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 global

Pin this release:

curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/latest/cli/install.sh | sh -s -- --scope global --version v0.1.6

Release Assets

  • ctxpm_0.1.6_darwin_arm64.tar.gz
  • ctxpm_0.1.6_darwin_amd64.tar.gz
  • ctxpm_0.1.6_linux_arm64.tar.gz
  • ctxpm_0.1.6_linux_amd64.tar.gz
  • ctxpm_0.1.6_windows_amd64.zip
  • checksums.txt

Full Changelog