Discrepancy
The Module Domains table in .github/copilot-instructions.md (line 414) describes the host/ domain as:
Container Apps (HTTP, sidecar, jobs), Container Registry
However, infra/modules/host/ actually contains 5 modules:
| File |
Listed in docs? |
container-app-http.bicep |
✅ (HTTP) |
container-app-http-sidecar.bicep |
✅ (sidecar) |
container-app-jobs.bicep |
✅ (jobs) |
container-registry.bicep |
✅ (Container Registry) |
container-app-environment.bicep |
❌ Missing |
Files needing update
.github/copilot-instructions.md — line 414, Module Domains table, host/ row
Suggested correction
Change:
| `host/` | Container Apps (HTTP, sidecar, jobs), Container Registry |
To:
| `host/` | Container Apps (environment, HTTP, sidecar, jobs), Container Registry |
Notes
- The overall "19 reusable Bicep modules" count in the repository structure tree remains accurate.
- All other documentation inventories (services, workflows, agents, skills, prompts, instructions, section headings, Bicep module count, module domain count) are in sync with the codebase.
Generated by Documentation Drift Detection · ● 2.9M · ◷
Discrepancy
The Module Domains table in
.github/copilot-instructions.md(line 414) describes thehost/domain as:However,
infra/modules/host/actually contains 5 modules:container-app-http.bicepcontainer-app-http-sidecar.bicepcontainer-app-jobs.bicepcontainer-registry.bicepcontainer-app-environment.bicepFiles needing update
.github/copilot-instructions.md— line 414, Module Domains table,host/rowSuggested correction
Change:
To:
Notes