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.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.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.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.3"
".": "0.7.0",
"packages/analysis": "0.4.0",
"packages/cli": "0.6.0",
"packages/cobol-proleap": "0.2.0",
"packages/core-types": "0.4.0",
"packages/embedder": "0.1.3",
"packages/frameworks": "0.2.0",
"packages/ingestion": "0.5.0",
"packages/mcp": "0.5.0",
"packages/pack": "0.3.0",
"packages/policy": "0.2.0",
"packages/sarif": "0.2.0",
"packages/scanners": "0.2.4",
"packages/scip-ingest": "0.3.0",
"packages/search": "0.3.0",
"packages/storage": "0.3.0",
"packages/summarizer": "0.2.0",
"packages/wiki": "0.3.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.7...root-v0.7.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))

## [0.6.7](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.6...root-v0.6.7) (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.7",
"version": "0.7.0",
"private": true,
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
"license": "Apache-2.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.3.3...analysis-v0.4.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

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

## [0.3.3](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.3.2...analysis-v0.3.3) (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.3",
"version": "0.4.0",
"description": "OpenCodeHub — impact, detect_changes, staleness",
"license": "Apache-2.0",
"repository": {
Expand Down
29 changes: 29 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.6.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.6...cli-v0.6.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.4.0
* @opencodehub/core-types bumped to 0.4.0
* @opencodehub/embedder bumped to 0.1.3
* @opencodehub/ingestion bumped to 0.5.0
* @opencodehub/mcp bumped to 0.5.0
* @opencodehub/pack bumped to 0.3.0
* @opencodehub/policy bumped to 0.2.0
* @opencodehub/sarif bumped to 0.2.0
* @opencodehub/scanners bumped to 0.2.4
* @opencodehub/search bumped to 0.3.0
* @opencodehub/storage bumped to 0.3.0
* @opencodehub/wiki bumped to 0.3.0

## [0.5.6](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.5...cli-v0.5.6) (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.6",
"version": "0.6.0",
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
"license": "Apache-2.0",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/cobol-proleap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.9...cobol-proleap-v0.2.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/core-types bumped to 0.4.0
* @opencodehub/ingestion bumped to 0.5.0

## [0.1.9](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.8...cobol-proleap-v0.1.9) (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.9",
"version": "0.2.0",
"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/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/core-types-v0.3.0...core-types-v0.4.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/core-types-v0.2.0...core-types-v0.3.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.3.0",
"version": "0.4.0",
"description": "OpenCodeHub — shared graph schema and determinism primitives",
"license": "Apache-2.0",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/embedder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.3](https://github.com/theagenticguy/opencodehub/compare/embedder-v0.1.2...embedder-v0.1.3) (2026-06-01)


### Dependencies

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

## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/embedder-v0.1.1...embedder-v0.1.2) (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.2",
"version": "0.1.3",
"description": "OpenCodeHub — ONNX-based deterministic text embedder (gte-modernbert-base)",
"license": "Apache-2.0",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/frameworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/frameworks-v0.1.1...frameworks-v0.2.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

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

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


Expand Down
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.1",
"version": "0.2.0",
"description": "OpenCodeHub — framework detection (manifest → lockfile version → folder/file marker) over a curated catalog",
"license": "Apache-2.0",
"repository": {
Expand Down
24 changes: 24 additions & 0 deletions packages/ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.5.0](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.5...ingestion-v0.5.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

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

## [0.4.5](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.4...ingestion-v0.4.5) (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.5",
"version": "0.5.0",
"description": "OpenCodeHub — indexing pipeline (12-phase DAG, tree-sitter, language providers)",
"license": "Apache-2.0",
"repository": {
Expand Down
25 changes: 25 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.5.0](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.5...mcp-v0.5.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

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

## [0.4.5](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.4...mcp-v0.4.5) (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.5",
"version": "0.5.0",
"description": "OpenCodeHub — stdio MCP server exposing code-graph + group tools",
"license": "Apache-2.0",
"repository": {
Expand Down
22 changes: 22 additions & 0 deletions packages/pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.4...pack-v0.3.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.4.0
* @opencodehub/core-types bumped to 0.4.0
* @opencodehub/ingestion bumped to 0.5.0
* @opencodehub/sarif bumped to 0.2.0
* @opencodehub/storage bumped to 0.3.0

## [0.2.4](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.3...pack-v0.2.4) (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.4",
"version": "0.3.0",
"description": "OpenCodeHub — deterministic 9-item code-pack BOM",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/policy-v0.1.1...policy-v0.2.0) (2026-06-01)


### ⚠ BREAKING CHANGES

* **sweep:** the `rename` and `remove_dead_code` MCP tools are removed. OpenCodeHub plans and verifies refactors via read-only analysis (impact/context/detect_changes); it does not apply source edits.

### Features

* **sweep:** remediate 44 findings, rip stack-graphs + source-mutating MCP tools ([#175](https://github.com/theagenticguy/opencodehub/issues/175)) ([dbb574a](https://github.com/theagenticguy/opencodehub/commit/dbb574a11ae2d457f8f26ed69278e157189d8dad))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/policy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/policy",
"version": "0.1.1",
"version": "0.2.0",
"description": "OpenCodeHub — policy engine: load + validate + evaluate opencodehub.policy.yaml",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading
Loading