Loading...
Loading...
Found 21 Skills
Verifies a Taubyte Go function locally via the `taubyte/go-wasi` Docker recipe (preferred over `tau build`, with tmpfs+bind-mount-ro to avoid root-owned artifacts in the source tree), and verifies a function actually serves on Dream by curling the gateway with the right `Host:` header (plus `/etc/hosts` mapping for `*.localtau`). Use when locally compiling a Go function to WASM, when smoke-testing a function before pushing, or when probing a Dream-hosted HTTP function from the laptop.
Routes project-level vs application-scoped work; avoids creating or selecting an application for simple website/function-only tasks unless needed.
Auto-maintains a context log file inside the current project (cloud, scope, selected resources, latest actions) to reduce AI hallucinations.
Selects cloud context. If no FQDN is provided, always use Dream local and ensure Dream is started.
Recovery playbook for context drift, build failures, Dream issues, and path-conversion errors.
Pushes config/code and verifies builds/logs. Includes website/library push handling with tau command first, git fallback.
Remote cloud workflow with explicit fqdn selection and deployment verification.
Safely add/update local hosts mappings for Dream/localtau domains so resources can be accessed by hostname.
Defines command mode policy. Non-interactive is default; interactive is opt-in.