Skip to content

Commit d09fbe2

Browse files
chore(main): release engine-and-dependents libraries (#8273)
* chore(main): release engine-and-dependents libraries * chore(release): sync package-lock.json * chore(release): sync miner engine-version pin --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6f4ee2 commit d09fbe2

9 files changed

Lines changed: 65 additions & 14 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/loopover-mcp": "3.11.0",
3-
"packages/loopover-engine": "3.11.0",
4-
"packages/loopover-miner": "3.11.0",
2+
"packages/loopover-mcp": "3.12.0",
3+
"packages/loopover-engine": "3.12.0",
4+
"packages/loopover-miner": "3.12.0",
55
"packages/loopover-ui-kit": "1.1.2"
66
}

package-lock.json

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

packages/loopover-engine/CHANGELOG.md

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

3+
## [3.12.0](https://github.com/JSONbored/loopover/compare/engine-v3.11.0...engine-v3.12.0) (2026-07-24)
4+
5+
6+
### Features
7+
8+
* **calibration:** register the slop gate score as the registry's first ceiling knob, report-only ([#8224](https://github.com/JSONbored/loopover/issues/8224)) ([#8275](https://github.com/JSONbored/loopover/issues/8275)) ([112ead6](https://github.com/JSONbored/loopover/commit/112ead610b7333418247276fa0857560b218e100))
9+
* **miner:** AMS min-rank calibration loop over the local event ledger ([#8184](https://github.com/JSONbored/loopover/issues/8184), [#8185](https://github.com/JSONbored/loopover/issues/8185), [#8186](https://github.com/JSONbored/loopover/issues/8186), [#8187](https://github.com/JSONbored/loopover/issues/8187)) ([#8270](https://github.com/JSONbored/loopover/issues/8270)) ([211f32d](https://github.com/JSONbored/loopover/commit/211f32db6dcf4fc94d120b2eb02f0e1de457a4a8))
10+
* **selfhost:** allow per-repo AI CLI timeout overrides in review.ai_model ([#8364](https://github.com/JSONbored/loopover/issues/8364)) ([#8458](https://github.com/JSONbored/loopover/issues/8458)) ([ac06b43](https://github.com/JSONbored/loopover/commit/ac06b439ebd199870774cf994598143d99aad2be))
11+
12+
13+
### Fixes
14+
15+
* **config-lint:** recognize fairnessAnalytics as a top-level field ([#8406](https://github.com/JSONbored/loopover/issues/8406)) ([cad1763](https://github.com/JSONbored/loopover/commit/cad1763d49075f5ce38f9242d5ad046bd196e176)), closes [#8365](https://github.com/JSONbored/loopover/issues/8365)
16+
* **engine:** add minRankAutotuneEnabled to the policy-spec dist-twin test's full-shape pin ([#8283](https://github.com/JSONbored/loopover/issues/8283)) ([5486d9e](https://github.com/JSONbored/loopover/commit/5486d9efa1a06a90eb8340575896758d610785a9))
17+
* **engine:** include fairnessAnalytics in parseFocusManifest's emptiness check ([#8414](https://github.com/JSONbored/loopover/issues/8414)) ([66cbefa](https://github.com/JSONbored/loopover/commit/66cbefacfb465bbb39af96e07198aa3fbe851bbe)), closes [#8366](https://github.com/JSONbored/loopover/issues/8366)
18+
* **engine:** reject path-traversal repo segments on the governor-ledger write path ([#8469](https://github.com/JSONbored/loopover/issues/8469)) ([434aada](https://github.com/JSONbored/loopover/commit/434aadaed72748dc3f77ca6c7a1c5c83496ffb51)), closes [#8350](https://github.com/JSONbored/loopover/issues/8350)
19+
320
## [3.11.0](https://github.com/JSONbored/loopover/compare/engine-v3.10.0...engine-v3.11.0) (2026-07-23)
421

522

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.11.0",
3+
"version": "3.12.0",
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
### Fixes
66
- Blunt slop-risk / issue-slop REST + CLI to match the MCP tools (#6990) (#7052)
77

8+
## [3.12.0](https://github.com/JSONbored/loopover/compare/mcp-v3.11.0...mcp-v3.12.0) (2026-07-24)
9+
10+
11+
### Features
12+
13+
* **mcp:** add loopover-mcp agent start CLI subcommand ([#8443](https://github.com/JSONbored/loopover/issues/8443)) ([c2190cd](https://github.com/JSONbored/loopover/commit/c2190cdd55e940d1184498d96818e7de4e52fb34))
14+
15+
16+
### Fixes
17+
18+
* **mcp:** print usage help for bare loopover-mcp invocation instead of starting stdio server ([#8486](https://github.com/JSONbored/loopover/issues/8486)) ([c096106](https://github.com/JSONbored/loopover/commit/c096106120ea7e1106db0f9a9cf7893fe84b8930)), closes [#8313](https://github.com/JSONbored/loopover/issues/8313)
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @loopover/engine bumped from ^3.11.0 to ^3.12.0
26+
827
## [3.11.0](https://github.com/JSONbored/loopover/compare/mcp-v3.10.0...mcp-v3.11.0) (2026-07-23)
928

1029

packages/loopover-mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/mcp",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Local stdio MCP wrapper for the LoopOver Gittensor base-agent.",
@@ -44,7 +44,7 @@
4444
"build:verify": "node scripts/check-syntax.mjs"
4545
},
4646
"dependencies": {
47-
"@loopover/engine": "^3.11.0",
47+
"@loopover/engine": "^3.12.0",
4848
"@modelcontextprotocol/sdk": "1.29.0",
4949
"posthog-node": "^5.44.0",
5050
"zod": "^4.4.3"

packages/loopover-miner/CHANGELOG.md

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

3+
## [3.12.0](https://github.com/JSONbored/loopover/compare/miner-v3.11.0...miner-v3.12.0) (2026-07-24)
4+
5+
6+
### Features
7+
8+
* **miner:** AMS min-rank calibration loop over the local event ledger ([#8184](https://github.com/JSONbored/loopover/issues/8184), [#8185](https://github.com/JSONbored/loopover/issues/8185), [#8186](https://github.com/JSONbored/loopover/issues/8186), [#8187](https://github.com/JSONbored/loopover/issues/8187)) ([#8270](https://github.com/JSONbored/loopover/issues/8270)) ([211f32d](https://github.com/JSONbored/loopover/commit/211f32db6dcf4fc94d120b2eb02f0e1de457a4a8))
9+
* **miner:** enforce AMS network-egress deny-by-default + allowlist ([#8284](https://github.com/JSONbored/loopover/issues/8284)) ([9f03459](https://github.com/JSONbored/loopover/commit/9f03459353393cd4d899e7e8e6f0bc3a33349f15))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @loopover/engine bumped from ^3.11.0 to ^3.12.0
17+
318
## [3.11.0](https://github.com/JSONbored/loopover/compare/miner-v3.10.0...miner-v3.11.0) (2026-07-23)
419

520

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.0
1+
3.12.0

packages/loopover-miner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/miner",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Foundation CLI for the local LoopOver miner runtime.",
@@ -48,7 +48,7 @@
4848
"build:verify": "node scripts/check-syntax.mjs"
4949
},
5050
"dependencies": {
51-
"@loopover/engine": "^3.11.0",
51+
"@loopover/engine": "^3.12.0",
5252
"@modelcontextprotocol/sdk": "1.29.0",
5353
"@sentry/node": "^10.63.0",
5454
"zod": "^4.4.3"

0 commit comments

Comments
 (0)