@devflow-tools/cli 0.16.0 → 0.16.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 (31) hide show
  1. package/dist/commands/server.js +1 -1
  2. package/dist/commands/start.js +1 -1
  3. package/dist/lib/plugin-setup.d.ts +3 -4
  4. package/dist/lib/plugin-setup.d.ts.map +1 -1
  5. package/dist/lib/plugin-setup.js +128 -17
  6. package/dist/lib/plugin-setup.js.map +1 -1
  7. package/dist/lib/with-server.js +1 -1
  8. package/dist/plugin-files/package.json +8 -6
  9. package/dist/plugin-files/skills/devflow/SKILL.md +20 -0
  10. package/dist/plugin-files/skills/devflow:animation/SKILL.md +38 -0
  11. package/dist/plugin-files/skills/devflow:context/SKILL.md +63 -0
  12. package/dist/plugin-files/skills/devflow:css/SKILL.md +38 -0
  13. package/dist/plugin-files/skills/devflow:docker/SKILL.md +42 -0
  14. package/dist/plugin-files/skills/devflow:doctor/SKILL.md +17 -0
  15. package/dist/plugin-files/skills/devflow:electron/SKILL.md +42 -0
  16. package/dist/plugin-files/skills/devflow:git/SKILL.md +42 -0
  17. package/dist/plugin-files/skills/devflow:graph/SKILL.md +55 -0
  18. package/dist/plugin-files/skills/devflow:graphql/SKILL.md +41 -0
  19. package/dist/plugin-files/skills/devflow:knowledge/SKILL.md +55 -0
  20. package/dist/plugin-files/skills/devflow:memory/SKILL.md +54 -0
  21. package/dist/plugin-files/skills/devflow:nest/SKILL.md +41 -0
  22. package/dist/plugin-files/skills/devflow:nextjs/SKILL.md +38 -0
  23. package/dist/plugin-files/skills/devflow:performance/SKILL.md +42 -0
  24. package/dist/plugin-files/skills/devflow:react/SKILL.md +50 -0
  25. package/dist/plugin-files/skills/devflow:start/SKILL.md +50 -0
  26. package/dist/plugin-files/skills/devflow:tailwind/SKILL.md +38 -0
  27. package/dist/plugin-files/skills/devflow:taro/SKILL.md +41 -0
  28. package/dist/plugin-files/skills/devflow:ui-layout/SKILL.md +38 -0
  29. package/dist/plugin-files/skills/devflow:vue/SKILL.md +45 -0
  30. package/dist/plugin-files/skills/devflow:workflow/SKILL.md +55 -0
  31. package/package.json +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/cli",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -12,31 +12,31 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@colbymchenry/codegraph": "^1.1.1",
15
- "@devflow-tools/adapters": "0.16.0",
16
- "@devflow-tools/benchmark": "0.16.0",
17
- "@devflow-tools/context-engine": "0.16.0",
15
+ "@devflow-tools/adapters": "0.16.1",
16
+ "@devflow-tools/benchmark": "0.16.1",
17
+ "@devflow-tools/context-engine": "0.16.1",
18
18
  "@devflow-tools/database": "0.16.0",
19
- "@devflow-tools/knowledge-engine": "0.16.0",
20
- "@devflow-tools/mcp-server": "0.16.0",
21
- "@devflow-tools/memory-engine": "0.16.0",
22
- "@devflow-tools/plugin-animation": "0.16.0",
23
- "@devflow-tools/plugin-css": "0.16.0",
24
- "@devflow-tools/plugin-docker": "0.16.0",
25
- "@devflow-tools/plugin-electron": "0.16.0",
26
- "@devflow-tools/plugin-git": "0.16.0",
27
- "@devflow-tools/plugin-graphql": "0.16.0",
28
- "@devflow-tools/plugin-nest": "0.16.0",
29
- "@devflow-tools/plugin-nextjs": "0.16.0",
30
- "@devflow-tools/plugin-performance": "0.16.0",
31
- "@devflow-tools/plugin-react": "0.16.0",
32
- "@devflow-tools/plugin-tailwind": "0.16.0",
33
- "@devflow-tools/plugin-taro": "0.16.0",
34
- "@devflow-tools/plugin-ui-layout": "0.16.0",
35
- "@devflow-tools/plugin-vue": "0.16.0",
36
- "@devflow-tools/sdk": "0.16.0",
37
- "@devflow-tools/server": "0.16.0",
38
- "@devflow-tools/telemetry": "0.16.0",
39
- "@devflow-tools/workflow-engine": "0.16.0",
19
+ "@devflow-tools/knowledge-engine": "0.16.1",
20
+ "@devflow-tools/mcp-server": "0.16.1",
21
+ "@devflow-tools/memory-engine": "0.16.1",
22
+ "@devflow-tools/plugin-animation": "0.16.1",
23
+ "@devflow-tools/plugin-css": "0.16.1",
24
+ "@devflow-tools/plugin-docker": "0.16.1",
25
+ "@devflow-tools/plugin-electron": "0.16.1",
26
+ "@devflow-tools/plugin-git": "0.16.1",
27
+ "@devflow-tools/plugin-graphql": "0.16.1",
28
+ "@devflow-tools/plugin-nest": "0.16.1",
29
+ "@devflow-tools/plugin-nextjs": "0.16.1",
30
+ "@devflow-tools/plugin-performance": "0.16.1",
31
+ "@devflow-tools/plugin-react": "0.16.1",
32
+ "@devflow-tools/plugin-tailwind": "0.16.1",
33
+ "@devflow-tools/plugin-taro": "0.16.1",
34
+ "@devflow-tools/plugin-ui-layout": "0.16.1",
35
+ "@devflow-tools/plugin-vue": "0.16.1",
36
+ "@devflow-tools/sdk": "0.16.1",
37
+ "@devflow-tools/server": "0.16.1",
38
+ "@devflow-tools/telemetry": "0.16.1",
39
+ "@devflow-tools/workflow-engine": "0.16.1",
40
40
  "@inquirer/prompts": "^7.10.1",
41
41
  "chalk": "^5.3.0",
42
42
  "commander": "^12.0.0"
@@ -49,5 +49,5 @@
49
49
  "dist",
50
50
  "bin"
51
51
  ],
52
- "gitHead": "2f52776bda72517354d44453756cccb9e8de9afa"
52
+ "gitHead": "dfaeb66efe9c87c388fbe6f1b706e9fcf087ce6d"
53
53
  }