chore(repo): organize operating system and hygiene#356
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Too many files changed for review. ( |
|
Important Review skippedToo many files! This PR contains 278 files, which is 128 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (229)
📒 Files selected for processing (278)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da91e44497
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| console.log(''); | ||
| console.log('Fast checks'); | ||
| const packageStatus = status('node', ['-e', "JSON.parse(require('fs').readFileSync('package.json','utf8'))"]); | ||
| const workflowStatus = status('actionlint', ['.github/workflows/ci.yml', '.github/workflows/playwright-smoke.yml', '.github/workflows/review-gate.yml']); |
There was a problem hiding this comment.
Install actionlint before requiring it
In environments that only run npm ci, actionlint is not available on PATH (it is not in package.json/package-lock.json, and the existing review-gate workflow downloads it as ./actionlint). Because npm run verify now starts with repo:health, this line makes every clean checkout without a globally installed actionlint fail immediately with workflow lint: check before typecheck/lint/tests/build can run; either install/download the binary here or make the check optional when the tool is absent.
Useful? React with 👍 / 👎.
|
Closing as superseded — the 2026-07-03 housekeeping sweep (worktrees/branches/PR/issue/DB cleanup) covered this ground, and the branch is conflicting against a repo that has moved substantially. |
Summary
Verification
npm run verifypassed during cleanup.npm run repo:health,npm run knowledge:check, YAML parse,git diff --check, and staged whitespace check.Follow-up Issues Created
.helmlegacy reference cleanupNotes
.coderabbit.yaml.main; it should go through the new required checks and review gate.