chore(standards): replace local standards/ with platform stub (Phase 1)#16
Conversation
…eLocal/platform Phase 1 of the platform rollout (ADR-0002). Deletes the local copies of org-wide standards docs and replaces them with a STANDARDS.md stub linking to the canonical source in AzureLocal/platform/standards/. The previous .md files were duplicates of azurelocal.github.io/standards/ that had drifted. The canonical copies now live (and are authored) in AzureLocal/platform; this repo consumes them by reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Phase 1 of the AzureLocal standards “single source of truth” rollout: removes the repo-root standards/ markdown duplicates and introduces a root STANDARDS.md stub that points contributors to the centralized standards in AzureLocal/platform.
Changes:
- Deleted the repo-root
standards/*.mdpages. - Added a root
STANDARDS.mdlinking toAzureLocal/platform/standardsand the rendered standards site.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| standards/variables.md | Removed local duplicate standards content. |
| standards/solutions.md | Removed local duplicate standards content. |
| standards/scripting.md | Removed local duplicate standards content. |
| standards/naming.md | Removed local duplicate standards content. |
| standards/infrastructure.md | Removed local duplicate standards content. |
| standards/index.md | Removed local standards index page. |
| standards/examples.md | Removed local examples/IIC policy page. |
| standards/documentation.md | Removed local documentation standards page. |
| standards/automation.md | Removed local automation interoperability page. |
| STANDARDS.md | Added a root-level stub pointing to the central standards source and governance ADR. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,9 @@ | |||
| # Standards | |||
|
|
|||
| AzureLocal organization standards are maintained centrally in the [`AzureLocal/platform`](https://github.com/AzureLocal/platform) repository. This repo does **not** keep a local copy. | |||
There was a problem hiding this comment.
STANDARDS.md states that this repo "does not keep a local copy", but docs/standards/* still exists (and mkdocs.yml nav points to those pages). Either remove/replace the docs/standards pages as part of this phase, or adjust this wording to accurately describe what remains in-repo (e.g., distinguish between the removed root standards/ duplicates vs the docs site content).
| AzureLocal organization standards are maintained centrally in the [`AzureLocal/platform`](https://github.com/AzureLocal/platform) repository. This repo does **not** keep a local copy. | |
| AzureLocal organization standards are maintained centrally in the [`AzureLocal/platform`](https://github.com/AzureLocal/platform) repository. This repo does **not** maintain a separate canonical copy; any in-repo standards pages are documentation-site content/rendered copies, and the source of truth remains in `AzureLocal/platform`. |
Phase 1 of the AzureLocal platform rollout per ADR-0002.
standards/(drifted duplicates of azurelocal.github.io/standards/)STANDARDS.mdat repo root — a 6-line stub linking toAzureLocal/platform/standards/From here on, standards edits are PRs against
AzureLocal/platform.Test plan
standards/folder remain)STANDARDS.mdlink-checks🤖 Generated with Claude Code