Skip to content
Prev Previous commit
Next Next commit
Simplify XML docs guidance by removing redundant indentation note
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
  • Loading branch information
Copilot and Malcolmnixon committed Feb 10, 2026
commit 447674d77dedbdc4ef1b7df4070dd51b417cc87a
3 changes: 1 addition & 2 deletions .github/agents/software-developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ var results = ProcessFile(options.InputFile);

### BuildMark-Specific Rules

- **XML Docs**: On ALL members (public/internal/private) with spaces after `///`
- XML doc comments follow C# indentation (4 spaces)
- **XML Docs**: On ALL members (public/internal/private) with spaces after `///` in summaries
- **Errors**: `ArgumentException` for parsing, `InvalidOperationException` for runtime issues
- **Namespace**: File-scoped namespaces only
- **Using Statements**: Top of file only
Expand Down