-
Notifications
You must be signed in to change notification settings - Fork 54
Add AI metadata #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AI metadata #366
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates VSCode workspace configuration and standardizes AIShell documentation metadata. The changes improve the development environment setup and ensure consistent documentation formatting across the AIShell module documentation.
Changes:
- Added VSCode settings for markdownlint configuration in two locations
- Updated VSCode recommended extensions list with additional helpful tools
- Standardized AIShell documentation dates to 01/12/2026 and added ms.collection metadata across all files
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| reference/ps-modules/Microsoft.PowerShell.Crescendo/.vscode/settings.json | Added markdownlint configuration for MD028 and MD025 rules |
| reference/.vscode/settings.json | Added markdownlint configuration for MD028 and MD025 rules |
| .vscode/extensions.json | Added Vale, Gremlins, YAML Preamble, and ErrorLens extensions; removed markdown-pdf extension |
| reference/ps-modules/AIShell/*.md | Updated ms.date to 01/12/2026, added ms.collection metadata, fixed BOM character in Invoke-AICommand.md |
| reference/docs-conceptual/AIShell/**/*.md | Updated ms.date to 01/12/2026, added ms.collection metadata, normalized blank lines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Summary
Add AI metadata
PR Checklist