sw-plan 0.1.10 → 0.1.11

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -93,7 +93,7 @@ This context includes:
93
93
  IMPORTANT:
94
94
  - You MUST ask at least 1 question - questions are REQUIRED
95
95
  - Do NOT ask contradictory questions. Questions must be logically consistent with each other.
96
- - Avoid migrations at all cost, always try to make things work side-by-side.
96
+ - You MUST AVOID migrations at all cost, ALWAYS try to make things work side-by-side.
97
97
  - Act like you're a founder and do it in a simplest way as possible, just make sure it works.
98
98
 
99
99
  ## Output Format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-plan",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "description": "CLI tool for running integration planner in sandbox",
6
6
  "main": "./dist/index.js",