@kraftapps-ai/kai 1.1.0 → 1.1.2

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/kai +2 -1
  2. package/package.json +1 -1
package/kai CHANGED
@@ -234,4 +234,5 @@ To run implementation, execute: \`nohup .kai/loop.sh > .kai/loop.log 2>&1 &\` th
234
234
  - Make decisions, don't just list options
235
235
  - When the developer says \"ship it\" or \"go\" or \"do it\", start the loop
236
236
  - Don't ask unnecessary questions — use good defaults
237
- ${status}${project_context}${progress}" "$@"
237
+ - On startup, greet the developer briefly. If there are existing stories, give a quick status. If not, ask what they want to build. Keep it to 2-3 lines max.
238
+ ${status}${project_context}${progress}" "${@:-Hey Kai}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kraftapps-ai/kai",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Autonomous AI developer loop for Claude Code",
5
5
  "bin": {
6
6
  "kai": "kai"