Configuration
Nightly uses the same schema-backed project format as the current official release while previewing runtime and tooling changes.
Preview channel
Review changes before carrying a nightly-generated lockfile back to a project pinned to an official release.
json
{
"$schema": "https://wago.sh/v0/schema.json",
"plugins": {
"wago-org/wasi": "^0.0.0"
}
}Initialize
sh
wago init --quickAdd a plugin
sh
wago add wago-org/wasiVerify the resolution
sh
wago plugin check
wago plugin planwago.json records version constraints and project intent. Commit the generated wago-lock.json as the exact source of plugin versions, reviewed capabilities, and configuration.
