Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions formal-verification/lean/FVSquad/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# FVSquad — Lean 4 Formal Verification Sources

> 🔬 **Lean Squad** — auto-generated and maintained by the Lean Squad FV agent.

This directory will contain one `.lean` file per FV target as targets advance to Phase 3 (Formal Spec Writing).

## Planned targets

| File | Target | Phase |
|------|--------|-------|
| `ArgumentArity.lean` | `ArgumentArity` struct — predefined constants and equality laws | Phase 2 (informal spec done) |
| `CommandLineParser.lean` | `CommandLineParser.TryUnescape` — string unescaping properties | Phase 2 (informal spec done) |

## Status

No `.lean` source files yet. The CI workflow (`lean-proofs.yml`) skips `lake build`
until at least one `.lean` file is present in this directory.