Commit d93151b
state: shift next_action to Phase 1 (ground_nonlinear_retype_l1_m) (#214)
## Summary
Reflect the deeper analysis from PR #213's design doc: the non-linear
substitution generalisation is a **5-phase plan, not a single sibling
lemma**. Phase 1 (the simplest ~10-line building block) is the right
next-session scope.
## Changes
- **\`next_action\`**: shift from "generalise subst_typing_gen_l1_m
(full scope)" → "Phase 1: \`ground_nonlinear_retype_l1_m\`". Cites the
design doc + identifies the two file touchpoints (\`Syntax.v\`
predicate, \`Semantics_L1.v\` lemma).
- **\`last_action\`**: record PR #213 design doc merge.
- **\`@artifacts\`**: extend to list
\`formal/SUBST-LEMMA-GENERALIZATION-DESIGN.md\`.
Anti-pattern list updated to include design-doc-specific guardrails: no
folding case-split into existing lemma, no closing TFun retype (legacy
slice 4b gap, out of scope), etc.
## Refs
- PR #213 — design doc (merged)
- PR #211 — preservation_l2_via_l1 (merged)
- \`formal/SUBST-LEMMA-GENERALIZATION-DESIGN.md\`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9e5d49d commit d93151b
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments