You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,17 +175,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
175
- 315 tests passing (79 + 33 + 139 + 64)
176
176
- 0 compile errors
177
177
178
-
## [Future] -- Phase 4: Behavioral Control Plane (Enterprise Governance)
179
-
180
-
### Planned
181
-
-**FSM Journey Layer** -- Define state machines (e.g. INTAKE -> VALIDATE -> RESEARCH -> DELIVER) with per-state agent authorization; agents can only act in their designated states
182
-
-**Inline Compliance Blocking** -- Middleware that blocks agent actions *before* execution if not authorized in current workflow state (vs. post-hoc audit)
183
-
-**Tool Authorization Matrix** -- Configurable matrix defining which agent can call which tool in which state
-**`--active-grants` Command** -- Show which agents currently hold access to which APIs with expiry times
186
-
-**`--audit-summary` Command** -- Summarize recent requests, grants, and denials by agent
187
-
-**Behavioral Vocabulary in README** -- Reframe marketing around "behavioral control plane," "compliance enforcement," "governance layer"
188
-
-**MCP Blackboard Tool Bindings** -- Expose `blackboard_read`, `blackboard_write`, `blackboard_list`, `blackboard_delete` as MCP-compatible tool definitions so any LLM agent can interact with shared state via tool calls
178
+
## [3.3.0] - 2026-02-19
179
+
180
+
### Added -- Phase 4: Behavioral Control Plane (Enterprise Governance)
181
+
-**FSM Journey Layer** -- `lib/fsm-journey.ts`; state machines (e.g. INTAKE -> VALIDATE -> RESEARCH -> DELIVER) with per-state agent authorization; agents can only act in their designated states
182
+
-**Inline Compliance Blocking** -- `ComplianceMiddleware` blocks agent actions *before* execution if not authorized in current workflow state (vs. post-hoc audit)
183
+
-**Tool Authorization Matrix** -- `ToolAuthorizationMatrix`; configurable matrix defining which agent can call which tool in which state
0 commit comments