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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/loopover-contract": "3.17.0",
"packages/loopover-mcp": "3.17.0",
"packages/loopover-engine": "3.17.0",
"packages/loopover-miner": "3.17.0",
"packages/loopover-contract": "3.18.0",
"packages/loopover-mcp": "3.18.0",
"packages/loopover-engine": "3.18.0",
"packages/loopover-miner": "3.18.0",
"packages/loopover-ui-kit": "1.3.0"
}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/loopover-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.18.0](https://github.com/JSONbored/loopover/compare/contract-v3.17.0...contract-v3.18.0) (2026-07-30)


### Features

* **fairness:** one-command public verifier + published methodology page ([#9941](https://github.com/JSONbored/loopover/issues/9941)) ([bae7b2f](https://github.com/JSONbored/loopover/commit/bae7b2ffa79102fe1f8ecbd2030c1edc0c3d31d7))
* **gate:** add the block tier, so an enforcing screenshot gate holds a PR instead of destroying it ([#9964](https://github.com/JSONbored/loopover/issues/9964)) ([3ed97dc](https://github.com/JSONbored/loopover/commit/3ed97dc707d551cb20f2a042e58ab344865f7c6e)), closes [#9881](https://github.com/JSONbored/loopover/issues/9881)


### Fixes

* **contract:** restate MAX_PRIORITY_ELIGIBILITY_WINDOW_MINUTES so the generated schemas compile ([#9936](https://github.com/JSONbored/loopover/issues/9936)) ([edf7b37](https://github.com/JSONbored/loopover/commit/edf7b37762e7d9232e8a93e17c271f6074e73067))

## [3.17.0](https://github.com/JSONbored/loopover/compare/contract-v0.1.0...contract-v3.17.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/contract",
"version": "3.17.0",
"version": "3.18.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Single zod source of truth for LoopOver's MCP tool and API contracts — schemas, tool metadata, and the projections every server and client derives from.",
Expand Down
12 changes: 12 additions & 0 deletions packages/loopover-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.18.0](https://github.com/JSONbored/loopover/compare/engine-v3.17.0...engine-v3.18.0) (2026-07-30)


### Features

* **gate:** add the block tier, so an enforcing screenshot gate holds a PR instead of destroying it ([#9964](https://github.com/JSONbored/loopover/issues/9964)) ([3ed97dc](https://github.com/JSONbored/loopover/commit/3ed97dc707d551cb20f2a042e58ab344865f7c6e)), closes [#9881](https://github.com/JSONbored/loopover/issues/9881)


### Fixes

* **gate:** never close a PR for visual evidence the pipeline cannot produce ([#9881](https://github.com/JSONbored/loopover/issues/9881)) ([#9934](https://github.com/JSONbored/loopover/issues/9934)) ([31b29da](https://github.com/JSONbored/loopover/commit/31b29da7858f2879d0de8dc242e1c07a4e30536d))

## [3.17.0](https://github.com/JSONbored/loopover/compare/engine-v3.16.1...engine-v3.17.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/engine",
"version": "3.17.0",
"version": "3.18.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Shared deterministic engine logic for the LoopOver review stack and loopover-miner.",
Expand Down
20 changes: 20 additions & 0 deletions packages/loopover-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
### Fixes
- Blunt slop-risk / issue-slop REST + CLI to match the MCP tools (#6990) (#7052)

## [3.18.0](https://github.com/JSONbored/loopover/compare/mcp-v3.17.0...mcp-v3.18.0) (2026-07-30)


### Features

* **fairness:** one-command public verifier + published methodology page ([#9941](https://github.com/JSONbored/loopover/issues/9941)) ([bae7b2f](https://github.com/JSONbored/loopover/commit/bae7b2ffa79102fe1f8ecbd2030c1edc0c3d31d7))


### Fixes

* **fairness:** make the anchored ledger publicly verifiable, and stop misreporting an empty one ([#9959](https://github.com/JSONbored/loopover/issues/9959)) ([8291893](https://github.com/JSONbored/loopover/commit/829189341e42d9753a305cca66939abeb77ca152))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @loopover/contract bumped from ^3.17.0 to ^3.18.0
* @loopover/engine bumped from ^3.17.0 to ^3.18.0

## [3.17.0](https://github.com/JSONbored/loopover/compare/mcp-v3.15.2...mcp-v3.17.0) (2026-07-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/loopover-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/mcp",
"version": "3.17.0",
"version": "3.18.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Local stdio MCP wrapper for the LoopOver Gittensor base-agent.",
Expand Down Expand Up @@ -46,8 +46,8 @@
"build:verify": "node --experimental-strip-types scripts/check-syntax.ts"
},
"dependencies": {
"@loopover/contract": "^3.17.0",
"@loopover/engine": "^3.17.0",
"@loopover/contract": "^3.18.0",
"@loopover/engine": "^3.18.0",
"@modelcontextprotocol/sdk": "1.29.0",
"posthog-node": "^5.46.1",
"zod": "^4.4.3"
Expand Down
15 changes: 15 additions & 0 deletions packages/loopover-miner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.18.0](https://github.com/JSONbored/loopover/compare/miner-v3.17.0...miner-v3.18.0) (2026-07-30)


### Chores

* **miner:** Synchronize engine-and-dependents versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @loopover/contract bumped from ^3.17.0 to ^3.18.0
* @loopover/engine bumped from ^3.17.0 to ^3.18.0

## [3.17.0](https://github.com/JSONbored/loopover/compare/miner-v3.15.2...miner-v3.17.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-miner/expected-engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.0
3.18.0
6 changes: 3 additions & 3 deletions packages/loopover-miner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/miner",
"version": "3.17.0",
"version": "3.18.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Foundation CLI for the local LoopOver miner runtime.",
Expand Down Expand Up @@ -47,8 +47,8 @@
"build:verify": "node --experimental-strip-types scripts/check-syntax.ts"
},
"dependencies": {
"@loopover/contract": "^3.17.0",
"@loopover/engine": "^3.17.0",
"@loopover/contract": "^3.18.0",
"@loopover/engine": "^3.18.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@sentry/node": "^10.67.0",
"zod": "^4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/JSONbored/loopover",
"source": "github"
},
"version": "3.17.0",
"version": "3.18.0",
"remotes": [
{
"type": "streamable-http",
Expand All @@ -17,7 +17,7 @@
{
"registry_type": "npm",
"identifier": "@loopover/mcp",
"version": "3.17.0",
"version": "3.18.0",
"transport": {
"type": "stdio"
}
Expand Down
Loading