- tools/flowgen.py: generates docs/workflows/<name>.md — one outcome-first mermaid flowchart per workflow the SDK tests (hpmcu watchdog, modbus read, cru ladder, rga offload, relay drive, freshness contract), each stamped with its benchmark ns/op or 100% MC/DC result. Deterministic; reads the cargo-bench trend json. - drivers/README.md: honest Tier-1 (relays + freshness, 100% MC/DC here now) vs Tier-2 (modbus/rga — serious testing + fault-injection + benchmarks via sim models; driver sources migrate in with the flare-edge unification) per ADR-0002/0005. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017wB8KB3MMQztRDXCMCkPrf
12 lines
562 B
Markdown
12 lines
562 B
Markdown
# Workflow flowcharts
|
|
|
|
Generated by `tools/flowgen.py` from the modelled decision paths.
|
|
Each is an outcome-first flowchart of a workflow the SDK tests, with its benchmark or MC/DC metric.
|
|
|
|
- [HPMCU watchdog: arm → beat → fire](hpmcu-watchdog.md)
|
|
- [Modbus RTU: read-holding-registers round trip](modbus-read-holding.md)
|
|
- [CRU reset ladder: cause + boot-mode survival](cru-reset-ladder.md)
|
|
- [RGA 2D offload dispatch](rga-offload.md)
|
|
- [Relay drive (Tier-1, 100% MC/DC)](relay-drive.md)
|
|
- [UI freshness contract (Tier-1, 100% MC/DC)](freshness-contract.md)
|