Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Package auto-review plugin as standalone npm-publishable package #136

@OpenCodeEngineer

Description

@OpenCodeEngineer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions