Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/analysis/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cobol-proleap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cobol-proleap/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
17 changes: 17 additions & 0 deletions packages/ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/scanners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/scanners/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions packages/scip-ingest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/scip-ingest/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 14 additions & 0 deletions packages/wiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/wiki/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading