Modifies the fleet simulator package, API service, release wiring, or simulator-owned docs and assets as one maintained subsystem. Use when changing src/fleet-sim, simulator release workflow, or fleet-sim-owned docs and assets under website/.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Modifies the fleet simulator package, API service, release wiring, or simulator-owned docs and assets as one maintained subsystem. Use when changing src/fleet-sim, simulator release workflow, or fleet-sim-owned docs and assets under website/.
Fleet Sim Change
Trigger
Change the fleet simulator package, API service, CLI entrypoints, or release workflow
Change simulator-owned docs or static assets that must stay aligned with the maintained subsystem
Workflow
Read the fleet-sim local rules and change-surface contract
Modify the simulator package, workflow, or owned docs and assets as one subsystem
Run make agent-report ENV=cpu CHANGED_FILES="..." to verify routing and validation scope
Run the simulator validation path and any affected harness checks
Confirm simulator runtime and owned docs or assets still describe the same maintained surface
Gotchas
src/fleet-sim/** is a first-class subsystem now; do not route it through generic fallback reasoning or treat its docs as repo-generic prose.
Moves inside fleet_sim still require public import and entrypoint stability, even when the visible change looks like a small API-handler edit.