From ee446cb3c9ac5d150f5cf094e4102926af9f2b93 Mon Sep 17 00:00:00 2001 From: Matthias Brenninkmeijer Date: Sun, 10 May 2026 16:33:51 +0200 Subject: [PATCH] docs(adr): use absolute URL for IMPLEMENTATION_PLAN.md ref in ADR 0006 The previous relative link `../plans/IMPLEMENTATION_PLAN.md` resolved locally because the file is on disk, but it is not tracked in git, so the docs.yml CI checkout has no copy and `mkdocs build --strict` aborted with WARNING. Switch to a GitHub-absolute URL to match the sibling refs (README.md, llms.txt, .claude/rules/untp-versioning.md). Resolves the docs.yml failure on commit 06ada77 (post-v0.5.1). Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/adr/0006-validation-layer-taxonomy.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/adr/0006-validation-layer-taxonomy.md b/docs/adr/0006-validation-layer-taxonomy.md index 0025a5b..26e69d5 100644 --- a/docs/adr/0006-validation-layer-taxonomy.md +++ b/docs/adr/0006-validation-layer-taxonomy.md @@ -8,12 +8,12 @@ By the 0.5.0 (Preview) cut, dppvalidator's documentation surface had drifted into **four** different taxonomies for the same engine, each authoritative on its own page: -| Source | Layer count | Names | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------------------------------------------------- | -| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md), [`docs/index.md`](../index.md) | 7 | Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature | -| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) mermaid + [`docs/concepts/validation-layers.md`](../concepts/validation-layers.md) body | 6 | Detection, Schema, Model, JSON-LD, Business, Cryptographic | -| [`docs/llms-ctx.txt`](../llms-ctx.txt) | 8 | Detection, Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature | -| [`docs/faq.md`](../faq.md), [`llms.txt`](https://github.com/artiso-ai/dppvalidator/blob/main/llms.txt), [`docs/plans/IMPLEMENTATION_PLAN.md`](../plans/IMPLEMENTATION_PLAN.md), [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) §Documentation | 5 | Schema, Model, Semantic, JSON-LD, Cryptographic | +| Source | Layer count | Names | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------------------------------------------------- | +| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md), [`docs/index.md`](../index.md) | 7 | Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature | +| [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) mermaid + [`docs/concepts/validation-layers.md`](../concepts/validation-layers.md) body | 6 | Detection, Schema, Model, JSON-LD, Business, Cryptographic | +| [`docs/llms-ctx.txt`](../llms-ctx.txt) | 8 | Detection, Schema, Model, Semantic, JSON-LD, Vocabulary, Plugin, Signature | +| [`docs/faq.md`](../faq.md), [`llms.txt`](https://github.com/artiso-ai/dppvalidator/blob/main/llms.txt), [`docs/plans/IMPLEMENTATION_PLAN.md`](https://github.com/artiso-ai/dppvalidator/blob/main/docs/plans/IMPLEMENTATION_PLAN.md), [`README.md`](https://github.com/artiso-ai/dppvalidator/blob/main/README.md) §Documentation | 5 | Schema, Model, Semantic, JSON-LD, Cryptographic | Each downstream phase of the Docs Coherence Plan rewrites layer counts and error-code prefixes; the rewrites cannot proceed until one