chore: add PR/issue templates, SECURITY.md, CodeQL, dependabot configurator - #592
Conversation
|
Warning Review limit reached
Next review available in: 24 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR brings the framework repo's GitHub configuration up to parity with SLASHED-Plugins by adding community health files and security tooling — all additive, no runtime code changes.
Confidence Score: 5/5All changes are additive GitHub configuration files with no runtime code — safe to merge. Every file added is a community health or CI configuration file: issue templates, a PR checklist, a CodeQL workflow with SHA-pinned actions, an extended Dependabot config, and a SECURITY.md. None touch source code or build artifacts. The PR checklist faithfully reflects the CI gates described in CLAUDE.md, and the CodeQL workflow follows recommended structure for interpreted languages. No files require special attention — all changes are documentation and workflow configuration. Important Files Changed
Reviews (1): Last reviewed commit: "chore: add PR/issue templates, SECURITY...." | Re-trigger Greptile |
…urator Bring the framework repo's GitHub configuration up to parity with SLASHED-Plugins: - Add PULL_REQUEST_TEMPLATE.md with a checklist mirroring the CI gates (lint:css, build, test, check:version, check:llm-guide, check:macros, check:registry, audit:check, CHANGELOG, migration docs). - Add ISSUE_TEMPLATE/ (bug_report, feature_request, config) with a cross-link to SLASHED-Plugins and blank issues disabled. - Add SECURITY.md advertising the private advisory channel that SLASHED-Plugins already points framework vulnerabilities to. - Add CodeQL workflow (javascript-typescript + actions). - Extend dependabot to cover the /configurator npm package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UPjqiNnKXeQPhcdu93krL5
The advanced-setup codeql.yml conflicted with the CodeQL default setup already enabled on this repo, producing a "configuration error" and failing the Analyze jobs on the PR. Default setup already scans the repo (its Analyze jobs pass), so an explicit workflow is redundant here — unlike SLASHED-Plugins, which needs an advanced workflow for paths-ignore over committed build artifacts. Remove the workflow to clear the conflict. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UPjqiNnKXeQPhcdu93krL5
0c16feb to
521df14
Compare
Bring the framework repo's GitHub configuration up to parity with
SLASHED-Plugins:
(lint:css, build, test, check:version, check:llm-guide, check:macros,
check:registry, audit:check, CHANGELOG, migration docs).
cross-link to SLASHED-Plugins and blank issues disabled.
SLASHED-Plugins already points framework vulnerabilities to.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01UPjqiNnKXeQPhcdu93krL5