fed24b93e9
The embed build tag requires web/build (SvelteKit SPA) and bin/coreci-func (Rust sidecar) — both are gitignored generated artifacts not present in a shallow clone. coreci run only needs the CLI (no web UI), so building without embed works: assets.go (!embed tag) returns ErrNoEmbeddedAssets which is only referenced by the server's static asset serving, not by the run command. ---ci--- project: orca phase: 1 milestone: v0.16 status: execute ---/ci---