Commit 36160ee
Add structured docs/ directory and copilot instructions for documentation maintenance (#7208)
* Initial plan
* Add structured docs/ directory, copilot instructions, and update README
Create docs/ at repo root with concepts/, guides/, reference/, and
architecture/ subdirectories. Add initial documentation covering:
- Glossary, feature stages, alpha features (concepts)
- Contributing, adding commands, creating extensions, observability (guides)
- Environment variables, azure.yaml schema, feature status (reference)
- System overview, command execution, extension framework, provisioning (architecture)
- ADR template for future architecture decision records
Add .github/instructions/documentation.instructions.md with copilot
instructions to keep docs up to date when codebase changes.
Update root README.md to link to the new docs/ directory.
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
* Address code review: alphabetize feature status, improve action docs
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
* fix: resolve cspell failures and review feedback
- Add cspell overrides for technical terms in docs/ markdown files
- Fix Jaeger OTLP endpoint to use explicit http://localhost:4318
- Update AGENTS.md link in README.md to root (symlink)
- Verified errors.AsType is valid (Go 1.26, used in 10+ files)
- Verified table syntax is correct (no || issues found)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore: retrigger CI
* Address review feedback: fix env vars, add pflag import, improve auth descriptions
- Remove hallucinated AZD_DEBUG_DOTENV_OVERRIDES, replace with real AZD_DEBUG_LOG
- Move AZD_AUTH_ENDPOINT/AZD_AUTH_KEY to new "IDE Integration" section with
accurate descriptions (set by IDE hosts, not user-facing)
- Add missing github.com/spf13/pflag import to code example in adding-a-new-command.md
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/6fcebb42-32ec-4d91-a394-7e4f5b46a3fd
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
* Fixes:
- extension-framework, creating-an-extension, glossary: correct
capability names to match extension.schema.json (custom-commands,
lifecycle-events, mcp-server, service-target-provider,
framework-service-provider, metadata)
- creating-an-extension: fix extension ID (microsoft.azd.extensions),
YAML field (id: not name:), list all supported languages
- command-execution-model: fix OutputFormat types, ActionResult
description, add NoneFormat
- adding-a-new-command: fix Bind signature, file path, root.Add
- system-overview: fix IoC pattern to constructor injection
- provisioning-pipeline: remove hallucinated preflight checks
- azure-yaml-schema: fix host values (ai.endpoint, azure.ai.agent),
add missing properties, hooks, languages, service fields
- environment-variables: fix AZD_DEBUG_LOG description
- feature-status: add missing commands, match canonical naming
- alpha-features: add unset/disable commands, env var notation
- feature-stages: fix graduation criteria per canonical source
- observability: fix Span/Event terminology, add localhost note
- glossary: fix preflight checks to include server-side validation
* misc
* add azure.yaml schema
* docs: address Copilot review — fix output formatting docs, gofmt code, TTY description, add AZD_AUTH_CERT
- command-execution-model.md: clarify OutputFormats wires flags only;
actions emit structured output via injected output.Formatter
- adding-a-new-command.md: convert code example to tab indentation
(gofmt), add note that OutputFormats alone is insufficient
- feature-status.md: remove misleading 'with graduation criteria'
from link text
- environment-variables.md: fix AZD_FORCE_TTY description to
'terminal detection mode', add missing AZD_AUTH_CERT env var
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: address jongio round 4 — add ai_model_quota check, shell→kind, fix IoC regression, update glossary
- provisioning-pipeline.md: add ai_model_quota as second preflight check
- azure-yaml-schema.md: shell→kind in hook example, add infracreate/infradelete hooks
- system-overview.md: fix IoC example regression (MustRegisterTransient→MustRegisterSingleton)
- glossary.md: update preflight description to match implemented checks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update docs/reference/azure-yaml-schema.md
Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com>
* Update docs/concepts/glossary.md
Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com>
* Update docs/architecture/system-overview.md
Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com>
* docs: add reserved_resource_names to preflight check list
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* address feedback
* Update docs/README.md
Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
Co-authored-by: Shayne Boyer <spboyer@live.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Co-authored-by: hemarina <hemarina@microsoft.com>
Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com>1 parent 4b7d6fa commit 36160ee
18 files changed
Lines changed: 1217 additions & 1 deletion
File tree
- .github/instructions
- .vscode
- docs
- architecture
- concepts
- guides
- reference
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
0 commit comments