Thanks for helping improve Issue2Dev.
This repository currently exposes a small v0.1 CLI surface. Please keep changes focused and avoid documenting or implementing future features before they are part of the approved scope.
pnpm install
pnpm run buildRun the core checks before proposing changes:
pnpm test
pnpm exec tsc --noEmit
pnpm run build
pnpm pack --dry-runFrom-file analysis:
pnpm exec issue2dev analyze --from-file examples/from-file/issue-42.json --out .issue2dev/42-cliRead-only GitHub issue analysis:
pnpm exec issue2dev analyze --repo microsoft/vscode --issue 1 --out .issue2dev/github-issueGITHUB_TOKEN is optional for public issues where GitHub allows unauthenticated reads.
Do not commit:
internal/.issue2dev/node_modules/spikes/phase-3-validation/reports/.envor other secret files- generated local outputs
Keep pull requests small and reviewable. Include the validation commands you ran and mention any command that could not be completed.