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
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "0.4.0",
"packages/analysis": "0.1.2",
"packages/cli": "0.3.0",
"packages/cobol-proleap": "0.1.3",
".": "0.5.0",
"packages/analysis": "0.2.0",
"packages/cli": "0.4.0",
"packages/cobol-proleap": "0.1.4",
"packages/core-types": "0.3.0",
"packages/embedder": "0.1.2",
"packages/frameworks": "0.1.1",
"packages/ingestion": "0.3.2",
"packages/mcp": "0.3.1",
"packages/pack": "0.1.3",
"packages/ingestion": "0.4.0",
"packages/mcp": "0.3.2",
"packages/pack": "0.1.4",
"packages/policy": "0.1.1",
"packages/sarif": "0.1.2",
"packages/scanners": "0.1.2",
"packages/scip-ingest": "0.2.0",
"packages/scip-ingest": "0.2.1",
"packages/search": "0.1.2",
"packages/storage": "0.1.2",
"packages/summarizer": "0.1.1",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.4.0...root-v0.5.0) (2026-05-15)


### ⚠ BREAKING CHANGES

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113))

### Features

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113)) ([0a9e0cb](https://github.com/theagenticguy/opencodehub/commit/0a9e0cb65e3a4666204a2a80d3c41a8befee8269))

## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.3.2...root-v0.4.0) (2026-05-15)


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.4.0",
"version": "0.5.0",
"private": true,
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/analysis/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/analysis-v0.1.2...analysis-v0.2.0) (2026-05-15)


### ⚠ BREAKING CHANGES

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113))

### Features

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113)) ([0a9e0cb](https://github.com/theagenticguy/opencodehub/commit/0a9e0cb65e3a4666204a2a80d3c41a8befee8269))

## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/analysis-v0.1.1...analysis-v0.1.2) (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.2",
"version": "0.2.0",
"description": "OpenCodeHub — impact, rename, detect_changes, staleness",
"license": "Apache-2.0",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/cli/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/cli-v0.3.0...cli-v0.4.0) (2026-05-15)


### ⚠ BREAKING CHANGES

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113))

### Features

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113)) ([0a9e0cb](https://github.com/theagenticguy/opencodehub/commit/0a9e0cb65e3a4666204a2a80d3c41a8befee8269))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.2.0
* @opencodehub/ingestion bumped to 0.4.0
* @opencodehub/mcp bumped to 0.3.2
* @opencodehub/pack bumped to 0.1.4

## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.2.3...cli-v0.3.0) (2026-05-15)


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.3.0",
"version": "0.4.0",
"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.4](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.3...cobol-proleap-v0.1.4) (2026-05-15)


### Dependencies

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

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


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

## [0.4.0](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.3.2...ingestion-v0.4.0) (2026-05-15)


### ⚠ BREAKING CHANGES

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113))

### Features

* WASM-only parser path; drop native tree-sitter from runtime ([#113](https://github.com/theagenticguy/opencodehub/issues/113)) ([0a9e0cb](https://github.com/theagenticguy/opencodehub/commit/0a9e0cb65e3a4666204a2a80d3c41a8befee8269))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.2.0
* @opencodehub/scip-ingest bumped to 0.2.1

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

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.2.0
* @opencodehub/pack bumped to 0.1.4

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

## [0.1.4](https://github.com/theagenticguy/opencodehub/compare/pack-v0.1.3...pack-v0.1.4) (2026-05-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/analysis bumped to 0.2.0
* @opencodehub/ingestion bumped to 0.4.0

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


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.1.3",
"version": "0.1.4",
"description": "OpenCodeHub — deterministic M5 9-item code-pack BOM",
"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.1](https://github.com/theagenticguy/opencodehub/compare/scip-ingest-v0.2.0...scip-ingest-v0.2.1) (2026-05-15)


### Dependencies

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

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


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.0",
"version": "0.2.1",
"description": "OpenCodeHub — SCIP (.scip) loader + per-language indexer runners (replaces @opencodehub/lsp-oracle)",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading