@kody-ade/kody-engine 0.4.470 → 0.4.472

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -101,10 +101,11 @@ TypeScript lives in [src/scripts/](src/scripts/); it can't import from
101
101
  npx -y -p @kody-ade/kody-engine@latest kody-engine init
102
102
  ```
103
103
 
104
- `kody-engine init` scaffolds [kody.config.json](kody.config.schema.json),
105
- `.github/workflows/kody.yml` (generated from `WORKFLOW_TEMPLATE` in
106
- [src/scripts/initFlow.ts](src/scripts/initFlow.ts)), and scheduled capability
107
- workflow files. Idempotent — pass `--force` to overwrite.
104
+ `kody-engine init` scaffolds [kody.config.json](kody.config.schema.json) and the
105
+ single generic `.github/workflows/kody.yml` launcher. The Engine discovers and
106
+ fans out scheduled capabilities at runtime, so capability schedules never
107
+ generate additional GitHub workflow files. Idempotent — pass `--force` to
108
+ overwrite.
108
109
 
109
110
  Required repo secrets: at least one model provider key (e.g. `MINIMAX_API_KEY`, `ANTHROPIC_API_KEY`). Recommended: `KODY_TOKEN` PAT so kody's commits trigger downstream CI and can modify `.github/workflows/*`.
110
111