@kody-ade/kody-engine 0.4.347 → 0.4.349

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
@@ -93,7 +93,7 @@ Capability implementation profiles are private implementation units and contain
93
93
  **only** three kinds of files: `profile.json` (declaration), `prompt.md` (agent
94
94
  instructions), and `.sh` scripts (mechanical side-effect work). Cross-cutting
95
95
  TypeScript lives in [src/scripts/](src/scripts/); it can't import from
96
- `src/executables/` and can't branch on `profile.name`.
96
+ `src/implementations/` and can't branch on `profile.name`.
97
97
 
98
98
  ## Install in a consumer repo
99
99
 
@@ -174,7 +174,7 @@ without `tools` keep the legacy Bash/gh toolbox.
174
174
 
175
175
  A profile is declarative JSON plus an adjacent markdown body. New public work
176
176
  should live under `.kody/capabilities/<slug>/` with `capability.md`; legacy
177
- implementations under [src/executables/](src/executables/) still show the
177
+ implementations under [src/implementations/](src/implementations/) still show the
178
178
  older split profile + prompt shape. Adding a new capability should not require
179
179
  executor, entry, or dispatch changes.
180
180