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.6",
"packages/analysis": "0.3.2",
"packages/cli": "0.5.5",
"packages/cobol-proleap": "0.1.8",
".": "0.6.7",
"packages/analysis": "0.3.3",
"packages/cli": "0.5.6",
"packages/cobol-proleap": "0.1.9",
"packages/core-types": "0.3.0",
"packages/embedder": "0.1.2",
"packages/frameworks": "0.1.1",
"packages/ingestion": "0.4.4",
"packages/mcp": "0.4.4",
"packages/pack": "0.2.3",
"packages/ingestion": "0.4.5",
"packages/mcp": "0.4.5",
"packages/pack": "0.2.4",
"packages/policy": "0.1.1",
"packages/sarif": "0.1.2",
"packages/scanners": "0.2.2",
"packages/scip-ingest": "0.2.4",
"packages/search": "0.2.2",
"packages/storage": "0.2.2",
"packages/scanners": "0.2.3",
"packages/scip-ingest": "0.2.5",
"packages/search": "0.2.3",
"packages/storage": "0.2.3",
"packages/summarizer": "0.1.1",
"packages/wiki": "0.2.2"
"packages/wiki": "0.2.3"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.6.7](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.6...root-v0.6.7) (2026-05-29)


### Features

* **cli:** expose 9 read-only graph tools as CLI subcommands ([#174](https://github.com/theagenticguy/opencodehub/issues/174)) ([be15666](https://github.com/theagenticguy/opencodehub/commit/be156663e486eaee185c800089afaa589dd8a2af))
* **cli:** status surfaces retrieval mode (summaries / vectors / embedder) ([#172](https://github.com/theagenticguy/opencodehub/issues/172)) ([611e818](https://github.com/theagenticguy/opencodehub/commit/611e818cc76c890c4f7c4eaf8c8065d1fb5a3a1a))


### Bug Fixes

* **cli:** doctor verifies the bandit[sarif] formatter, not just the binary ([#171](https://github.com/theagenticguy/opencodehub/issues/171)) ([0d78c92](https://github.com/theagenticguy/opencodehub/commit/0d78c926bf284de8f1b22f4cba2b712e74d7bef1))
* **scanners:** exclude indexer-ignored dirs from vulture/radon/ty (drop .venv noise) ([#168](https://github.com/theagenticguy/opencodehub/issues/168)) ([848aa34](https://github.com/theagenticguy/opencodehub/commit/848aa34eba622c976ba6be968383824f0912e6b3))


### Documentation

* **repo:** clarify `sql` targets the temporal store, not the node/edge graph ([#173](https://github.com/theagenticguy/opencodehub/issues/173)) ([814774a](https://github.com/theagenticguy/opencodehub/commit/814774a013331f5a090fb349bab10665f0ebe2ca))

## [0.6.6](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.5...root-v0.6.6) (2026-05-29)


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.6",
"version": "0.6.7",
"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.3](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.3.2...analysis-v0.3.3) (2026-05-29)


### Features

* **cli:** expose 9 read-only graph tools as CLI subcommands ([#174](https://github.com/theagenticguy/opencodehub/issues/174)) ([be15666](https://github.com/theagenticguy/opencodehub/commit/be156663e486eaee185c800089afaa589dd8a2af))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/storage bumped to 0.2.3
* @opencodehub/wiki bumped to 0.2.3

## [0.3.2](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.3.1...analysis-v0.3.2) (2026-05-29)


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.2",
"version": "0.3.3",
"description": "OpenCodeHub — impact, rename, detect_changes, staleness",
"license": "Apache-2.0",
"repository": {
Expand Down
33 changes: 33 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.5.6](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.5...cli-v0.5.6) (2026-05-29)


### Features

* **cli:** expose 9 read-only graph tools as CLI subcommands ([#174](https://github.com/theagenticguy/opencodehub/issues/174)) ([be15666](https://github.com/theagenticguy/opencodehub/commit/be156663e486eaee185c800089afaa589dd8a2af))
* **cli:** status surfaces retrieval mode (summaries / vectors / embedder) ([#172](https://github.com/theagenticguy/opencodehub/issues/172)) ([611e818](https://github.com/theagenticguy/opencodehub/commit/611e818cc76c890c4f7c4eaf8c8065d1fb5a3a1a))


### Bug Fixes

* **cli:** doctor verifies the bandit[sarif] formatter, not just the binary ([#171](https://github.com/theagenticguy/opencodehub/issues/171)) ([0d78c92](https://github.com/theagenticguy/opencodehub/commit/0d78c926bf284de8f1b22f4cba2b712e74d7bef1))
* **scanners:** exclude indexer-ignored dirs from vulture/radon/ty (drop .venv noise) ([#168](https://github.com/theagenticguy/opencodehub/issues/168)) ([848aa34](https://github.com/theagenticguy/opencodehub/commit/848aa34eba622c976ba6be968383824f0912e6b3))


### Documentation

* **repo:** clarify `sql` targets the temporal store, not the node/edge graph ([#173](https://github.com/theagenticguy/opencodehub/issues/173)) ([814774a](https://github.com/theagenticguy/opencodehub/commit/814774a013331f5a090fb349bab10665f0ebe2ca))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.3.3
* @opencodehub/ingestion bumped to 0.4.5
* @opencodehub/mcp bumped to 0.4.5
* @opencodehub/pack bumped to 0.2.4
* @opencodehub/scanners bumped to 0.2.3
* @opencodehub/search bumped to 0.2.3
* @opencodehub/storage bumped to 0.2.3
* @opencodehub/wiki bumped to 0.2.3

## [0.5.5](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.4...cli-v0.5.5) (2026-05-29)


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.5",
"version": "0.5.6",
"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.9](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.8...cobol-proleap-v0.1.9) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/ingestion bumped to 0.4.5

## [0.1.8](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.7...cobol-proleap-v0.1.8) (2026-05-29)


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.8",
"version": "0.1.9",
"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
11 changes: 11 additions & 0 deletions packages/ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.5](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.4...ingestion-v0.4.5) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.3.3
* @opencodehub/scip-ingest bumped to 0.2.5
* @opencodehub/storage bumped to 0.2.3

## [0.4.4](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.3...ingestion-v0.4.4) (2026-05-29)


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.4",
"version": "0.4.5",
"description": "OpenCodeHub — indexing pipeline (12-phase DAG, tree-sitter, language providers)",
"license": "Apache-2.0",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.4.5](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.4...mcp-v0.4.5) (2026-05-29)


### Features

* **cli:** expose 9 read-only graph tools as CLI subcommands ([#174](https://github.com/theagenticguy/opencodehub/issues/174)) ([be15666](https://github.com/theagenticguy/opencodehub/commit/be156663e486eaee185c800089afaa589dd8a2af))


### Documentation

* **repo:** clarify `sql` targets the temporal store, not the node/edge graph ([#173](https://github.com/theagenticguy/opencodehub/issues/173)) ([814774a](https://github.com/theagenticguy/opencodehub/commit/814774a013331f5a090fb349bab10665f0ebe2ca))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.3.3
* @opencodehub/pack bumped to 0.2.4
* @opencodehub/scanners bumped to 0.2.3
* @opencodehub/search bumped to 0.2.3
* @opencodehub/storage bumped to 0.2.3

## [0.4.4](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.3...mcp-v0.4.4) (2026-05-29)


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.4",
"version": "0.4.5",
"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.4](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.3...pack-v0.2.4) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.3.3
* @opencodehub/ingestion bumped to 0.4.5
* @opencodehub/storage bumped to 0.2.3

## [0.2.3](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.2...pack-v0.2.3) (2026-05-29)


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.3",
"version": "0.2.4",
"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.3](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.2.2...scanners-v0.2.3) (2026-05-29)


### Bug Fixes

* **scanners:** exclude indexer-ignored dirs from vulture/radon/ty (drop .venv noise) ([#168](https://github.com/theagenticguy/opencodehub/issues/168)) ([848aa34](https://github.com/theagenticguy/opencodehub/commit/848aa34eba622c976ba6be968383824f0912e6b3))

## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.2.1...scanners-v0.2.2) (2026-05-29)


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.2",
"version": "0.2.3",
"description": "OpenCodeHub — Priority-1 scanner wrappers (semgrep, betterleaks, osv-scanner, bandit, biome)",
"license": "Apache-2.0",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/scip-ingest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.5](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.4...scip-ingest-v0.2.5) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.3.3

## [0.2.4](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.3...scip-ingest-v0.2.4) (2026-05-29)


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.4",
"version": "0.2.5",
"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.3](https://github.com/theagenticguy/opencodehub/compare/search-v0.2.2...search-v0.2.3) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/storage bumped to 0.2.3

## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/search-v0.2.1...search-v0.2.2) (2026-05-29)


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.2",
"version": "0.2.3",
"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.3](https://github.com/theagenticguy/opencodehub/compare/storage-v0.2.2...storage-v0.2.3) (2026-05-29)


### Features

* **cli:** status surfaces retrieval mode (summaries / vectors / embedder) ([#172](https://github.com/theagenticguy/opencodehub/issues/172)) ([611e818](https://github.com/theagenticguy/opencodehub/commit/611e818cc76c890c4f7c4eaf8c8065d1fb5a3a1a))

## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/storage-v0.2.1...storage-v0.2.2) (2026-05-29)


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.2",
"version": "0.2.3",
"description": "OpenCodeHub — DuckDB graph store (@duckdb/node-api + hnsw_acorn + fts)",
"license": "Apache-2.0",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.3](https://github.com/theagenticguy/opencodehub/compare/wiki-v0.2.2...wiki-v0.2.3) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/storage bumped to 0.2.3

## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/wiki-v0.2.1...wiki-v0.2.2) (2026-05-29)


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.2",
"version": "0.2.3",
"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