@koi-language/koi 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli/koi.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koi-language/koi",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Koi - Agent-first language. Calm orchestration.",
5
5
  "type": "module",
6
6
  "main": "src/runtime/index.js",
package/src/cli/koi.js CHANGED
@@ -505,7 +505,8 @@ Agent Greeter : Worker {
505
505
  - Add a motivational message or fun fact
506
506
  - Be brief (2-3 sentences)
507
507
 
508
- Return JSON: { "greeting": "your greeting here", "emoji": "an appropriate emoji" }
508
+ Use the return action with your greeting data:
509
+ { "greeting": "your greeting here", "emoji": "an appropriate emoji" }
509
510
  """
510
511
  }
511
512
  }