Reduces documentation bloat in .github/copilot-instructions.md.
File improved: .github/copilot-instructions.md
Lines: 158 → 141 (−17 lines, ~11%)
Bullet points: 44 → ~30 (−14 bullets, ~32%)
Changes made
| Area |
Before |
After |
| TDD workflow |
4-line numbered list (red-green-refactor) |
1 sentence |
| Quality Gates coverage bullet |
Ended with redundant "No new code is considered complete until coverage is verified at 100%" |
Removed redundant sentence |
| Logging pattern (net9/net8) |
Two separate paragraphs + standalone "v1 scope" sentence |
Single combined sentence |
| Versioning |
3 bullets |
2-sentence prose |
| What was intentionally dropped |
7 bullets (3 duplicating info elsewhere) |
3 bullets |
| Reference Implementation |
Intro + 4 file bullets with local Windows path |
Single-line rename summary |
What was removed and why
- SqlFilteringProcessor/HealthCheckFilteringProcessor from the dropped-items list: already fully covered in the "No custom processors in v1" section directly above it.
ForType<TNew>() from the dropped-items list: already noted in both "Key types" and "Deliberate design choices".
WitnessedAction lifecycle events from the dropped-items list: already noted in "Key types" and "Deliberate design choices".
D:\reference\Taqa\ file list: the local Windows path is developer-specific; rename mappings are preserved in a compact inline form.
- "This interceptor is v1 scope": stated-the-obvious line; v1 scope is implicit from context.
To route changes like this to a review issue instead of blocking, configure protected-files: fallback-to-issue in your workflow configuration.
🗜️ Compressed by Documentation Unbloat
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/unbloat-docs.md@1c6668b751c51af8571f01204ceffb19362e0f66
Reduces documentation bloat in
.github/copilot-instructions.md.File improved:
.github/copilot-instructions.mdLines: 158 → 141 (−17 lines, ~11%)
Bullet points: 44 → ~30 (−14 bullets, ~32%)
Changes made
What was removed and why
ForType<TNew>()from the dropped-items list: already noted in both "Key types" and "Deliberate design choices".WitnessedActionlifecycle events from the dropped-items list: already noted in "Key types" and "Deliberate design choices".D:\reference\Taqa\file list: the local Windows path is developer-specific; rename mappings are preserved in a compact inline form.Warning
Protected Files
This was originally intended as a pull request, but the patch modifies protected files. These files may affect project dependencies, CI/CD pipelines, or agent behaviour. Please review the changes carefully before creating the pull request.
Click here to create the pull request once you have reviewed the changes
Protected files
To route changes like this to a review issue instead of blocking, configure
protected-files: fallback-to-issuein your workflow configuration.