openmoneta-dev-kit 2.0.0 → 2.0.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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmoneta-dev-kit",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "OpenMoneta Dev Kit — Biến Cursor IDE / OpenCode thành team developer hoàn chỉnh với quy trình 6 bước, adaptive planning, hooks enforcement, và token-aware doc routing",
5
5
  "keywords": [
6
6
  "cursor",
@@ -46,7 +46,7 @@ if [[ ! -d "$TEMPLATES" ]]; then
46
46
  echo " Cài OpenCode: bash install-opencode.sh" >&2
47
47
  exit 1
48
48
  fi
49
- KIT_VERSION=$(cat "$OPENMONETA_HOME/.openmoneta-version" 2>/dev/null || echo "1.7.x")
49
+ KIT_VERSION=$(cat "$OPENMONETA_HOME/.openmoneta-version" 2>/dev/null || cat "$OPENMONETA_HOME/VERSION" 2>/dev/null || echo "1.7.x")
50
50
 
51
51
  echo "==> Init OpenMoneta Dev Kit (Lean Mode v$KIT_VERSION) cho: $PROJECT_DIR"
52
52
  echo ""