Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/adr/0006-validation-layer-taxonomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading