docs(adr): cph 的 nested-manifest / batch-export 改号 0036/0037

上游 0029/0030 与本地 filelib 侧同号 ADR 相撞,cph 两份改到本地空闲号段,
代码锚点引用一并跟随。
This commit is contained in:
2026-08-06 00:51:33 +08:00
parent e878b46701
commit ecc92c9a87
27 changed files with 100 additions and 100 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ fn load_mini() -> cph_model::Lesson {
}
/// PURE UNIT TEST (no fonts, no render package): the augmented manifest carries
/// `[info]` and the ordered `[[outline]]` (ADR-0029) — elements (with a
/// `[info]` and the ordered `[[outline]]` (ADR-0036) — elements (with a
/// per-element `fields` array of the content fields present on disk)
/// interleaved with the section heading the mini fixture nests its two lemmas
/// under.
@@ -58,7 +58,7 @@ fn augmented_manifest_has_outline_with_section_and_fields() {
.get("outline")
.and_then(|p| p.as_array())
.expect("outline array present");
// segment, section, lemma, lemma, example — 5 entries (ADR-0029: the
// segment, section, lemma, lemma, example — 5 entries (ADR-0036: the
// section contributes a heading entry, not an element).
assert_eq!(outline.len(), 5, "five outline entries:\n{src}");