agent-context-bridge

Release Process

Agent Context Bridge is distributed from GitHub. The release process is intentionally small and auditable.

Pre-Release Checklist

  1. Confirm the working tree is clean except for intended release changes.
  2. Update CHANGELOG.md with user-facing changes.
  3. Confirm package.json uses the intended version.
  4. Run verification:
npm test
npm run typecheck
npm pack --dry-run
  1. Confirm the package dry run includes the public docs, CC Switch install pack, MCP template, Skill, and source files.
  2. Confirm no .agent-bridge/, raw transcripts, keys, logs, generated exports, or sync bundles are present.

Publishing From GitHub

The supported install path is:

npx -y github:Yongthyuan/agent-context-bridge bridge-mcp

For tagged releases:

git tag v1.0.0
git push origin v1.0.0

Only create tags after CI passes on main.

Compatibility Notes