@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.
- package/kai +2 -1
- 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
|
-
|
|
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}"
|