Commit b66f076
Optimize agent documentation and add developer tooling (#42)
* Initial plan
* Fix code formatting: Remove trailing whitespace in test files
- Fix 4 instances of trailing whitespace in PathHelpersTests.cs
- Fix 5 instances of trailing whitespace in SarifResultsTests.cs
- All multi-line lambda expressions now properly formatted
- Verified with dotnet format --verify-no-changes
* Enhance documentation with FAQ section, update instructions, and compatibility matrix
- Add comprehensive FAQ section to usage guide covering common questions
- Add update instructions to README for both global and local installations
- Add compatibility matrix showing supported .NET versions, SARIF format, and operating systems
- Update spell check dictionary with static analysis tool names (Checkmarx, Pylint, Qube, Semgrep, Trivy)
- Create comprehensive documentation review report
Documentation improvements:
- FAQ section addresses 9 common questions with detailed answers
- Update instructions provide clear upgrade paths
- Compatibility matrix provides quick reference for supported versions
- All changes pass markdown linting and spell checking
* Update .gitignore to exclude test results and log files
- Add test-results/ directory to .gitignore
- Add *.log pattern to exclude all log files
- Prevents accidental commits of build, test, and format logs
* Streamline agent documentation and add developer tooling
- Reduce agent docs from 3,464 to 746 words (78% reduction)
- Remove generic coding instructions, keep only SarifMark-specific guidance
- Add DEVELOPMENT.md with quick start guide
- Add build.sh/bat and lint.sh/bat scripts for common tasks
- Add .vscode/tasks.json for VS Code integration
- Focus on project-specific requirements, testing, and quality standards
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Address PR feedback: clarify agent invocation and remove review artifact
- Add "When to Invoke This Agent" section to documentation-writer.md
- Clarify when to delegate to documentation-writer and software-quality-enforcer
- Update AGENTS.md Custom Agents section with invocation guidance
- Remove DOCUMENTATION_REVIEW.md (should not be checked in)
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>1 parent 940151a commit b66f076
File tree
16 files changed
+568
-613
lines changed- .github/agents
- .vscode
- docs/guide
- test/DemaConsulting.SarifMark.Tests
16 files changed
+568
-613
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | | - | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | | - | |
| 10 | + | |
14 | 11 | | |
15 | | - | |
| 12 | + | |
16 | 13 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
26 | 19 | | |
27 | | - | |
| 20 | + | |
| 21 | + | |
28 | 22 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 23 | + | |
34 | 24 | | |
35 | | - | |
| 25 | + | |
36 | 26 | | |
37 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
38 | 30 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 31 | + | |
45 | 32 | | |
46 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
47 | 37 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 38 | + | |
51 | 39 | | |
52 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
53 | 43 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 44 | + | |
59 | 45 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 46 | + | |
| 47 | + | |
0 commit comments