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
-**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)|
@@ -61,11 +117,20 @@ Load environment before starting a session:
61
117
-`npm` or `bundle` commands for local preview
62
118
63
119
**Always confirm before:**
64
-
-Any operation that modifies Azure resources
65
-
-Installing or upgrading dependencies
120
+
-Creating or deleting Azure resources
121
+
-Any `az` CLI write operation that modifies Azure state
66
122
- Running destructive operations
67
123
- Making API calls to external services
68
124
125
+
126
+
---
127
+
128
+
## Subagents available in this repo
129
+
130
+
-`thisismydemo.github.io-engineer` (model: sonnet) — Expert in `thisismydemo.github.io`: deep knowledge of this repo's structure, conventions, and development workflow.
131
+
132
+
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`.
- Azure CLI (`winget install Microsoft.AzureCLI`) — logged in as kris@hybridsolutions.cloud
19
+
- GitHub CLI (`winget install GitHub.cli`) — authenticated via `hcs-github-org-pat`
20
+
- {{Any other tools, runtimes, or SDKs this project requires}}
21
+
22
+
Load required environment variables before starting:
23
+
24
+
```powershell
25
+
. E:\git\platform\scripts\Load-HCSEnvironment.ps1
26
+
```
27
+
28
+
---
29
+
30
+
## Quick start
31
+
32
+
```powershell
33
+
# {{Step 1 — clone or navigate to the repo}}
34
+
cd E:\git\{{repo-name}}
35
+
36
+
# {{Step 2 — any setup steps}}
37
+
38
+
# {{Step 3 — the primary command to run or build}}
39
+
```
40
+
41
+
---
42
+
43
+
## Documentation
44
+
45
+
{{If a doc site exists, link it here. Otherwise link to key Markdown files.}}
46
+
47
+
| Doc | Description |
48
+
|---|---|
49
+
|[{{doc name}}](docs/{{file}}.md)| {{what it covers}} |
50
+
51
+
---
52
+
53
+
## Contributing
54
+
55
+
1. Create a feature branch: `git checkout -b feature/short-description`
56
+
2. Make changes following the [scripting](https://dev.azure.com/hybridcloudsolutions/Platform%20Engineering/_git/Platform%20Engineering?path=/docs/standards/scripting.md) and [documentation](https://dev.azure.com/hybridcloudsolutions/Platform%20Engineering/_git/Platform%20Engineering?path=/docs/standards/documentation.md) standards
57
+
3. Commit with `type(scope): description` format and link an ADO work item (`AB#<id>`)
58
+
4. Open a PR and link it to the ADO work item
59
+
60
+
---
61
+
62
+
## License
63
+
64
+
{{MIT / Proprietary — choose one and delete the other}}
65
+
66
+
MIT License — see [LICENSE](LICENSE)
67
+
68
+
*Proprietary — Hybrid Cloud Solutions LLC. All rights reserved.*
0 commit comments