From fa0bcd771be439a0bce482161b65eb5c4645bcec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 23:49:18 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 24 ++++++++++++------------ CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- packages/analysis/CHANGELOG.md | 19 +++++++++++++++++++ packages/analysis/package.json | 2 +- packages/cli/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/cli/package.json | 2 +- packages/cobol-proleap/CHANGELOG.md | 9 +++++++++ packages/cobol-proleap/package.json | 2 +- packages/ingestion/CHANGELOG.md | 11 +++++++++++ packages/ingestion/package.json | 2 +- packages/mcp/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/mcp/package.json | 2 +- packages/pack/CHANGELOG.md | 20 ++++++++++++++++++++ packages/pack/package.json | 2 +- packages/scanners/CHANGELOG.md | 11 +++++++++++ packages/scanners/package.json | 2 +- packages/scip-ingest/CHANGELOG.md | 9 +++++++++ packages/scip-ingest/package.json | 2 +- packages/search/CHANGELOG.md | 18 ++++++++++++++++++ packages/search/package.json | 2 +- packages/storage/CHANGELOG.md | 11 +++++++++++ packages/storage/package.json | 2 +- packages/wiki/CHANGELOG.md | 18 ++++++++++++++++++ packages/wiki/package.json | 2 +- 25 files changed, 219 insertions(+), 24 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c2ff1a..256a545 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,20 +1,20 @@ { - ".": "0.5.0", - "packages/analysis": "0.2.0", - "packages/cli": "0.4.0", - "packages/cobol-proleap": "0.1.4", + ".": "0.6.0", + "packages/analysis": "0.3.0", + "packages/cli": "0.5.0", + "packages/cobol-proleap": "0.1.5", "packages/core-types": "0.3.0", "packages/embedder": "0.1.2", "packages/frameworks": "0.1.1", - "packages/ingestion": "0.4.0", - "packages/mcp": "0.3.2", - "packages/pack": "0.1.4", + "packages/ingestion": "0.4.1", + "packages/mcp": "0.4.0", + "packages/pack": "0.2.0", "packages/policy": "0.1.1", "packages/sarif": "0.1.2", - "packages/scanners": "0.1.2", - "packages/scip-ingest": "0.2.1", - "packages/search": "0.1.2", - "packages/storage": "0.1.2", + "packages/scanners": "0.2.0", + "packages/scip-ingest": "0.2.2", + "packages/search": "0.2.0", + "packages/storage": "0.2.0", "packages/summarizer": "0.1.1", - "packages/wiki": "0.1.1" + "packages/wiki": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca64fe..23a795c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.6.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.5.0...root-v0.6.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* drop detect-secrets; ship tuned betterleaks default config ([#118](https://github.com/theagenticguy/opencodehub/issues/118)) +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* drop detect-secrets; ship tuned betterleaks default config ([#118](https://github.com/theagenticguy/opencodehub/issues/118)) ([d370f9e](https://github.com/theagenticguy/opencodehub/commit/d370f9e9ad3acbcc1231403e00bbee5cf0e487bd)) +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Bug Fixes + +* **ci:** grant id-token: write at release-please.yml top level ([#115](https://github.com/theagenticguy/opencodehub/issues/115)) ([a87a6eb](https://github.com/theagenticguy/opencodehub/commit/a87a6eb0c57f9974a03a12979cd3a5ac9403061c)) +* **ci:** install betterleaks via mise so the pre-release gate finds it ([#120](https://github.com/theagenticguy/opencodehub/issues/120)) ([522a4ec](https://github.com/theagenticguy/opencodehub/commit/522a4eca47b25582192af9cfd92cb9070c13f10c)) +* **ci:** pre-release gate aggregator needs betterleaks (was detect-secrets) ([#119](https://github.com/theagenticguy/opencodehub/issues/119)) ([a6f3448](https://github.com/theagenticguy/opencodehub/commit/a6f3448d836e0f3e93c2ef0ccc19d53922e556cf)) + ## [0.5.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.4.0...root-v0.5.0) (2026-05-15) diff --git a/package.json b/package.json index 6b1da0f..c8a6109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.5.0", + "version": "0.6.0", "private": true, "description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents", "license": "Apache-2.0", diff --git a/packages/analysis/CHANGELOG.md b/packages/analysis/CHANGELOG.md index d22786f..1e973c0 100644 --- a/packages/analysis/CHANGELOG.md +++ b/packages/analysis/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.2.0...analysis-v0.3.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/storage bumped to 0.2.0 + * @opencodehub/wiki bumped to 0.2.0 + ## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.1.2...analysis-v0.2.0) (2026-05-15) diff --git a/packages/analysis/package.json b/packages/analysis/package.json index bcfcf39..6798c81 100644 --- a/packages/analysis/package.json +++ b/packages/analysis/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/analysis", - "version": "0.2.0", + "version": "0.3.0", "description": "OpenCodeHub — impact, rename, detect_changes, staleness", "license": "Apache-2.0", "repository": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 35c0da2..4372949 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.5.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.4.0...cli-v0.5.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* drop detect-secrets; ship tuned betterleaks default config ([#118](https://github.com/theagenticguy/opencodehub/issues/118)) +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* drop detect-secrets; ship tuned betterleaks default config ([#118](https://github.com/theagenticguy/opencodehub/issues/118)) ([d370f9e](https://github.com/theagenticguy/opencodehub/commit/d370f9e9ad3acbcc1231403e00bbee5cf0e487bd)) +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.0 + * @opencodehub/ingestion bumped to 0.4.1 + * @opencodehub/mcp bumped to 0.4.0 + * @opencodehub/pack bumped to 0.2.0 + * @opencodehub/scanners bumped to 0.2.0 + * @opencodehub/search bumped to 0.2.0 + * @opencodehub/storage bumped to 0.2.0 + * @opencodehub/wiki bumped to 0.2.0 + ## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.3.0...cli-v0.4.0) (2026-05-15) diff --git a/packages/cli/package.json b/packages/cli/package.json index c55bdd1..f4ca80b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.4.0", + "version": "0.5.0", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": { diff --git a/packages/cobol-proleap/CHANGELOG.md b/packages/cobol-proleap/CHANGELOG.md index 78a6ecb..cb3540f 100644 --- a/packages/cobol-proleap/CHANGELOG.md +++ b/packages/cobol-proleap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.5](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.4...cobol-proleap-v0.1.5) (2026-05-16) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.4.1 + ## [0.1.4](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.3...cobol-proleap-v0.1.4) (2026-05-15) diff --git a/packages/cobol-proleap/package.json b/packages/cobol-proleap/package.json index 40b6268..eb6e50b 100644 --- a/packages/cobol-proleap/package.json +++ b/packages/cobol-proleap/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cobol-proleap", - "version": "0.1.4", + "version": "0.1.5", "description": "OpenCodeHub — COBOL deep-parse bridge over the uwol/cobol-parser JVM library (v4.0.0); gated behind --allow-build-scripts=proleap", "license": "Apache-2.0", "repository": { diff --git a/packages/ingestion/CHANGELOG.md b/packages/ingestion/CHANGELOG.md index 4885d09..95bdf4f 100644 --- a/packages/ingestion/CHANGELOG.md +++ b/packages/ingestion/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.4.1](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.0...ingestion-v0.4.1) (2026-05-16) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.0 + * @opencodehub/scip-ingest bumped to 0.2.2 + * @opencodehub/storage bumped to 0.2.0 + ## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.3.2...ingestion-v0.4.0) (2026-05-15) diff --git a/packages/ingestion/package.json b/packages/ingestion/package.json index 572b153..c05e97c 100644 --- a/packages/ingestion/package.json +++ b/packages/ingestion/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/ingestion", - "version": "0.4.0", + "version": "0.4.1", "description": "OpenCodeHub — indexing pipeline (12-phase DAG, tree-sitter, language providers)", "license": "Apache-2.0", "repository": { diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 38684d8..6c2b05a 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.3.2...mcp-v0.4.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.0 + * @opencodehub/pack bumped to 0.2.0 + * @opencodehub/scanners bumped to 0.2.0 + * @opencodehub/search bumped to 0.2.0 + * @opencodehub/storage bumped to 0.2.0 + ## [0.3.2](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.3.1...mcp-v0.3.2) (2026-05-15) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index ee65d17..7367479 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/mcp", - "version": "0.3.2", + "version": "0.4.0", "description": "OpenCodeHub — stdio MCP server exposing code-graph + group tools", "license": "Apache-2.0", "repository": { diff --git a/packages/pack/CHANGELOG.md b/packages/pack/CHANGELOG.md index fde6467..e02fe16 100644 --- a/packages/pack/CHANGELOG.md +++ b/packages/pack/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/pack-v0.1.4...pack-v0.2.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.0 + * @opencodehub/ingestion bumped to 0.4.1 + * @opencodehub/storage bumped to 0.2.0 + ## [0.1.4](https://github.com/theagenticguy/opencodehub/compare/pack-v0.1.3...pack-v0.1.4) (2026-05-15) diff --git a/packages/pack/package.json b/packages/pack/package.json index 478b107..ccb51f2 100644 --- a/packages/pack/package.json +++ b/packages/pack/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/pack", - "version": "0.1.4", + "version": "0.2.0", "description": "OpenCodeHub — deterministic M5 9-item code-pack BOM", "license": "Apache-2.0", "repository": { diff --git a/packages/scanners/CHANGELOG.md b/packages/scanners/CHANGELOG.md index cdce3ee..3ccba8e 100644 --- a/packages/scanners/CHANGELOG.md +++ b/packages/scanners/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.1.2...scanners-v0.2.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* drop detect-secrets; ship tuned betterleaks default config ([#118](https://github.com/theagenticguy/opencodehub/issues/118)) + +### Features + +* drop detect-secrets; ship tuned betterleaks default config ([#118](https://github.com/theagenticguy/opencodehub/issues/118)) ([d370f9e](https://github.com/theagenticguy/opencodehub/commit/d370f9e9ad3acbcc1231403e00bbee5cf0e487bd)) + ## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.1.1...scanners-v0.1.2) (2026-05-12) diff --git a/packages/scanners/package.json b/packages/scanners/package.json index eec5b58..fe4357f 100644 --- a/packages/scanners/package.json +++ b/packages/scanners/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/scanners", - "version": "0.1.2", + "version": "0.2.0", "description": "OpenCodeHub — Priority-1 scanner wrappers (semgrep, betterleaks, osv-scanner, bandit, biome)", "license": "Apache-2.0", "repository": { diff --git a/packages/scip-ingest/CHANGELOG.md b/packages/scip-ingest/CHANGELOG.md index c147069..0b3b948 100644 --- a/packages/scip-ingest/CHANGELOG.md +++ b/packages/scip-ingest/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.1...scip-ingest-v0.2.2) (2026-05-16) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.0 + ## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.0...scip-ingest-v0.2.1) (2026-05-15) diff --git a/packages/scip-ingest/package.json b/packages/scip-ingest/package.json index a3ef456..f794076 100644 --- a/packages/scip-ingest/package.json +++ b/packages/scip-ingest/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/scip-ingest", - "version": "0.2.1", + "version": "0.2.2", "description": "OpenCodeHub — SCIP (.scip) loader + per-language indexer runners (replaces @opencodehub/lsp-oracle)", "license": "Apache-2.0", "repository": { diff --git a/packages/search/CHANGELOG.md b/packages/search/CHANGELOG.md index d50c027..7a0fe6b 100644 --- a/packages/search/CHANGELOG.md +++ b/packages/search/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/search-v0.1.2...search-v0.2.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/storage bumped to 0.2.0 + ## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/search-v0.1.1...search-v0.1.2) (2026-05-12) diff --git a/packages/search/package.json b/packages/search/package.json index a756950..8f12835 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/search", - "version": "0.1.2", + "version": "0.2.0", "description": "OpenCodeHub — BM25 + RRF hybrid search", "license": "Apache-2.0", "repository": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index ad7a655..37a2b8c 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/storage-v0.1.2...storage-v0.2.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + ## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/storage-v0.1.1...storage-v0.1.2) (2026-05-12) diff --git a/packages/storage/package.json b/packages/storage/package.json index ea26a78..bfa6930 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/storage", - "version": "0.1.2", + "version": "0.2.0", "description": "OpenCodeHub — DuckDB graph store (@duckdb/node-api + hnsw_acorn + fts)", "license": "Apache-2.0", "repository": { diff --git a/packages/wiki/CHANGELOG.md b/packages/wiki/CHANGELOG.md index dc72499..054a186 100644 --- a/packages/wiki/CHANGELOG.md +++ b/packages/wiki/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/wiki-v0.1.1...wiki-v0.2.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) + +### Features + +* lbug-only graph backend; rip DuckDB graph adapter ([#117](https://github.com/theagenticguy/opencodehub/issues/117)) ([49e14fd](https://github.com/theagenticguy/opencodehub/commit/49e14fdd3901e57dec3c86dd8645b5940d5d7c0a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/storage bumped to 0.2.0 + ## [0.1.1](https://github.com/theagenticguy/opencodehub/compare/wiki-v0.1.0...wiki-v0.1.1) (2026-05-12) diff --git a/packages/wiki/package.json b/packages/wiki/package.json index 4679036..01bfe04 100644 --- a/packages/wiki/package.json +++ b/packages/wiki/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/wiki", - "version": "0.1.1", + "version": "0.2.0", "description": "OpenCodeHub — Markdown wiki renderer (architecture, api-surface, dependency-map, ownership-map, risk-atlas) over the graph store", "license": "Apache-2.0", "repository": { From 3c58d9193c044d4a6089b0b5440badf2ac7b0177 Mon Sep 17 00:00:00 2001 From: Laith Al-Saadoon Date: Sat, 16 May 2026 23:50:14 +0000 Subject: [PATCH 2/2] chore: trigger CI on release-please PR