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
36 changes: 18 additions & 18 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
".": "0.3.0",
"packages/analysis": "0.1.1",
"packages/cli": "0.2.1",
"packages/cobol-proleap": "0.1.1",
"packages/core-types": "0.2.0",
"packages/embedder": "0.1.1",
"packages/frameworks": "0.1.0",
"packages/ingestion": "0.3.0",
"packages/mcp": "0.2.0",
"packages/pack": "0.1.1",
"packages/policy": "0.1.0",
"packages/sarif": "0.1.1",
"packages/scanners": "0.1.1",
"packages/scip-ingest": "0.1.0",
"packages/search": "0.1.1",
"packages/storage": "0.1.1",
"packages/summarizer": "0.1.0",
"packages/wiki": "0.1.0"
".": "0.3.1",
"packages/analysis": "0.1.2",
"packages/cli": "0.2.2",
"packages/cobol-proleap": "0.1.2",
"packages/core-types": "0.3.0",
"packages/embedder": "0.1.2",
"packages/frameworks": "0.1.1",
"packages/ingestion": "0.3.1",
"packages/mcp": "0.3.0",
"packages/pack": "0.1.2",
"packages/policy": "0.1.1",
"packages/sarif": "0.1.2",
"packages/scanners": "0.1.2",
"packages/scip-ingest": "0.2.0",
"packages/search": "0.1.2",
"packages/storage": "0.1.2",
"packages/summarizer": "0.1.1",
"packages/wiki": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.3.0...root-v0.3.1) (2026-05-12)


### Bug Fixes

* **repo:** track all 17 packages in release-please + republish pack/cobol-proleap on fixed ingestion ([f4656d5](https://github.com/theagenticguy/opencodehub/commit/f4656d5f5f3faf6980ba872672191142eae3d722))

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.2.0...root-v0.3.0) (2026-05-12)


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.3.0",
"version": "0.3.1",
"private": true,
"description": "OpenCodeHub β€” Apache-2.0 code intelligence graph + MCP server for AI coding agents",
"license": "Apache-2.0",
Expand Down
28 changes: 28 additions & 0 deletions packages/analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.1.1...analysis-v0.1.2) (2026-05-12)


### Features

* initial public release of opencodehub v0.1.1 ([3f23006](https://github.com/theagenticguy/opencodehub/commit/3f230065fe17c7c0b4c5d7568063b786fb72c81f))
* M7 LadybugDB default + IGraphStore abstraction hardening (Track A) ([#71](https://github.com/theagenticguy/opencodehub/issues/71)) ([0175113](https://github.com/theagenticguy/opencodehub/commit/017511304fe050e69f92e3c3eb0bdad92235c9e0))


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Refactoring

* consolidate repo-local dir references on META_DIR_NAME ([ce4b63d](https://github.com/theagenticguy/opencodehub/commit/ce4b63d298172dff3a26b1f5d4bf129c5cad7435))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/core-types bumped to 0.3.0
* @opencodehub/sarif bumped to 0.1.2
* @opencodehub/storage bumped to 0.1.2
* @opencodehub/wiki bumped to 0.1.1

## [0.1.1](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.1.0...analysis-v0.1.1) (2026-05-12)


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

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


### Bug Fixes

* **repo:** track all 17 packages in release-please + republish pack/cobol-proleap on fixed ingestion ([f4656d5](https://github.com/theagenticguy/opencodehub/commit/f4656d5f5f3faf6980ba872672191142eae3d722))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.1.2
* @opencodehub/core-types bumped to 0.3.0
* @opencodehub/embedder bumped to 0.1.2
* @opencodehub/ingestion bumped to 0.3.1
* @opencodehub/mcp bumped to 0.3.0
* @opencodehub/pack bumped to 0.1.2
* @opencodehub/policy bumped to 0.1.1
* @opencodehub/sarif bumped to 0.1.2
* @opencodehub/scanners bumped to 0.1.2
* @opencodehub/search bumped to 0.1.2
* @opencodehub/storage bumped to 0.1.2
* @opencodehub/wiki bumped to 0.1.1

## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.2.0...cli-v0.2.1) (2026-05-12)


Expand Down
21 changes: 21 additions & 0 deletions packages/cobol-proleap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.1...cobol-proleap-v0.1.2) (2026-05-12)


### Bug Fixes

* **repo:** track all 17 packages in release-please + republish pack/cobol-proleap on fixed ingestion ([f4656d5](https://github.com/theagenticguy/opencodehub/commit/f4656d5f5f3faf6980ba872672191142eae3d722))


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/core-types bumped to 0.3.0
* @opencodehub/ingestion bumped to 0.3.1
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.1",
"version": "0.1.2",
"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
26 changes: 26 additions & 0 deletions packages/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/core-types-v0.2.0...core-types-v0.3.0) (2026-05-12)


### ⚠ BREAKING CHANGES

* replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) ([#32](https://github.com/theagenticguy/opencodehub/issues/32))

### Features

* **core-types:** scaffold v1.1 node-shape extensions for planned packets ([e17a4b5](https://github.com/theagenticguy/opencodehub/commit/e17a4b5c68beb193878904140d688f351fadb5a3))
* initial public release of opencodehub v0.1.1 ([3f23006](https://github.com/theagenticguy/opencodehub/commit/3f230065fe17c7c0b4c5d7568063b786fb72c81f))
* M7 LadybugDB default + IGraphStore abstraction hardening (Track A) ([#71](https://github.com/theagenticguy/opencodehub/issues/71)) ([0175113](https://github.com/theagenticguy/opencodehub/commit/017511304fe050e69f92e3c3eb0bdad92235c9e0))
* replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) ([#32](https://github.com/theagenticguy/opencodehub/issues/32)) ([1cceb24](https://github.com/theagenticguy/opencodehub/commit/1cceb24e876fafed06e2742952242efe06a21870))
* **storage:** populate reserved complexity, coverage, deadness columns ([c81e4c3](https://github.com/theagenticguy/opencodehub/commit/c81e4c385961e9326569066f8f9d596bc6b1779a))
* v1 finalize Track C β€” debt sweep (7 ACs) ([#73](https://github.com/theagenticguy/opencodehub/issues/73)) ([06d2bb1](https://github.com/theagenticguy/opencodehub/commit/06d2bb17ffae9d74783bd917f417841bd14c7561))


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Refactoring

* **core-types:** centralize LanguageId in core-types ([4c33fc7](https://github.com/theagenticguy/opencodehub/commit/4c33fc7b67afac65f9648c92fafe9532d42f2c60))

## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/core-types-v0.1.0...core-types-v0.2.0) (2026-05-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/core-types",
"version": "0.2.0",
"version": "0.3.0",
"description": "OpenCodeHub β€” shared graph schema and determinism primitives",
"license": "Apache-2.0",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/embedder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/embedder-v0.1.1...embedder-v0.1.2) (2026-05-12)


### Features

* detect-secrets as 20th scanner (Track B) ([#72](https://github.com/theagenticguy/opencodehub/issues/72)) ([8fbdd61](https://github.com/theagenticguy/opencodehub/commit/8fbdd61715ae61386a7a3b49ac2b036b1f6d31dd))
* **embedder:** add SageMaker backend for remote embeddings ([9b5c53d](https://github.com/theagenticguy/opencodehub/commit/9b5c53d7f2cc7241a4794e6e095da0279887c28f))
* **embedder:** replace Arctic Embed XS with gte-modernbert-base ([#31](https://github.com/theagenticguy/opencodehub/issues/31)) ([1214071](https://github.com/theagenticguy/opencodehub/commit/12140717414c6efbd0e1ebb3f3810ce612f2de50))
* initial public release of opencodehub v0.1.1 ([3f23006](https://github.com/theagenticguy/opencodehub/commit/3f230065fe17c7c0b4c5d7568063b786fb72c81f))
* v1 finalize Track C β€” debt sweep (7 ACs) ([#73](https://github.com/theagenticguy/opencodehub/issues/73)) ([06d2bb1](https://github.com/theagenticguy/opencodehub/commit/06d2bb17ffae9d74783bd917f417841bd14c7561))


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/core-types bumped to 0.3.0

## [0.1.1](https://github.com/theagenticguy/opencodehub/compare/embedder-v0.1.0...embedder-v0.1.1) (2026-05-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/embedder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/embedder",
"version": "0.1.1",
"version": "0.1.2",
"description": "OpenCodeHub β€” ONNX-based deterministic text embedder (gte-modernbert-base)",
"license": "Apache-2.0",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/frameworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.1.1](https://github.com/theagenticguy/opencodehub/compare/frameworks-v0.1.0...frameworks-v0.1.1) (2026-05-12)


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/core-types bumped to 0.3.0
2 changes: 1 addition & 1 deletion packages/frameworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/frameworks",
"version": "0.1.0",
"version": "0.1.1",
"description": "OpenCodeHub β€” 5-stage framework detection (manifest β†’ lockfile β†’ config-AST β†’ folder β†’ import/SCIP) over a curated registry",
"license": "Apache-2.0",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.1](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.3.0...ingestion-v0.3.1) (2026-05-12)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.1.2
* @opencodehub/core-types bumped to 0.3.0
* @opencodehub/embedder bumped to 0.1.2
* @opencodehub/frameworks bumped to 0.1.1
* @opencodehub/scip-ingest bumped to 0.2.0
* @opencodehub/storage bumped to 0.1.2
* @opencodehub/summarizer bumped to 0.1.1

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.2.0...ingestion-v0.3.0) (2026-05-12)


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

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.2.0...mcp-v0.3.0) (2026-05-12)


### ⚠ BREAKING CHANGES

* replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) ([#32](https://github.com/theagenticguy/opencodehub/issues/32))

### Features

* **embedder:** replace Arctic Embed XS with gte-modernbert-base ([#31](https://github.com/theagenticguy/opencodehub/issues/31)) ([1214071](https://github.com/theagenticguy/opencodehub/commit/12140717414c6efbd0e1ebb3f3810ce612f2de50))
* initial public release of opencodehub v0.1.1 ([3f23006](https://github.com/theagenticguy/opencodehub/commit/3f230065fe17c7c0b4c5d7568063b786fb72c81f))
* M7 LadybugDB default + IGraphStore abstraction hardening (Track A) ([#71](https://github.com/theagenticguy/opencodehub/issues/71)) ([0175113](https://github.com/theagenticguy/opencodehub/commit/017511304fe050e69f92e3c3eb0bdad92235c9e0))
* **mcp,cli:** join symbol summaries into query results (P04 surface) ([3d73b65](https://github.com/theagenticguy/opencodehub/commit/3d73b65aac852d23871c70468b9521103123d5e8))
* **mcp:** short-circuit list_findings_delta via stored baselineState ([4d9c187](https://github.com/theagenticguy/opencodehub/commit/4d9c187ebc790af7acb1165bdb5a80910b002ab7))
* **mcp:** surface structured FrameworkDetection in project_profile tool ([15fb309](https://github.com/theagenticguy/opencodehub/commit/15fb3093b0723d65065229092ef2c4e08a12bcc7))
* replace LSP oracle with SCIP indexers (TS/Py/Go/Rust/Java) ([#32](https://github.com/theagenticguy/opencodehub/issues/32)) ([1cceb24](https://github.com/theagenticguy/opencodehub/commit/1cceb24e876fafed06e2742952242efe06a21870))
* **search:** add filter-aware zoom retrieval across hierarchical tiers ([5ab80c4](https://github.com/theagenticguy/opencodehub/commit/5ab80c4760b34babef067b8ea4129294bb54c405))
* v1 finalize Track C β€” debt sweep (7 ACs) ([#73](https://github.com/theagenticguy/opencodehub/issues/73)) ([06d2bb1](https://github.com/theagenticguy/opencodehub/commit/06d2bb17ffae9d74783bd917f417841bd14c7561))


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Refactoring

* **mcp:** consume shared tryOpenEmbedder + embeddingsPopulated from @opencodehub/search ([54f00de](https://github.com/theagenticguy/opencodehub/commit/54f00de8ed30326616e8ce6ca17367f606dc10da))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.1.2
* @opencodehub/core-types bumped to 0.3.0
* @opencodehub/embedder bumped to 0.1.2
* @opencodehub/pack bumped to 0.1.2
* @opencodehub/sarif bumped to 0.1.2
* @opencodehub/scanners bumped to 0.1.2
* @opencodehub/search bumped to 0.1.2
* @opencodehub/storage bumped to 0.1.2

## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.1.0...mcp-v0.2.0) (2026-05-12)


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.2.0",
"version": "0.3.0",
"description": "OpenCodeHub β€” stdio MCP server exposing code-graph + group tools",
"license": "Apache-2.0",
"repository": {
Expand Down
29 changes: 29 additions & 0 deletions packages/pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/pack-v0.1.1...pack-v0.1.2) (2026-05-12)


### Features

* M7 LadybugDB default + IGraphStore abstraction hardening (Track A) ([#71](https://github.com/theagenticguy/opencodehub/issues/71)) ([0175113](https://github.com/theagenticguy/opencodehub/commit/017511304fe050e69f92e3c3eb0bdad92235c9e0))


### Bug Fixes

* **repo:** track all 17 packages in release-please + republish pack/cobol-proleap on fixed ingestion ([f4656d5](https://github.com/theagenticguy/opencodehub/commit/f4656d5f5f3faf6980ba872672191142eae3d722))


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.1.2
* @opencodehub/core-types bumped to 0.3.0
* @opencodehub/ingestion bumped to 0.3.1
* @opencodehub/sarif bumped to 0.1.2
* @opencodehub/storage bumped to 0.1.2
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.1.1",
"version": "0.1.2",
"description": "OpenCodeHub β€” deterministic M5 9-item code-pack BOM",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1](https://github.com/theagenticguy/opencodehub/compare/policy-v0.1.0...policy-v0.1.1) (2026-05-12)


### Documentation

* **repo:** pre-publish npm readiness β€” READMEs, GOVERNANCE, CODEOWNERS, package metadata ([dd10f72](https://github.com/theagenticguy/opencodehub/commit/dd10f72aa490136076bf0632cccd2965c6b17e23))
Loading
Loading