docs(config): document the shared.gittensory.yml (_shared) layer on quick-reference surfaces#5306
Conversation
…uick-reference surfaces The private shared-base layer (#1959, lowest-priority cross-repo house policy for multi-repo operators) is real and fully tested but was invisible on every quick-reference surface -- TEMPLATES.md's catalog and layer table, both example-file headers, and the live self-hosting-configuration docs page all omitted it, despite predating #1959 by only ~3 hours and never being revisited. config/examples/README.md already documented it correctly; this adds it everywhere else and links to README for the full precedence explanation. Refs #5273
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | afe7ee0 | Commit Preview URL Branch Preview URL |
Jul 12 2026, 01:35 PM |
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ Gittensory review result - approve/merge recommendedReview updated: 2026-07-12 13:40:12 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 7 non-blocking
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Summary
The private shared-base layer (#1959, lowest-priority cross-repo house policy for multi-repo operators) is real, shipped, and fully tested — but invisible on every "quick reference" surface:
TEMPLATES.md's catalog and layer table, both example-file headers, and the livedocs.self-hosting-configuration.tsxpage all omitted it. They were written ~3 hours before #1959 landed and never revisited.config/examples/README.mdalready documents it correctly and completely — this PR adds it everywhere else and links to README for the full precedence explanation.Scope
Doc-only, additive:
config/examples/TEMPLATES.md,config/examples/gittensory.full.yml(header, before the sync marker),config/examples/gittensory.minimal.yml(header, before the sync marker),docs.self-hosting-configuration.tsx.Validation
npm run typecheck— cleannpx vitest run test/unit/config-templates.test.ts test/unit/docs-selfhost-activation-paths.test.ts— 23/23 (confirms the header edits stayed before the byte-sync marker)npm run docs:drift-check— cleannpm run ui:lint— clean (0 errors)Closes #5273