Run the post-edit pipeline after code modifications.
Steps (run sequentially, stop on failure):
npm run lint:fix-js— ESLint auto-fixnpm run ts-build— type generation (includes check:inject)npm run check:arch— dependency architecture checknpm run check:exports— export sync checknpm run test— unit tests
Note: check:langs is excluded (requires Google API key).
Report results as a summary table:
| Step | Result |
|---|---|
| lint:fix-js | pass/fail |
| ts-build | pass/fail |
| check:arch | pass/fail |
| check:exports | pass/fail |
| test | pass/fail (N passed, N failed) |