You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a MkDocs Material documentation site. Build with mkdocs build, preview with mkdocs serve. The nav structure is defined in mkdocs.yml. Follow the documentation standard at docs/standards/documentation.md in the Platform Engineering repo.
20
+
21
+
Repository structure:
22
+
azurelocal-scom-mp/
23
+
├── .claude/
24
+
└── settings.json
25
+
├── .github/
26
+
└── workflows/
27
+
├── diagrams/
28
+
└── drawio/
29
+
├── docs/
30
+
├── assets/
31
+
├── azure-monitor/
32
+
├── comparison/
33
+
├── design/
34
+
└── project/
35
+
├── src/
36
+
├── azure-monitor/
37
+
├── scom-mp/
38
+
└── squaredup/
39
+
├── .azurelocal-platform.yml
40
+
├── .editorconfig
41
+
├── .gitignore
42
+
├── .markdownlint.json
43
+
├── .release-please-manifest.json
44
+
├── .yamllint.yml
45
+
├── CHANGELOG.md
46
+
├── CLAUDE.md
47
+
├── CODEOWNERS
48
+
├── CONTRIBUTING.md
49
+
├── LICENSE
50
+
├── mkdocs.yml
51
+
├── PLAN.md
52
+
└── ...
53
+
54
+
Conventions and hard rules:
55
+
- Follow all HCS platform standards (see Platform Engineering repo: docs/standards/)
56
+
- No secrets, tokens, credentials, or subscription IDs in any committed file — ever
57
+
- Commit format: type(scope): short description — types: feat, fix, docs, chore, refactor, test
58
+
- Reference ADO work items as AB#<id> in commit messages
-**Work item format:**`AB#<id>` in commit messages and PR descriptions
14
15
15
16
---
@@ -28,7 +29,7 @@ This repo follows all HCS platform standards defined in the Platform Engineering
28
29
| Claude Code |[docs/standards/claude-code.md](https://dev.azure.com/hybridcloudsolutions/Platform%20Engineering/_git/Platform%20Engineering?path=/docs/standards/claude-code.md)|
@@ -62,11 +114,20 @@ Load environment before starting a session:
62
114
-`pip install` for MkDocs plugins
63
115
64
116
**Always confirm before:**
65
-
-Any operation that modifies Azure resources
66
-
-Installing or upgrading dependencies
117
+
-Creating or deleting Azure resources
118
+
-Any `az` CLI write operation that modifies Azure state
67
119
- Running destructive operations
68
120
- Making API calls to external services
69
121
122
+
123
+
---
124
+
125
+
## Subagents available in this repo
126
+
127
+
-`azurelocal-scom-mp-engineer` (model: sonnet) — Expert in `azurelocal-scom-mp`: deep knowledge of this repo's structure, conventions, and development workflow.
128
+
129
+
User-level agents (available in every repo session): `triage-lookup`, `markdown-prose-editor`, `azurelocal-domain-expert`, `mkdocs-material-doctor`, `turner-module-scaffold-engineer`, `mms-2026-demo-presenter`.
0 commit comments