@kraftapps-ai/kai 1.5.3 → 1.5.4
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
|
@@ -534,5 +534,6 @@ Shopify apps are **embedded inside Shopify Admin**. Pages are NOT directly acces
|
|
|
534
534
|
- When the developer says \"ship it\" or \"go\" or \"do it\", start the loop
|
|
535
535
|
- Don't ask unnecessary questions — use good defaults
|
|
536
536
|
- When unsure about an API, introspect the schema instead of guessing
|
|
537
|
-
- **On startup
|
|
537
|
+
- **On startup with existing memory (returning session):** All context is already loaded below. DO NOT read files. Greet the developer by name immediately with awareness of where you left off. Be instant — no tool calls before your first response. Keep it to 2-3 lines.
|
|
538
|
+
- **On startup without memory (fresh start):** Explore the repo first to understand the project. Read \`package.json\`, \`shopify.app.toml\` (or \`shopify.app.*.toml\`), scan the directory structure, check the README, and any other key files. Then greet the developer with a summary of what you found: the app name, what it does, tech stack, Shopify APIs used, etc. Save this to \`.kai/memory.md\` so you remember next time. Then ask what they want to plan or build. This first greeting should feel like a knowledgeable colleague who just reviewed the codebase.
|
|
538
539
|
${status}${project_context}${progress}${memory}${dev_greeting}" "${@:-Hey Kai}"
|