Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:04

Bear.CTXPM v0.1.3

This release tightens ctxpm project management workflows and makes managed-resource maintenance more automatic and predictable.

Highlights

  • ctxpm update now refreshes managed entrypoints and runs install automatically after dependency updates.
  • ctxpm.yaml is normalized to manifest version: 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.yaml rewritten to version: 1.0 when commands sync the manifest format.
  • Managed compatibility entrypoints may be refreshed during update/install flows so the generated agent-facing paths match the canonical .ctxpm content.

Installation

Install the latest stable release:

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

Pin this release explicitly:

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

Release Assets

  • macOS: darwin/arm64, darwin/amd64
  • Linux: linux/arm64, linux/amd64
  • Windows: windows/amd64
  • checksums.txt for asset verification

Full Changelog: v0.1.2...v0.1.3