@mind-fold/open-flow 0.2.2 → 0.2.8

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/README.md +0 -1
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -184,4 +184,3 @@ npm run dev
184
184
  ## License
185
185
 
186
186
  MIT
187
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mind-fold/open-flow",
3
- "version": "0.2.2",
3
+ "version": "0.2.8",
4
4
  "description": "AI-assisted development workflow initializer for Cursor, Claude Code and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,7 +17,10 @@
17
17
  "copy-templates": "cp -r src/templates/commands/*.txt dist/templates/commands/ && cp -r src/templates/scripts/*.txt dist/templates/scripts/ && cp -r src/templates/markdown/*.txt dist/templates/markdown/ && cp -r src/templates/markdown/structure dist/templates/markdown/",
18
18
  "dev": "tsc --watch",
19
19
  "start": "node ./dist/cli/index.js",
20
- "prepublishOnly": "npm run build"
20
+ "prepublishOnly": "npm run build",
21
+ "release": "git add -A && git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates' && npm version patch && git push origin main --tags",
22
+ "release:minor": "git add -A && git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates' && npm version minor && git push origin main --tags",
23
+ "release:major": "git add -A && git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates' && npm version major && git push origin main --tags"
21
24
  },
22
25
  "keywords": [
23
26
  "ai",