@devflow-tools/plugin-ui-layout 0.3.1 → 0.4.0

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 +21 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @devflow-tools/plugin-ui-layout
2
+
3
+ UI Layout expert plugin for DevFlow — layout patterns, component composition, responsive architecture, and design systems.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @devflow-tools/plugin-ui-layout
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```bash
14
+ devflow init
15
+ # Then in Claude Code:
16
+ # /devflow:ui-layout 审查项目的布局模式
17
+ ```
18
+
19
+ ## License
20
+
21
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/plugin-ui-layout",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@devflow-tools/sdk": "^0.3.0"
20
+ "@devflow-tools/sdk": "^0.4.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.5.0",
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "2d52bb1401b6501a527cac7de0f664c18bf60dcf"
29
+ "gitHead": "c76bcf3a2bb8ac12b871738d6661979eb45090c6"
30
30
  }