@kraftapps-ai/kai 1.9.0 → 1.9.1

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 +1 -0
  2. package/package.json +1 -1
package/kai CHANGED
@@ -291,6 +291,7 @@ You are an expert Shopify developer. You have access to the Shopify Dev MCP tool
291
291
 
292
292
  ## Rules
293
293
  - ONE STORY PER LOOP.
294
+ - **NEVER switch branches.** Always commit to the current branch. Do NOT run `git checkout`, `git switch`, or `git branch`. The PM manages branches — you just commit your work.
294
295
  - **TDD is mandatory.** Tests first, then implementation. No exceptions.
295
296
  - No placeholders. Fully implement or report BLOCKED.
296
297
  - Do not break existing functionality. Run the full test suite ONCE at the end as a final check.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kraftapps-ai/kai",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Autonomous AI developer loop for Claude Code",
5
5
  "bin": {
6
6
  "kai": "kai"