Skip to content
Open
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
5 changes: 5 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
}
],
"words": [
"Microbenchmarks",
"isin",
"tolist",
"dataframe",
"textposition",
"Andriushchenko",
"Chao",
"GitHub",
Expand Down
122 changes: 0 additions & 122 deletions .github/workflows/agent-governance-gate.yml

This file was deleted.

45 changes: 42 additions & 3 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,54 @@ a default action.

---

## Composite actions: `toolkit-version` is now **required**
## `agent-hypervisor` removes joint-liability, blockchain-commitment, and advanced-saga symbols

**Date:** TBD (next release of `microsoft/agent-governance-toolkit`)

**Affected:**

- `agent-hypervisor` (`hypervisor`)
- `agentmesh-runtime` (`agent_runtime`, which re-exported these symbols)

**What changed:**

The following public symbols are removed from `hypervisor` and from the
`agent_runtime` re-exports. Each backed a documented no-op stub (the ledger
always admitted, slashing and quarantine recorded events but enforced nothing,
the commitment engine stored in memory with no anchoring, and the saga DSL,
fan-out, and checkpoint modules had no runtime), so the removal is behavior
preserving:

- Joint liability: `VouchingEngine`, `SlashingEngine`, `LiabilityLedger`,
`LiabilityMatrix`, `QuarantineManager`, `QuarantineReason`, `CausalAttributor`
- Session intent locks: `IntentLockManager`, `LockIntent`
- Advanced saga: `FanOutOrchestrator`, `FanOutPolicy`, `SagaDSLParser`,
`SagaDefinition`, `CheckpointManager`, `SemanticCheckpoint`
- Audit and clock internals: `CommitmentEngine`, `EphemeralGC`,
`VectorClockManager`

**Why:**

These surfaces were Public Preview stubs that advertised capabilities the
runtime never applied, so keeping them exported implied enforcement that did
not exist. Public Preview status permits removal without a deprecation cycle.

**How to migrate:**

Remove imports of these symbols. The supported runtime surface is unchanged:
execution rings, session isolation, the hash-chained delta audit trail,
`SagaOrchestrator` (ordered steps, retries, timeout handling, and reverse-order
compensation), the kill switch, rate limiting, and observability.

---

## Composite action: `toolkit-version` is now **required**

**Date:** TBD (next release of `microsoft/agent-governance-toolkit`)

**Affected:**

- `microsoft/agent-governance-toolkit/action`
- `microsoft/agent-governance-toolkit/action/security-scan`
- `microsoft/agent-governance-toolkit/action/governance-attestation`

**What changed:**

Expand Down
Loading
Loading