Add AGENTS.md file and associated changes.#86
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds an AGENTS.md file to provide AI coding agents with project-specific context and instructions, enables stricter build settings by treating warnings as errors, configures test parallelization, and schedules weekly CI/CD builds.
- Adds comprehensive AGENTS.md documentation for AI agents covering project structure, commands, testing, and conventions
- Enables
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>in both main and test project files for stricter code quality - Configures MSTest parallelization for improved test performance
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | New documentation file providing AI agents with project overview, structure, development commands, testing guidelines, and code conventions |
| src/DemaConsulting.SpdxTool/DemaConsulting.SpdxTool.csproj | Adds TreatWarningsAsErrors setting to enforce strict build quality |
| test/DemaConsulting.SpdxTool.Tests/DemaConsulting.SpdxTool.Tests.csproj | Adds TreatWarningsAsErrors setting to test project |
| test/DemaConsulting.SpdxTool.Tests/AssemblyInfo.cs | New file configuring MSTest parallel execution at method level with MIT license header |
| .github/workflows/build_on_push.yaml | Adds weekly scheduled builds on Mondays at 17:00 UTC using cron syntax |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
210e632 to
115cd08
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
115cd08 to
09e2fb3
Compare
09e2fb3 to
2363b62
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 27 out of 27 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.
This PR adds an AGENTS.md file and performs the related changes.
Additionally the PR schedules weekly builds.