Skip to content

Releases: gBearBest/Bear.CTXPM

v0.1.6

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

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:49

Bear.CTXPM v0.1.5

This stable release turns shared root entrypoint management into a first-class part of ctxpm.

Highlights

  • AGENTS.md is now the canonical managed root entrypoint, while other agent root files are treated as compatibility aliases.
  • Adds ctxpm entrypoint sync and ctxpm entrypoint doctor to 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 ctxpm skill, 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 global

Pin this release:

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

Release Assets

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

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:41

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 memory as 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 latest to keep stable-install guidance consistent while still supporting explicit version pinning.

Compatibility Notes

  • Repositories can now declare and manage memory resources in ctxpm.yaml alongside 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.4 when 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 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.4

Release Assets

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

Full Changelog: v0.1.3...v0.1.4

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

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 12:03

Full Changelog: v0.1.0...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:00

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:49

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 / package model for managing AI resources in a project.
  • Ships the reference ctxpm CLI with init, add, install, list, validate, check-updates, update, and remove commands.
  • Adds cross-platform installer and release artifacts for macOS, Linux, and Windows.
  • Publishes stable releases with semantic version tags and keeps latest aligned 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 latest

Pin this exact release:

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

Release assets

This release includes:

  • ctxpm archives for macOS (darwin/arm64, darwin/amd64)
  • ctxpm archives for Linux (linux/arm64, linux/amd64)
  • ctxpm.exe archive for Windows (windows/amd64)
  • checksums.txt for 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