Commit b78aefa
Generate the missing heading map for autodiff.md (#142)
autodiff.md was the only file in the whole five-edition estate with
sections but no heading map in its frontmatter — 248 of 249 carry one.
Found while auditing whether a new deterministic headingMapCorrect check
would false-gate production PRs (QuantEcon/action-translation#148); it
turned out to be a genuine gap rather than a false positive.
The heading map bridges English heading IDs to translated headings, and
sync uses it to locate existing translations section by section. Without
it, the next sync of this lecture has nothing to match against.
Generated with `translate headingmap`, which compares source and target
sections by position and makes no LLM calls — 5 top-level sections, 16
entries, all matched cleanly (5s/5t). A full-edition dry run reports the
other 25 files unchanged, so this is exactly one file.
The state file's tool-version stamp moves 0.13.1 -> 0.22.0 as a side
effect of the write; that field records the CLI that last wrote the
state, so the bump is accurate.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b536d7c commit b78aefa
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
12 | 31 | | |
13 | 32 | | |
14 | 33 | | |
| |||
0 commit comments