Напоминание о пересборке TypeScript в локальном форке
★ 8.5 · devops
local-build-reminder is a Claude Code skill that automatically prompts developers to run `npm run build` after editing TypeScript files when operating from a local OMC fork. In local mode — identifiable by the `L` suffix in the `[OMC#X.Y.ZL]` HUD indicator — Claude Code serves compiled JavaScript from `dist/` rather than TypeScript source from `src/`, so any `.ts` edits are silently ignored until a rebuild occurs. The skill triggers in four scenarios: after a `src/**/*.ts` edit, when the developer wonders why a change has no effect, before restarting Claude Code with unbuilt modifications, or when an OMC command is expected to reflect new TypeScript behavior. It stays silent for `.mjs`, `.cjs`, `.md`, and `.json` files (loaded directly from disk), for sessions not running OMC locally, and whenever `tsc --watch` or `npm run dev:full` is already handling incremental rebuilds in the background.
- #local-development
- #build-reminder
- #typescript-compilation
- #development-workflow
- #fork-setup