Agent updates next - #95
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorganizes documentation build outputs into generated/ folders and updates CI/lint/standards to treat those artifacts as build outputs that should not be edited or linted.
Changes:
- Update Pandoc
definition.yamlfiles to consume generated report sections from*/generated/paths. - Update the
build-docsGitHub Actions workflow and.fileassert.yamlto write and validate HTML/PDF/report artifacts in the newgenerated/locations (with final PDFs indocs/generated/). - Update agent guidance and linter/spellcheck configs to exclude
generated/output folders; simplify.gitignorerules accordingly.
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/requirements_report/definition.yaml | Switch trace matrix input to generated output path. |
| docs/requirements_doc/definition.yaml | Switch requirements/justifications inputs to generated output paths. |
| docs/code_review_report/definition.yaml | Switch review report input to generated output path. |
| docs/code_review_plan/definition.yaml | Switch review plan input to generated output path. |
| docs/code_quality/definition.yaml | Switch CodeQL/Sonar report inputs to generated output paths. |
| docs/build_notes/definition.yaml | Switch build notes + tool versions inputs to generated output paths. |
| AGENTS.md | Add “no generated file access” rule for agents. |
| .yamllint.yaml | Attempt to ignore generated outputs from yamllint. |
| .markdownlint-cli2.yaml | Ignore **/generated/** for markdownlint. |
| .gitignore | Replace specific doc output ignores with a blanket **/generated/ ignore. |
| .github/workflows/build.yaml | Write doc artifacts into generated/ folders and upload from docs/generated/*. |
| .github/standards/technical-documentation.md | Update documentation structure guidance and generated-file rules. |
| .github/standards/requirements-principles.md | Clarify “unit name vs internal construction” guidance. |
| .github/standards/design-documentation.md | Add references guidance and ban markdown hyperlinks for cross-refs. |
| .github/agents/lint-fix.agent.md | Add guidance for handling wide markdown tables under MD013. |
| .fileassert.yaml | Update expected artifact paths to new generated locations. |
| .cspell.yaml | Ignore **/generated/** for spellchecking. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot apply changes based on the comments in this thread |
…th **/ prefix Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/d499b75c-4829-4cd0-b90c-4225affb6ef3 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 16 out of 17 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot apply changes based on the comments in this thread |
…rated/ for artifacts Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/6085cad4-0084-4249-9a4a-e0dac8b7a61e Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 16 out of 17 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 18 out of 19 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot apply changes based on the comments in this thread |
…on.md Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/d583dc38-0bbd-4d4c-9cc6-816a7301bd44 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Both changes applied in b4617e8:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 18 out of 19 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/f201ab29-7bd3-4e21-af10-202c3306371c Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Done in 3fe871a — both |
Pull Request
Description
Numerous agent updates and improvements to the repository.
Type of Change
Related Issues
Closes #
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
pwsh ./lint.ps1(cross-platform)Testing
Documentation
Additional Notes