1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/// PIC chain validation logic (chain.rs, operations.rs, crypto.rs).
///
/// Re-exports the `models::authority` data types so that
/// `invariant_core::authority::Pca` works without ambiguity (P1-5).
/// CNC tending cycle state machine (Step 67).
/// Differential validation: dual-instance verdict comparison (Step 37).
/// Real-time digital twin divergence detection (Section 18.3).
/// Built-in standard task envelopes (Section 17.3, Step 76).
/// Incident response automation (Section 10.6, Step 36).
/// Intent-to-operations pipeline (Section 15, Step 53).
/// Key file management and abstract key storage (Step 32).
/// Runtime integrity monitors (Section 10.5, Step 34).
/// Proof package generation (Section 20, Step 70).
/// Audit log replication and Merkle root witness (Section 10.4, Step 35).
/// Signed sensor data for zero-trust sensor integrity (Step 64).
/// Runtime threat scoring engine (Section 11.3, Step 68).
/// URDF parser and forward kinematics solver for zero-trust self-collision.