Skip to content

Commit 51693f8

Browse files
committed
chore(main): release engine-and-dependents libraries
1 parent 6f3ac84 commit 51693f8

11 files changed

Lines changed: 71 additions & 22 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/loopover-contract": "3.21.0",
3-
"packages/loopover-mcp": "3.21.0",
4-
"packages/loopover-engine": "3.21.0",
5-
"packages/loopover-miner": "3.21.0",
2+
"packages/loopover-contract": "3.21.1",
3+
"packages/loopover-mcp": "3.21.1",
4+
"packages/loopover-engine": "3.21.1",
5+
"packages/loopover-miner": "3.21.1",
66
"packages/loopover-ui-kit": "1.5.1"
77
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/loopover-contract/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.21.1](https://github.com/JSONbored/loopover/compare/contract-v3.21.0...contract-v3.21.1) (2026-07-31)
4+
5+
6+
### Chores
7+
8+
* **contract:** Synchronize engine-and-dependents versions
9+
310
## [3.21.0](https://github.com/JSONbored/loopover/compare/contract-v3.20.0...contract-v3.21.0) (2026-07-31)
411

512

packages/loopover-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/contract",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"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.",

packages/loopover-engine/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.21.1](https://github.com/JSONbored/loopover/compare/engine-v3.21.0...engine-v3.21.1) (2026-07-31)
4+
5+
6+
### Fixes
7+
8+
* **orb:** gate the ai_review_inconclusive hold on aiReviewGateMode ([#10239](https://github.com/JSONbored/loopover/issues/10239)) ([00e3ee9](https://github.com/JSONbored/loopover/commit/00e3ee98e6f9843317313217013071a5fbaf4b2b))
9+
310
## [3.21.0](https://github.com/JSONbored/loopover/compare/engine-v3.20.0...engine-v3.21.0) (2026-07-31)
411

512

packages/loopover-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/engine",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Shared deterministic engine logic for the LoopOver review stack and loopover-miner.",

packages/loopover-mcp/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
### Fixes
66
- Blunt slop-risk / issue-slop REST + CLI to match the MCP tools (#6990) (#7052)
77

8+
## [3.21.1](https://github.com/JSONbored/loopover/compare/mcp-v3.21.0...mcp-v3.21.1) (2026-07-31)
9+
10+
11+
### Chores
12+
13+
* **mcp:** Synchronize engine-and-dependents versions
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @loopover/contract bumped from ^3.21.0 to ^3.21.1
21+
* @loopover/engine bumped from ^3.21.0 to ^3.21.1
22+
823
## [3.21.0](https://github.com/JSONbored/loopover/compare/mcp-v3.20.0...mcp-v3.21.0) (2026-07-31)
924

1025

packages/loopover-mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/mcp",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Local stdio MCP wrapper for the LoopOver Gittensor base-agent.",
@@ -46,8 +46,8 @@
4646
"build:verify": "node --experimental-strip-types scripts/check-syntax.ts"
4747
},
4848
"dependencies": {
49-
"@loopover/contract": "^3.21.0",
50-
"@loopover/engine": "^3.21.0",
49+
"@loopover/contract": "^3.21.1",
50+
"@loopover/engine": "^3.21.1",
5151
"@modelcontextprotocol/sdk": "1.29.0",
5252
"posthog-node": "^5.46.1",
5353
"zod": "^4.4.3"

packages/loopover-miner/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [3.21.1](https://github.com/JSONbored/loopover/compare/miner-v3.21.0...miner-v3.21.1) (2026-07-31)
4+
5+
6+
### Fixes
7+
8+
* **miner:** cap check-runs page follows so poll cannot spin forever ([#10007](https://github.com/JSONbored/loopover/issues/10007)) ([#10258](https://github.com/JSONbored/loopover/issues/10258)) ([470d417](https://github.com/JSONbored/loopover/commit/470d4175f20f35e6f2c43d29df4b98a516101db3))
9+
* **miner:** keep discover --dry-run off the contribution-profile cache ([#10255](https://github.com/JSONbored/loopover/issues/10255)) ([e8c5200](https://github.com/JSONbored/loopover/commit/e8c5200cd0eb06f13b53e997935c1eaf71d3c9cf))
10+
* **miner:** prime runLoop's ledger cursor with an indexed MAX(seq) lookup ([#10259](https://github.com/JSONbored/loopover/issues/10259)) ([efc2c7e](https://github.com/JSONbored/loopover/commit/efc2c7e33eb3bab0168da105068a707a9537f4a7))
11+
* **miner:** scope the policy-verdict-cache purge to its real host-scoped repo key ([#10250](https://github.com/JSONbored/loopover/issues/10250)) ([5b24374](https://github.com/JSONbored/loopover/commit/5b243749fe587ec6ea3d2fdf95100847f50830e5))
12+
* **miner:** stop doctor's ams-backtest-proposals check from creating and pruning the event ledger ([#10264](https://github.com/JSONbored/loopover/issues/10264)) ([6f3ac84](https://github.com/JSONbored/loopover/commit/6f3ac84b9384ad54ca0e54eb5dc388c3034d4a3a))
13+
* **miner:** stop pickScript selecting watch/fix validation scripts ([#10261](https://github.com/JSONbored/loopover/issues/10261)) ([c7e8e80](https://github.com/JSONbored/loopover/commit/c7e8e8096f800c56bff02b8ee557d915c999f067))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @loopover/contract bumped from ^3.21.0 to ^3.21.1
21+
* @loopover/engine bumped from ^3.21.0 to ^3.21.1
22+
323
## [3.21.0](https://github.com/JSONbored/loopover/compare/miner-v3.20.0...miner-v3.21.0) (2026-07-31)
424

525

packages/loopover-miner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/miner",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Foundation CLI for the local LoopOver miner runtime.",
@@ -47,8 +47,8 @@
4747
"build:verify": "node --experimental-strip-types scripts/check-syntax.ts"
4848
},
4949
"dependencies": {
50-
"@loopover/contract": "^3.21.0",
51-
"@loopover/engine": "^3.21.0",
50+
"@loopover/contract": "^3.21.1",
51+
"@loopover/engine": "^3.21.1",
5252
"@modelcontextprotocol/sdk": "1.29.0",
5353
"@sentry/node": "^10.67.0",
5454
"zod": "^4.4.3"

0 commit comments

Comments
 (0)