with one click
invoice-total-fixer
// Use when fixing invoice total calculations in the sandbox quickstart repository.
// Use when fixing invoice total calculations in the sandbox quickstart repository.
Decide how to implement runtime and API changes in openai-agents-js before editing code. Use when a task changes exported APIs, runtime behavior, schemas, tests, or docs and you need to choose the compatibility boundary, whether shims or migrations are warranted, and when unreleased interfaces can be rewritten directly.
Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.
Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.
Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.
| name | invoice-total-fixer |
| description | Use when fixing invoice total calculations in the sandbox quickstart repository. |
Inspect the implementation and test before editing. The total should apply tax as a percentage of the subtotal, so the expected formula is subtotal + subtotal * taxRate.
After editing, run npm test from the repository directory and report the command result.