node_modules/ dist/ PLAN.md # Build output at the repo root only. The @cloudflare/computer # Artifacts source tree (packages/computer/src/artifacts/) is real, # tracked code and must not be caught by this rule. /artifacts/ # Generated bundle for the worker backend's ShellWorker. Built # by packages/computer/src/backends/worker/script/build-bundle.mjs # on prepare / pretest / pretypecheck. packages/computer/src/backends/worker-shell/generated-bundle.ts # SEA binary destinations populated at publish time from # artifacts/computerd/ via the build-bin step. The @cloudflare/computer # copy lives under dist/bin/, which is already covered by the # blanket dist/ rule above; listed here for discoverability. packages/computer-computerd-*/bin/computerd packages/computer/dist/bin/computerd-*