Commit dd84ddd
docs: name the canonical docs host in the governed protection examples (#11194)
The maintainer ruled on 2026-08-21 that this repo's canonical docs-site URL
is https://objectstack.ai. Four `protection.docsUrl` occurrences on governed
surfaces still carried the `docs.objectstack.ai` spelling.
All four are the same literal, and the host was only half the defect: the
`/adr/0010-metadata-protection` path is not a route on any host (the docs
site mounts `content/docs` under `/docs`, and `docs/adr/` is not published).
They now match the literal that landed in source: the published reference
for the very schema that carries the field.
- skills/objectstack-data/SKILL.md (3) — the propagating surface; the
published skill teaches AI authors what to write into a `protection`
block, so a dead URL travels outward into codebases this repo cannot see.
- docs/adr/0010-metadata-protection-model.md (1) — a verbatim quotation of
the `packages/spec/src/shared/protection.zod.ts` example; the docsUrl line
was the block's only divergence from the source it quotes.
docs/adr/0046-package-docs-as-metadata.md:85 is deliberately left alone: it
names the host in a Non-goals bullet recording a scope boundary, not as a
link. Prime Directive #13 — an accepted ADR is not silently reworded.
Byte-neutral: both literals are 56 bytes, so SKILL.md stays at 55265 bytes
and the skills token ratchet stays at 13817/13817.
Co-authored-by: Claude <noreply@anthropic.com>1 parent de6e2bf commit dd84ddd
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
916 | | - | |
| 916 | + | |
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
0 commit comments