vscode-release
VS Code Extension Release Workflow
Follow this workflow for the current repository.
Prepare local build verification
- Verify release target files in
packages/vscodeand confirm current branch state. - Run
pnpm install --frozen-lockfile. - Run
pnpm -C packages/vscode run package. - Read
packages/vscode/package.jsonand confirm the current extension version. - Confirm the VSIX exists at
packages/vscode/difit-vscode-<version>.vsix. - Ask the user to smoke test the local VSIX install in VS Code:
- Install from VSIX.
- Confirm the
difitcommand opens review correctly. - Confirm the toolbar button/icon appears and works.
- Ask for explicit OK in Japanese before publishing.
Release after explicit OK
More from yoshiko-pg/difit
difit
Ask the user for a code review through difit after code changes.
1.1Kdifit-review
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with `--comment` before launching it for the user.
736difit-dev
Ask the user for a code review through difit after code changes in this repository, using `pnpm run dev`.
15release
Execute the difit release workflow when the user says "リリース" or asks to cut a release. Update CHANGELOG Unreleased from commits since latest tag, ask for explicit OK confirmation in Japanese, then release by moving the confirmed Unreleased section verbatim as the exact source of truth.
14