paqad-ai 1.34.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # paqad-ai
2
2
 
3
+ ## 1.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fa171f3: Capability Kernel (F1–F8): unify the five enforcement contracts under one framework-owned, versioned kernel.
8
+
9
+ - Stage-evidence, rule-scripts, decision-pause, delivery, and narration are now rows in one `CapabilityRegistry`, each with per-capability policy/record schema versions.
10
+ - Evidence consumers (the dashboard and `paqad-ai audit export` / SIEM) read the always-on #249 session-ledger; the delivery, rule-compliance, and decision stores fold onto it via a shared project-ledger helper (dual-sink — the operational files the engine needs are preserved, so they stay in lockstep).
11
+ - `audit export` now unions the session-ledger doc types into the OCSF/ECS/CEF fold-view as a new `session` event kind, graded for a SOC.
12
+ - Compat spine (D2): the bless stamps a per-capability version vector into `capability-lock.json`; an install older than the schema a project was blessed under refuses to enforce cleanly (non-blocking) rather than misread a newer format.
13
+ - Removed the dead LaneRunner/SliceExecutor orchestration engine, its 19 pipeline phases, and the `paqad-ai plan resume` CLI command (they backed the trigger-independent engine that never ran at session time).
14
+
3
15
  ## 1.34.0
4
16
 
5
17
  ### Minor Changes