Example of failure and recovery paths
This set of examples specifically covers common recovery scenarios "outside the success path" to prevent users from seeing only the happy path.
Sample summary table
How to execute
Or execute alone:
Design principles
- Default closed-loop priority: All examples use the local memory environment or fake client and can be run directly.
- Recovery signals are observable: The log output must clearly show the failure point, recovery point, and post-recovery status.
- Aligned with the formal verification chain: These examples are also classified as
npm run test:examplesand are not presentations that can only be written but not run.