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
+1 -1
View File
@@ -1,4 +1,4 @@
//! Integration tests for `cph_model::load_bundle` (ADR-0030): an ordered
//! Integration tests for `cph_model::load_bundle` (ADR-0037): an ordered
//! arrangement of self-contained lessons, loaded from `bundle.toml`.
use std::path::PathBuf;
+2 -2
View File
@@ -1,5 +1,5 @@
//! Integration tests for `cph_model::load`, driven by static fixtures under
//! `tests/fixtures/`. The fixtures double as documentation of the ADR-0029
//! `tests/fixtures/`. The fixtures double as documentation of the ADR-0036
//! on-disk format (a nested outline manifest; supersedes ADR-0008's flat
//! `[[parts]]`).
@@ -111,7 +111,7 @@ fn nested_sections_flatten_depth_first_with_correct_depths() {
"nested fixture must have no diagnostics, got: {diags:?}"
);
// DFS pre-order element sequence (ADR-0029): containers contribute no
// DFS pre-order element sequence (ADR-0036): containers contribute no
// element of their own.
let paths: Vec<_> = lesson.parts.iter().map(|p| p.path.clone()).collect();
assert_eq!(