Package auto-review.ts into packages/auto-review/ as a standalone npm-publishable plugin while preserving single-file drop-in installation. Scope:
- move
auto-review.ts into packages/auto-review/auto-review.ts
- add
package.json, README.md, index.ts, tsconfig.json
- keep export format
export default { id: "auto-review", server: AutoReviewPlugin }
- add root install script
install:auto-review
- verify with
cd packages/auto-review && npx tsc --noEmit
I’m starting implementation and will update this issue with progress and final verification.
Package
auto-review.tsintopackages/auto-review/as a standalone npm-publishable plugin while preserving single-file drop-in installation. Scope:auto-review.tsintopackages/auto-review/auto-review.tspackage.json,README.md,index.ts,tsconfig.jsonexport default { id: "auto-review", server: AutoReviewPlugin }install:auto-reviewcd packages/auto-review && npx tsc --noEmitI’m starting implementation and will update this issue with progress and final verification.