Skip to content

Commit 38aba80

Browse files
committed
improve workflow
1 parent 215d2d3 commit 38aba80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflows/lean-squad.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ This task is important because the value of any proof depends entirely on how fa
581581
- One section per Lean file / target.
582582
- For each modelled function or type, include a markdown table or enumerated list with: Lean name, Rust name, file + line reference, correspondence level, and a brief justification.
583583
- Include links to the Rust source lines (use relative paths, e.g. `src/raft_log.rs#L42`).
584+
- For each target, include a **Validation evidence** entry linking to whichever Task 8 artifact demonstrates correspondence: the Aeneas-generated Lean file (e.g. `formal-verification/lean/FVSquad/Aeneas/Generated/<Name>.lean`) if Route A was used, or the runnable test harness (e.g. `formal-verification/tests/<name>/`) if Route B was used. If neither exists yet, note that correspondence has not yet been independently validated.
584585
- Summarise any known gaps or mismatches that should be resolved before trusting associated proofs.
585586
- **Always** include a `## Last Updated` section at the top with the current UTC date/time and the HEAD commit SHA:
586587
```

0 commit comments

Comments
 (0)