@fewangsit/wangsvue 1.5.229-alpha.44 → 1.5.229-alpha.45

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "metadata": {
3
- "generatedAt": "2026-02-02T02:30:01.762Z",
3
+ "generatedAt": "2026-02-02T04:33:07.092Z",
4
4
  "version": "1.0.0",
5
5
  "totalComponents": 83,
6
6
  "packagePath": "../../packages/wangsit-workspace"
@@ -1,5 +1,5 @@
1
1
  Component Data Source Summary
2
- Generated: 2026-02-02T02:30:01.762Z
2
+ Generated: 2026-02-02T04:33:07.092Z
3
3
  Version: 1.0.0
4
4
  Total Components: 83
5
5
  Package: ../../packages/wangsit-workspace
package/mcp/main.js CHANGED
@@ -16939,7 +16939,7 @@ Arguments for init-rules:
16939
16939
 
16940
16940
  Options:
16941
16941
  --api-services Only initialize rules for API services documentation
16942
- --merge-all Create a single merged rules file starting with Master Operating Directive.md
16942
+ --split Generate separate rule files instead of a single merged file (default: merged)
16943
16943
 
16944
16944
  Available editors:
16945
16945
  kiro - Kiro editor (inclusion: always, output: .kiro/steering/)
@@ -16956,8 +16956,8 @@ Examples:
16956
16956
  wangsvue-mcp init-rules copilot
16957
16957
  wangsvue-mcp init-rules default
16958
16958
  wangsvue-mcp init-rules kiro --api-services
16959
- wangsvue-mcp init-rules kiro --merge-all
16960
- wangsvue-mcp init-rules kiro --api-services --merge-all
16959
+ wangsvue-mcp init-rules kiro --split
16960
+ wangsvue-mcp init-rules kiro --api-services --split
16961
16961
  `);
16962
16962
  }
16963
16963
  async function m0() {
@@ -16969,7 +16969,7 @@ async function m0() {
16969
16969
  await h0();
16970
16970
  break;
16971
16971
  case "init-rules":
16972
- const r = t[1], n = t.includes("--api-services"), s = t.includes("--merge-all");
16972
+ const r = t[1], n = t.includes("--api-services"), s = !t.includes("--split");
16973
16973
  r || (Fs(), process.exit(1));
16974
16974
  try {
16975
16975
  console.log("Initializing rules..."), await gl(r, n, s), console.log("Rules initialization completed successfully!"), process.exit(0);
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-mcp",
3
- "version": "1.5.229-alpha.43",
3
+ "version": "1.5.229-alpha.44",
4
4
  "description": "MCP Server for @fewangsit/wangsvue",
5
5
  "main": "main.js",
6
6
  "type": "module",
@@ -10,18 +10,18 @@
10
10
  "buildContext": {
11
11
  "package": {
12
12
  "name": "@fewangsit/wangsvue",
13
- "version": "1.5.229-alpha.43",
13
+ "version": "1.5.229-alpha.44",
14
14
  "description": "Wangsit VueJS Component Library",
15
15
  "repository": "https://github.com/fewangsit/wangsvue",
16
16
  "workspace": "wangsvue"
17
17
  },
18
18
  "build": {
19
- "timestamp": "2026-02-02T02:30:02.894Z",
19
+ "timestamp": "2026-02-02T04:33:08.922Z",
20
20
  "gitInfo": {
21
- "head": "c2a592c74ff1056b8ff8f5db07d463974d11c684",
21
+ "head": "2769eed6dc33071b3bf62839589102cd929dc8dd",
22
22
  "branch": "feat/mcp",
23
23
  "repository": "https://github.com/fewangsit/wangsvue.git",
24
- "timestamp": "2026-02-02T02:30:02.652Z"
24
+ "timestamp": "2026-02-02T04:33:08.599Z"
25
25
  }
26
26
  }
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue",
3
- "version": "1.5.229-alpha.44",
3
+ "version": "1.5.229-alpha.45",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Wangsit VueJS Component Library",
6
6
  "type": "module",