insta/references/deploy.md step 4 says: "insta-oss: source mode is not implemented yet — use --image".
That is stale. insta deploy <dir> against insta-oss mints a deploy token from the platform; when that 501s (insta-oss), the CLI falls back to a local docker build and deploys the resulting image (see insta-cli src/commands/deploy.ts → buildFromSource). So source-mode deploys do work on insta-oss provided a local Docker daemon is present — the reference should say that, and name the Docker requirement.
Found while fixing insta-skills#58 (build/deploy Dockerfile truth); deliberately left out of that PR to keep its scope to the verdict semantics. One-line fix.
🤖 Generated with Claude Code
insta/references/deploy.mdstep 4 says: "insta-oss: source mode is not implemented yet — use--image".That is stale.
insta deploy <dir>against insta-oss mints a deploy token from the platform; when that 501s (insta-oss), the CLI falls back to a localdocker buildand deploys the resulting image (seeinsta-clisrc/commands/deploy.ts→buildFromSource). So source-mode deploys do work on insta-oss provided a local Docker daemon is present — the reference should say that, and name the Docker requirement.Found while fixing insta-skills#58 (build/deploy Dockerfile truth); deliberately left out of that PR to keep its scope to the verdict semantics. One-line fix.
🤖 Generated with Claude Code