Aaron Powell
6ecd0098cf
Remove collections folder and migrate remaining references to plugins
...
- Remove rug-agentic-workflow collection files (already migrated to plugin)
- Remove collections.instructions.md (no longer applicable)
- Remove suggest-awesome-github-copilot-collections prompt and plugin command
- Update awesome-copilot plugin.json to reference skills prompt instead of collections
- Update contributor-report.mjs to track plugins instead of collections
- Remove unused collection constants from constants.mjs
- Update rug-agentic-workflow plugin.json with tags and items from collection
- Regenerate README docs and marketplace.json
2026-02-16 12:05:48 +11:00
Ashley Childress
80886dd7cc
fix(contributors): add skills to custom contributor types
...
- Improve errors in contributor-report.mjs
- Add missing `skills` to custom contribution types list and docs
- Refresh existing contributors
Assisted-by: GitHub Copilot <copilot@github.com >
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com >
2026-01-15 08:54:51 -05:00
Ashley Childress
f9e981e4cd
fix(contributors): address Copilot review comments and code quality issues
...
- Improve contributor-report.mjs based on Copilot comments and sonar
- Use fileURLToPath for Windows-safe main checks in contributor scripts
- Fix README badge URLs by removing duplicate style parameters
- Update graceful-shutdown.mjs to throw on process.exit failure for better error visibility
Generated-by: GitHub Copilot <copilot@github.com >
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com >
2026-01-15 08:54:51 -05:00
Ashley Childress
dcaff75b1a
feat(contributors): condense contributor report and per-PR snippets
...
- eng/contributor-report.mjs: condensed per-user layout; emit per-PR fenced plaintext snippets; removed normalizeOneLine()
Generated-by: GitHub Copilot <copilot@github.com >
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com >
2026-01-15 08:54:51 -05:00
Ashley Childress
d9d99cf3aa
refactor(eng): update contributor report generator output
...
- Modify generateMarkdownReport to include per-user sections with PR details
- Remove total PR count and simplify PR link format
Commit-generated-by: GitHub Copilot <copilot@github.com >
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com >
2025-12-19 23:12:56 -05:00
Ashley Childress
1322aa2dde
feat(eng): add contributor reporting and management scripts
...
- Add eng/README.md documenting maintainer utilities
- Add eng/contributor-report.mjs for generating contributor reports
- Add eng/add-missing-contributors.mjs for automating contributor additions
- Add eng/utils/graceful-shutdown.mjs for script lifecycle management
- Update eng/update-readme.mjs with minor fixes
- Update package.json with new contributor scripts
Generated-by: GitHub Copilot <copilot@github.com >
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com >
2025-12-19 20:43:27 -05:00