Skip to content

Add AI-readiness Tier 1 baseline - #1482

Open
Courtenay Bernier (courtenaybernier) wants to merge 1 commit into
microsoft:mainfrom
courtenaybernier:readiness/tier1-baseline-04-08
Open

Add AI-readiness Tier 1 baseline#1482
Courtenay Bernier (courtenaybernier) wants to merge 1 commit into
microsoft:mainfrom
courtenaybernier:readiness/tier1-baseline-04-08

Conversation

@courtenaybernier

Copy link
Copy Markdown
Collaborator

Summary

Adds the missing CXE AI-readiness Tier-1 baseline artifacts:

  • root AGENTS.md repository router
  • docs/conventions.md
  • .github/instructions/telemetry.instructions.md
  • scripts/verify.ps1 one-command verification loop

The existing .github/copilot-instructions.md and .github/skills/ content are preserved. This is additive documentation and validation scaffolding only; no product behavior changes.

Validation

  • pwsh scripts/verify.ps1
    • 498 PowerShell files parsed successfully
    • build configuration loaded successfully

assistance: agentic-cli
type: docs
agent-tool: copilot-cli
agent-model: gpt-5.6-sol
work-item: AB#n/a

Add repository guidance, conventions, telemetry instructions, and a one-command verification loop.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5df16e8f-b879-4c72-b87d-9a9d476fd7fa
Copilot AI lite review requested due to automatic review settings August 4, 2026 20:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Tier-1 “AI-readiness” baseline artifacts (repo router + conventions docs + telemetry instructions + a lightweight verification script) to make contribution guidance and validation more discoverable in this repo.

Changes:

  • Added AGENTS.md as the top-level entry point/router for humans and coding agents.
  • Added repository conventions documentation and PR/work-item telemetry instruction guidance.
  • Added scripts/verify.ps1 to provide a simple local verification loop (syntax/config checks + Pester presence hint).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
scripts/verify.ps1 Adds a verification script to parse-check PowerShell files and validate .psd1 config files.
docs/conventions.md Documents repository layout/authoring/validation conventions.
AGENTS.md Provides a repo “router”/map and Definition of Done commands.
.github/instructions/telemetry.instructions.md Adds canonical telemetry tagging instructions for PRs and ADO work items.

Comment thread scripts/verify.ps1
Comment on lines +9 to +13
Write-Host '== Syntax check: src PowerShell =='
$targets = @(
Get-ChildItem -Path (Join-Path $root 'src') -Recurse -File -Filter *.ps1 `
-ErrorAction SilentlyContinue
)
Comment thread scripts/verify.ps1
Comment on lines +39 to +43
Write-Host '== Config check: build PowerShell data files =='
$configFiles = @(
Get-ChildItem -Path (Join-Path $root 'build') -Recurse -File -Filter *.psd1 `
-ErrorAction SilentlyContinue
)
Comment thread AGENTS.md
Comment on lines +11 to +15
| `src/powershell/` | Module source and dependency initialization. |
| `src/documentgenerator/` | Report and document-generation assets. |
| `build/` | Build pipeline, configuration, and helpers. |
| `code-tests/` | Pester commands, structure gates, and assessment tests. |
| `.github/skills/` | Repository-specific agent skills. |
Comment thread docs/conventions.md
Comment on lines +7 to +10
- `src/powershell/` contains module source.
- `src/documentgenerator/` contains report-generation assets.
- `build/` contains the build pipeline and configuration.
- `code-tests/commands/` contains command tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants