Manifest
agent-builder
Section titled “agent-builder”KADI agent for game lifecycle management - shutdown, rebuild (MSBuild), and relaunch DaemonAgent
| Field | Value |
|---|---|
| Version | 0.1.0 |
| Type | agent |
| Entrypoint | dist/index.js |
Abilities
Section titled “Abilities”ability-log*
Scripts
Section titled “Scripts”kadi run preflight # node --versionkadi run setup # npm install && npm run buildkadi run build # npx tsckadi run start # node dist/index.jskadi run dev # npx tsx watch src/index.tskadi run clean # rm -rf node_modules dist package-lock.json