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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions .changeset/policy-audit-denominator.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexus-agents",
"version": "2.130.1",
"version": "2.131.0",
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus. 46 MCP tools for agent management, research, memory, consensus voting, codebase intelligence, and a full dev pipeline.",
"author": {
"name": "William Zujkowski",
Expand Down
4 changes: 2 additions & 2 deletions artifacts/repo-index.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0",
"generated": "2026-06-09T19:39:11.475Z",
"generated": "2026-06-09T20:16:59.441Z",
"generator": "scripts/generate-repo-index.ts",
"packageVersion": "2.130.1",
"packageVersion": "2.131.0",
"cli": {
"binary": "nexus-agents",
"commands": [
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/capabilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Repository Capabilities Index

**Generated:** 2026-06-09T19:39:11.475Z
**Package Version:** 2.130.1
**Generated:** 2026-06-09T20:16:59.441Z
**Package Version:** 2.131.0
**Generator:** `scripts/generate-repo-index.ts`

> This file is auto-generated. Do not edit manually.
Expand Down
8 changes: 8 additions & 0 deletions packages/nexus-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nexus-agents

## 2.131.0

### Minor Changes

- [#3820](https://github.com/nexus-substrate/nexus-agents/pull/3820) [`2bdda5d`](https://github.com/nexus-substrate/nexus-agents/commit/2bdda5debafb5e1f51a326dc1b95571d54b6b0cd) Thanks [@williamzujkowski](https://github.com/williamzujkowski)! - feat(observability): durable per-evaluation policy-audit summary + would-block rate ([#3727](https://github.com/nexus-substrate/nexus-agents/issues/3727))

The pipeline policy gate's durable audit log recorded only per-violation records (the numerator) — a clean/allowed evaluation wrote nothing, so the would-block RATE had no denominator and couldn't be computed from the durable log. `evaluatePipelinePolicy` now appends ONE per-evaluation summary record (`recordKind: 'summary'`, carrying `violationCount`) on EVERY evaluation including clean ones, in addition to the existing per-violation records (`recordKind: 'violation'`) — preserving the [#3710](https://github.com/nexus-substrate/nexus-agents/issues/3710) count-parity invariant. A new `computePolicyWouldBlockRate(events)` helper computes the rate from the summary records (denominator) and those with violations (numerator). The discriminator + count round-trip through the audit bridge into the persisted record. Decided by a 7/7 higher_order vote (capture-now, since warn-mode soak data is non-backfillable). Live-routing use of the rate stays gated on the [#3769](https://github.com/nexus-substrate/nexus-agents/issues/3769)-enforce readiness gate.

## 2.130.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus-agents/docs/api/assets/hierarchy.js

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

2 changes: 1 addition & 1 deletion packages/nexus-agents/docs/api/assets/search.js

Large diffs are not rendered by default.

Loading