forked from EduCraft/curriculum-project-hub
docs(adr): cph 的 nested-manifest / batch-export 改号 0036/0037
上游 0029/0030 与本地 filelib 侧同号 ADR 相撞,cph 两份改到本地空闲号段, 代码锚点引用一并跟随。
This commit is contained in:
@@ -90,8 +90,8 @@ pub enum DiagCode {
|
||||
/// A `manifest.toml`/`bundle.toml` is structurally broken: invalid TOML, a
|
||||
/// required table missing (root `[project]`/`[info]`), a folder that is
|
||||
/// neither a container (`manifest.toml`) nor a leaf (`element.toml`) — or
|
||||
/// is ambiguously both (ADR-0029) — or a bundle `lessons` entry malformed
|
||||
/// (ADR-0030). Distinct from `SchemaViolation` (instance data vs. its
|
||||
/// is ambiguously both (ADR-0036) — or a bundle `lessons` entry malformed
|
||||
/// (ADR-0037). Distinct from `SchemaViolation` (instance data vs. its
|
||||
/// kind's schema): this code is for the *carrier document's own*
|
||||
/// structure. Added to discharge the manifest-level errors that used to
|
||||
/// overload `SchemaViolation` before this code existed.
|
||||
|
||||
Reference in New Issue
Block a user