Commit 4aaa397
chore(ir): refresh vendored Trope IR schema to 0.2 (R-2026-07-07) (#15)
Companion to trope-checker#32 (issue trope-checker#28, ADR 0004):
- design/trope-ir.schema.json: refreshed byte-for-byte from the canonical
trope-checker schema — version const "0.1" -> enum ["0.1","0.2"]
(R-2026-07-07: A1 two-sided deceptive zeros, A2 chain retention order,
A3 Attenuated(0)->Present normalization at ingest; wire format
unchanged, verdict semantics changed, hence one bump)
- examples/*.ir.json: version "0.1" -> "0.2" (0.1 stays accepted by the
checkers; examples track the current version)
- build/just/trope.just: haec-examples now invokes the check script via
{{justfile_directory()}} so `just check` works on older just releases
(<=1.32 run imported recipes from the import's own directory)
`just check` passes: examples well-formed, vendored schema matches the
canonical checker schema, and the verdict round-trip through the rebuilt
(normalizing) Idris2 reference checker is unchanged for all examples.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 62af28c commit 4aaa397
5 files changed
Lines changed: 12 additions & 6 deletions
File tree
- build/just
- design
- examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | | - | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments