Conversation
Preview Build AvailableA preview build has been created for this PR. You can install it using: pnpm install "remix-run/remix#preview/pr-11204&path:packages/remix"This preview build will be updated automatically as you push new commits. |
|
@mjackson this is great! I was going to suggest today that we remove the script from the Skill and leverage a CLI instead (ofc including directions in the skill to use it). Looks like you're 1 step ahead of me! |
|
Changes in this PR resulted in updates to the auto-generated |
Codex PR ReviewVerdict: The PR is close, but there is one blocking versioning regression in the new Findings:
Completeness:
Validation:
|
|
/codex Address the concerns in your comment above and push a new commit that fixes them. |
|
@mjackson Codex finished processing your request. Codex UpdateRequest:
Changes:
Validation:
Risks:
Commit: bf157e3 |
Codex PR ReviewVerdict: No high-signal correctness, security, or performance issues found in the PR diff. Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The feature scope is strong, but there is a blocking test reliability regression in the new CLI test suite. Findings:
Completeness:
Validation:
Machine-recorded validation evidence:
|
Codex PR ReviewVerdict: The PR is close, but it has one security issue that should be fixed before merge.
Machine-recorded validation evidence:
|
Codex PR ReviewVerdict: Needs one follow-up fix: Remix version handoff from the generated Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The PR is close, but it has one functional regression in version propagation through the new
|
|
Changes in this PR resulted in updates to the auto-generated |
Codex PR ReviewVerdict: The PR is largely complete, but it introduces a filesystem write-escape risk in
|
Codex PR ReviewVerdict: I did not find any high-signal correctness, security, or regression issues in the reviewed diff. Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The PR is close, but Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The PR is close, but Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: No blocking issues found in the PR diff; this looks ready to merge. Findings:
Completeness:
Validation:
|
e6c76d0 to
15f2b7b
Compare
15f2b7b to
6a1f23c
Compare
Codex PR ReviewVerdict: The PR is broadly solid, but there is one option-parsing regression that should be fixed before merge. Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: No blocking issues found in the reviewed diff. Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The PR is close, but it has one high-impact path-safety issue in Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: Solid feature scope overall, but there is one high-impact path traversal issue in skills installation. Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The PR looks solid overall, and I did not find any high-signal issues in the diff. Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: I did not find any correctness, security, or performance regressions in the reviewed diff. Findings:
Completeness:
Validation:
|
|
Changes in this PR resulted in updates to the auto-generated |
Codex PR ReviewVerdict: The CLI feature set is substantial and mostly well-covered, but there is one correctness issue in the programmatic Findings:
Completeness:
Validation:
|
Codex PR ReviewVerdict: The PR looks solid and ready to merge from a review-only perspective. Findings:
Completeness:
Validation:
|
This adds the initial Remix CLI through the published
@remix-run/clipackage and the generatedremixpackage wrapper.The CLI can:
npx remix newor an installedremix newAGENTS.mdinto new appsremix skillsremix doctorremix routesandremix routes --jsonCreate a new app
npx remix new my-app cd my-appUse the installed CLI
npm i remix npx remix new my-app cd my-app npx remix routes npx remix skills installSmoke coverage
The
remixpackage wrapper now has smoke tests for top-level help, command help, version output, shell completion,new,doctor,routes, andskills.