Skip to content

Commit a2113cd

Browse files
chore: release main (#268)
🤖 Automated release via release-please --- <details><summary>root: 0.10.5</summary> ## [0.10.5](root-v0.10.4...root-v0.10.5) (2026-06-30) ### Features * **eval:** pack --variance-probe — measure the variance an OCH pack removes (Move 2) ([#269](#269)) ([278702a](278702a)) * **frameworks:** wire stage-5 import/SCIP detection into the profile phase ([#267](#267)) ([6b4d122](6b4d122)) * **pack:** codehub replay — decision-equivalence structural check (Move 6) ([#270](#270)) ([f97b417](f97b417)) </details> <details><summary>cli: 0.10.5</summary> ## [0.10.5](cli-v0.10.4...cli-v0.10.5) (2026-06-30) ### Features * **eval:** pack --variance-probe — measure the variance an OCH pack removes (Move 2) ([#269](#269)) ([278702a](278702a)) * **pack:** codehub replay — decision-equivalence structural check (Move 6) ([#270](#270)) ([f97b417](f97b417)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f97b417 commit a2113cd

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.10.4",
3-
"packages/cli": "0.10.4"
2+
".": "0.10.5",
3+
"packages/cli": "0.10.5"
44
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.10.5](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.4...root-v0.10.5) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* **eval:** pack --variance-probe — measure the variance an OCH pack removes (Move 2) ([#269](https://github.com/theagenticguy/opencodehub/issues/269)) ([278702a](https://github.com/theagenticguy/opencodehub/commit/278702a04fa20164be810e89f0e5d262613d582d))
9+
* **frameworks:** wire stage-5 import/SCIP detection into the profile phase ([#267](https://github.com/theagenticguy/opencodehub/issues/267)) ([6b4d122](https://github.com/theagenticguy/opencodehub/commit/6b4d12282e6047b4799cf4156fdb0744c0bc70fa))
10+
* **pack:** codehub replay — decision-equivalence structural check (Move 6) ([#270](https://github.com/theagenticguy/opencodehub/issues/270)) ([f97b417](https://github.com/theagenticguy/opencodehub/commit/f97b4173c19d75ce35a271976120c2d4d8eacef4))
11+
312
## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.3...root-v0.10.4) (2026-06-30)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencodehub-monorepo",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"private": true,
55
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
66
"license": "Apache-2.0",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.10.5](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.4...cli-v0.10.5) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* **eval:** pack --variance-probe — measure the variance an OCH pack removes (Move 2) ([#269](https://github.com/theagenticguy/opencodehub/issues/269)) ([278702a](https://github.com/theagenticguy/opencodehub/commit/278702a04fa20164be810e89f0e5d262613d582d))
9+
* **pack:** codehub replay — decision-equivalence structural check (Move 6) ([#270](https://github.com/theagenticguy/opencodehub/issues/270)) ([f97b417](https://github.com/theagenticguy/opencodehub/commit/f97b4173c19d75ce35a271976120c2d4d8eacef4))
10+
311
## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.3...cli-v0.10.4) (2026-06-30)
412

513

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencodehub/cli",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)