diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b603a53..d707e19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,20 +1,20 @@ { - ".": "0.6.4", - "packages/analysis": "0.3.1", - "packages/cli": "0.5.3", - "packages/cobol-proleap": "0.1.7", + ".": "0.6.5", + "packages/analysis": "0.3.2", + "packages/cli": "0.5.4", + "packages/cobol-proleap": "0.1.8", "packages/core-types": "0.3.0", "packages/embedder": "0.1.2", "packages/frameworks": "0.1.1", - "packages/ingestion": "0.4.3", - "packages/mcp": "0.4.2", - "packages/pack": "0.2.2", + "packages/ingestion": "0.4.4", + "packages/mcp": "0.4.3", + "packages/pack": "0.2.3", "packages/policy": "0.1.1", "packages/sarif": "0.1.2", - "packages/scanners": "0.2.0", - "packages/scip-ingest": "0.2.3", - "packages/search": "0.2.1", - "packages/storage": "0.2.1", + "packages/scanners": "0.2.1", + "packages/scip-ingest": "0.2.4", + "packages/search": "0.2.2", + "packages/storage": "0.2.2", "packages/summarizer": "0.1.1", - "packages/wiki": "0.2.1" + "packages/wiki": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd80fc2..e617f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.6.5](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.4...root-v0.6.5) (2026-05-29) + + +### Features + +* **cli:** doctor checks vendored wasm grammars + scip indexers (--strict) ([#159](https://github.com/theagenticguy/opencodehub/issues/159)) ([36a241e](https://github.com/theagenticguy/opencodehub/commit/36a241e709033374a07478cec04289bda8e08826)) + + +### Bug Fixes + +* **ci:** isolate verify-global-install into a per-run npm prefix ([#162](https://github.com/theagenticguy/opencodehub/issues/162)) ([3b59373](https://github.com/theagenticguy/opencodehub/commit/3b59373d9546db6abda3f4f5731e49febc9c2089)) +* **deps:** bump qs 6.15.1→6.15.2 and tmp 0.2.4→0.2.6 to clear osv findings ([#151](https://github.com/theagenticguy/opencodehub/issues/151)) ([2f798ec](https://github.com/theagenticguy/opencodehub/commit/2f798eccb33515927d9241ac34eea0692bc97428)) +* **deps:** downgrade write-file-atomic 8.0.0→7.0.1 to match supported node range ([#155](https://github.com/theagenticguy/opencodehub/issues/155)) ([a723e53](https://github.com/theagenticguy/opencodehub/commit/a723e53d4442878fd2ec40b264349d728ff054ef)) +* **ingestion:** vendor graphty Leiden to drop node-pty install fetch ([#157](https://github.com/theagenticguy/opencodehub/issues/157)) ([790ca4e](https://github.com/theagenticguy/opencodehub/commit/790ca4e277fcf42046aecaf11431df4f607cb8b3)) +* **scanners:** correct scanner exit-code handling and stop duplicate skip logs ([#156](https://github.com/theagenticguy/opencodehub/issues/156)) ([5d30eb4](https://github.com/theagenticguy/opencodehub/commit/5d30eb4f5b26edfc0a4460ba1aef8bc728ea6120)) +* **scip-ingest:** prepend ~/.codehub/bin to indexer spawn PATH ([#160](https://github.com/theagenticguy/opencodehub/issues/160)) ([4418db9](https://github.com/theagenticguy/opencodehub/commit/4418db900dd995ceb52e6c63a86ccea94d3fbcd9)) +* **storage:** retry transient lbug WAL→checkpoint race in bulkLoad ([#161](https://github.com/theagenticguy/opencodehub/issues/161)) ([450714c](https://github.com/theagenticguy/opencodehub/commit/450714c07132e4d0c3d1579897812c2c2dc935d6)) + ## [0.6.4](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.3...root-v0.6.4) (2026-05-28) diff --git a/package.json b/package.json index e309239..8e6aa6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.6.4", + "version": "0.6.5", "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 35c5074..0ba04f9 100644 --- a/packages/analysis/CHANGELOG.md +++ b/packages/analysis/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.2](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.3.1...analysis-v0.3.2) (2026-05-29) + + +### Bug Fixes + +* **deps:** downgrade write-file-atomic 8.0.0→7.0.1 to match supported node range ([#155](https://github.com/theagenticguy/opencodehub/issues/155)) ([a723e53](https://github.com/theagenticguy/opencodehub/commit/a723e53d4442878fd2ec40b264349d728ff054ef)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/storage bumped to 0.2.2 + * @opencodehub/wiki bumped to 0.2.2 + ## [0.3.1](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.3.0...analysis-v0.3.1) (2026-05-28) diff --git a/packages/analysis/package.json b/packages/analysis/package.json index 1a2aade..4e11fde 100644 --- a/packages/analysis/package.json +++ b/packages/analysis/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/analysis", - "version": "0.3.1", + "version": "0.3.2", "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 b0c0f53..ae2333d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.5.4](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.3...cli-v0.5.4) (2026-05-29) + + +### Features + +* **cli:** doctor checks vendored wasm grammars + scip indexers (--strict) ([#159](https://github.com/theagenticguy/opencodehub/issues/159)) ([36a241e](https://github.com/theagenticguy/opencodehub/commit/36a241e709033374a07478cec04289bda8e08826)) + + +### Bug Fixes + +* **deps:** downgrade write-file-atomic 8.0.0→7.0.1 to match supported node range ([#155](https://github.com/theagenticguy/opencodehub/issues/155)) ([a723e53](https://github.com/theagenticguy/opencodehub/commit/a723e53d4442878fd2ec40b264349d728ff054ef)) +* **scanners:** correct scanner exit-code handling and stop duplicate skip logs ([#156](https://github.com/theagenticguy/opencodehub/issues/156)) ([5d30eb4](https://github.com/theagenticguy/opencodehub/commit/5d30eb4f5b26edfc0a4460ba1aef8bc728ea6120)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.2 + * @opencodehub/ingestion bumped to 0.4.4 + * @opencodehub/mcp bumped to 0.4.3 + * @opencodehub/pack bumped to 0.2.3 + * @opencodehub/scanners bumped to 0.2.1 + * @opencodehub/search bumped to 0.2.2 + * @opencodehub/storage bumped to 0.2.2 + * @opencodehub/wiki bumped to 0.2.2 + ## [0.5.3](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.2...cli-v0.5.3) (2026-05-28) diff --git a/packages/cli/package.json b/packages/cli/package.json index 026aed6..ebcb8b8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.5.3", + "version": "0.5.4", "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 bb50dbc..6bf5bce 100644 --- a/packages/cobol-proleap/CHANGELOG.md +++ b/packages/cobol-proleap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.8](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.7...cobol-proleap-v0.1.8) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.4.4 + ## [0.1.7](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.6...cobol-proleap-v0.1.7) (2026-05-28) diff --git a/packages/cobol-proleap/package.json b/packages/cobol-proleap/package.json index 8b0ff8f..e24aa40 100644 --- a/packages/cobol-proleap/package.json +++ b/packages/cobol-proleap/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cobol-proleap", - "version": "0.1.7", + "version": "0.1.8", "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 a399efc..023dbc4 100644 --- a/packages/ingestion/CHANGELOG.md +++ b/packages/ingestion/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.4](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.3...ingestion-v0.4.4) (2026-05-29) + + +### Bug Fixes + +* **deps:** downgrade write-file-atomic 8.0.0→7.0.1 to match supported node range ([#155](https://github.com/theagenticguy/opencodehub/issues/155)) ([a723e53](https://github.com/theagenticguy/opencodehub/commit/a723e53d4442878fd2ec40b264349d728ff054ef)) +* **ingestion:** vendor graphty Leiden to drop node-pty install fetch ([#157](https://github.com/theagenticguy/opencodehub/issues/157)) ([790ca4e](https://github.com/theagenticguy/opencodehub/commit/790ca4e277fcf42046aecaf11431df4f607cb8b3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.2 + * @opencodehub/scip-ingest bumped to 0.2.4 + * @opencodehub/storage bumped to 0.2.2 + ## [0.4.3](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.2...ingestion-v0.4.3) (2026-05-28) diff --git a/packages/ingestion/package.json b/packages/ingestion/package.json index 7e48dcb..56af123 100644 --- a/packages/ingestion/package.json +++ b/packages/ingestion/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/ingestion", - "version": "0.4.3", + "version": "0.4.4", "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 827539b..47843b3 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.3](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.2...mcp-v0.4.3) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.2 + * @opencodehub/pack bumped to 0.2.3 + * @opencodehub/scanners bumped to 0.2.1 + * @opencodehub/search bumped to 0.2.2 + * @opencodehub/storage bumped to 0.2.2 + ## [0.4.2](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.1...mcp-v0.4.2) (2026-05-28) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 82b96e1..8891b6c 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/mcp", - "version": "0.4.2", + "version": "0.4.3", "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 08b4cb2..57b72f1 100644 --- a/packages/pack/CHANGELOG.md +++ b/packages/pack/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.3](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.2...pack-v0.2.3) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.2 + * @opencodehub/ingestion bumped to 0.4.4 + * @opencodehub/storage bumped to 0.2.2 + ## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.1...pack-v0.2.2) (2026-05-28) diff --git a/packages/pack/package.json b/packages/pack/package.json index d1fc4c3..3ef53a4 100644 --- a/packages/pack/package.json +++ b/packages/pack/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/pack", - "version": "0.2.2", + "version": "0.2.3", "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 3ccba8e..76ee2a1 100644 --- a/packages/scanners/CHANGELOG.md +++ b/packages/scanners/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.2.0...scanners-v0.2.1) (2026-05-29) + + +### Bug Fixes + +* **scanners:** correct scanner exit-code handling and stop duplicate skip logs ([#156](https://github.com/theagenticguy/opencodehub/issues/156)) ([5d30eb4](https://github.com/theagenticguy/opencodehub/commit/5d30eb4f5b26edfc0a4460ba1aef8bc728ea6120)) + ## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.1.2...scanners-v0.2.0) (2026-05-16) diff --git a/packages/scanners/package.json b/packages/scanners/package.json index 0ef066b..ad7dfb0 100644 --- a/packages/scanners/package.json +++ b/packages/scanners/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/scanners", - "version": "0.2.0", + "version": "0.2.1", "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 141d3ed..c559218 100644 --- a/packages/scip-ingest/CHANGELOG.md +++ b/packages/scip-ingest/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.4](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.3...scip-ingest-v0.2.4) (2026-05-29) + + +### Bug Fixes + +* **scanners:** correct scanner exit-code handling and stop duplicate skip logs ([#156](https://github.com/theagenticguy/opencodehub/issues/156)) ([5d30eb4](https://github.com/theagenticguy/opencodehub/commit/5d30eb4f5b26edfc0a4460ba1aef8bc728ea6120)) +* **scip-ingest:** prepend ~/.codehub/bin to indexer spawn PATH ([#160](https://github.com/theagenticguy/opencodehub/issues/160)) ([4418db9](https://github.com/theagenticguy/opencodehub/commit/4418db900dd995ceb52e6c63a86ccea94d3fbcd9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/analysis bumped to 0.3.2 + ## [0.2.3](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.2...scip-ingest-v0.2.3) (2026-05-28) diff --git a/packages/scip-ingest/package.json b/packages/scip-ingest/package.json index 6318968..3ac79d5 100644 --- a/packages/scip-ingest/package.json +++ b/packages/scip-ingest/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/scip-ingest", - "version": "0.2.3", + "version": "0.2.4", "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 f5211f8..ebfa46e 100644 --- a/packages/search/CHANGELOG.md +++ b/packages/search/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/search-v0.2.1...search-v0.2.2) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/storage bumped to 0.2.2 + ## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/search-v0.2.0...search-v0.2.1) (2026-05-28) diff --git a/packages/search/package.json b/packages/search/package.json index 8d7a44d..1c6a46f 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/search", - "version": "0.2.1", + "version": "0.2.2", "description": "OpenCodeHub — BM25 + RRF hybrid search", "license": "Apache-2.0", "repository": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index b9aac38..ada11ec 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/storage-v0.2.1...storage-v0.2.2) (2026-05-29) + + +### Bug Fixes + +* **storage:** retry transient lbug WAL→checkpoint race in bulkLoad ([#161](https://github.com/theagenticguy/opencodehub/issues/161)) ([450714c](https://github.com/theagenticguy/opencodehub/commit/450714c07132e4d0c3d1579897812c2c2dc935d6)) + ## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/storage-v0.2.0...storage-v0.2.1) (2026-05-28) diff --git a/packages/storage/package.json b/packages/storage/package.json index 244b5a7..50dd6f9 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/storage", - "version": "0.2.1", + "version": "0.2.2", "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 828ff5c..13774a2 100644 --- a/packages/wiki/CHANGELOG.md +++ b/packages/wiki/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/wiki-v0.2.1...wiki-v0.2.2) (2026-05-29) + + +### Bug Fixes + +* **deps:** downgrade write-file-atomic 8.0.0→7.0.1 to match supported node range ([#155](https://github.com/theagenticguy/opencodehub/issues/155)) ([a723e53](https://github.com/theagenticguy/opencodehub/commit/a723e53d4442878fd2ec40b264349d728ff054ef)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/storage bumped to 0.2.2 + ## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/wiki-v0.2.0...wiki-v0.2.1) (2026-05-28) diff --git a/packages/wiki/package.json b/packages/wiki/package.json index cf9c9e1..9a6fbba 100644 --- a/packages/wiki/package.json +++ b/packages/wiki/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/wiki", - "version": "0.2.1", + "version": "0.2.2", "description": "OpenCodeHub — Markdown wiki renderer (architecture, api-surface, dependency-map, ownership-map, risk-atlas) over the graph store", "license": "Apache-2.0", "repository": {