@tryblu/sdk
v0.1.6
Published
Container image for blu's coding-agent build worker.
Downloads
546
Readme
blu sdk worker image
Container image for blu's coding-agent build worker.
The image runs inside a Northflank service per build, drives opencode
against a mini-app seed template, verifies with tsgo --noEmit +
pnpm build, and uploads the result to R2 via presigned URLs.
Pushed automatically to ghcr.io/chilliguava/sdk:latest on every
commit to main.
Files
| Path | What |
|---|---|
| index.ts | Entrypoint. Node 24 strips TS types at runtime — no build step. |
| Dockerfile | Node 24 + pnpm + opencode + tsgo. |
| seed-template/ | Snapshot of the bite seed app + @tryblu/sdk ambient types + authoring guide. Updated via scripts/sync-seed-template.sh from the private monorepo. |
Local typecheck
pnpm exec tsgo --noEmitSource
The original source lives in a private monorepo. This repo exists to own the public GHCR package and to insulate the package page from the monorepo's README.
