Conversation
There was a problem hiding this comment.
Pull request overview
Cleanup and consolidation of the repository’s AI agent ecosystem to improve orchestration, standardization, and logging, including the addition of formal standards documents under .github/standards/ and a new .agent-logs/ convention.
Changes:
- Replaced multiple specialized agents with a smaller set of orchestrated agents (
developer,quality,implementation) and updated existing agent guidance. - Added a new standards library under
.github/standards/(C#, testing, ReqStream, ReviewMark, software categorization, documentation). - Introduced
.agent-logs/as the canonical location for agent output logs and excluded it from git + linters.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Updates agent delegation model, points to standards, and introduces .agent-logs/ logging convention. |
| .yamllint.yaml | Excludes .agent-logs/ from YAML linting. |
| .markdownlint-cli2.yaml | Excludes .agent-logs/ from markdownlint scanning. |
| .gitignore | Ignores .agent-logs/ so agent logs aren’t committed. |
| .cspell.yaml | Excludes .agent-logs/ from spell-checking. |
| .github/standards/technical-documentation.md | Adds documentation structure and quality rules (Pandoc/README/auto-generated content). |
| .github/standards/software-items.md | Defines system/subsystem/unit/OTS categorization standard. |
| .github/standards/reviewmark-usage.md | Documents ReviewMark review-set conventions and commands. |
| .github/standards/reqstream-usage.md | Documents ReqStream requirements organization, IDs, and traceability rules. |
| .github/standards/csharp-testing.md | Establishes MSTest AAA/naming conventions and anti-pattern guidance. |
| .github/standards/csharp-language.md | Establishes literate-style, XML docs, DI, and error handling standards for C#. |
| .github/agents/test-developer.agent.md | Removes legacy specialized agent. |
| .github/agents/technical-writer.agent.md | Removes legacy specialized agent. |
| .github/agents/software-developer.agent.md | Removes legacy specialized agent. |
| .github/agents/requirements.agent.md | Removes legacy specialized agent. |
| .github/agents/code-quality.agent.md | Removes legacy specialized agent. |
| .github/agents/repo-consistency.agent.md | Updates workflow guidance and moves reporting to .agent-logs/. |
| .github/agents/quality.agent.md | Adds new QA/grading agent with standards-driven checklist and report template. |
| .github/agents/implementation.agent.md | Adds new state-machine orchestrator agent for research→dev→quality→report. |
| .github/agents/developer.agent.md | Adds new general-purpose development agent driven by standards selection. |
| .github/agents/code-review.agent.md | Updates formal review workflow steps and reporting path under .agent-logs/. |
💡 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 20 out of 21 changed files in this pull request and generated 7 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 20 out of 21 changed files in this pull request and generated 11 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 21 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 21 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 21 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 21 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 21 changed files in this pull request and generated 3 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 23 out of 24 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.
Pull Request
Description
Cleanup of agents for better orchestration, standards-following, and logging.
Type of Change
Related Issues
N/A
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:
./lint.sh(Unix/macOS) orcmd /c lint.bat/./lint.bat(Windows)Testing
Documentation
Additional Notes
N/A