@xagent/x-cli 1.1.58 → 1.1.60
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/README.md +10 -1
- package/dist/index.js +18 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/.xcli/auto-read-config.json +0 -100
package/package.json
CHANGED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"enabled": true,
|
|
3
|
-
"showLoadingMessage": true,
|
|
4
|
-
"showSummaryMessage": true,
|
|
5
|
-
"folders": [
|
|
6
|
-
{
|
|
7
|
-
"name": "system",
|
|
8
|
-
"description": "System Architecture & State",
|
|
9
|
-
"priority": 1,
|
|
10
|
-
"files": [
|
|
11
|
-
{
|
|
12
|
-
"name": "architecture.md",
|
|
13
|
-
"title": "System Architecture",
|
|
14
|
-
"description": "Complete system design and technology stack",
|
|
15
|
-
"icon": "📋",
|
|
16
|
-
"required": true
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "critical-state.md",
|
|
20
|
-
"title": "Critical State",
|
|
21
|
-
"description": "Current system capabilities and status",
|
|
22
|
-
"icon": "🏗️",
|
|
23
|
-
"required": false
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "installation.md",
|
|
27
|
-
"title": "Installation",
|
|
28
|
-
"description": "Setup and deployment procedures",
|
|
29
|
-
"icon": "🏗️",
|
|
30
|
-
"required": false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "api-schema.md",
|
|
34
|
-
"title": "API Schema",
|
|
35
|
-
"description": "API integration specifications",
|
|
36
|
-
"icon": "🏗️",
|
|
37
|
-
"required": false
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "auto-read-system.md",
|
|
41
|
-
"title": "Auto-Read System",
|
|
42
|
-
"description": "Documentation of this auto-loading feature",
|
|
43
|
-
"icon": "🏗️",
|
|
44
|
-
"required": false
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "sop",
|
|
50
|
-
"description": "Standard Operating Procedures",
|
|
51
|
-
"priority": 2,
|
|
52
|
-
"files": [
|
|
53
|
-
{
|
|
54
|
-
"name": "git-workflow.md",
|
|
55
|
-
"title": "Git Workflow SOP",
|
|
56
|
-
"description": "Git workflow standards and smart push guidelines",
|
|
57
|
-
"icon": "🔧",
|
|
58
|
-
"required": true
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "release-management.md",
|
|
62
|
-
"title": "Release Management SOP",
|
|
63
|
-
"description": "Automated release processes and version management",
|
|
64
|
-
"icon": "📖",
|
|
65
|
-
"required": false
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "automation-protection.md",
|
|
69
|
-
"title": "Automation Protection SOP",
|
|
70
|
-
"description": "Safeguards for automated NPM publishing",
|
|
71
|
-
"icon": "📖",
|
|
72
|
-
"required": false
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "npm-publishing-troubleshooting.md",
|
|
76
|
-
"title": "NPM Publishing Troubleshooting",
|
|
77
|
-
"description": "NPM publication issue resolution",
|
|
78
|
-
"icon": "📖",
|
|
79
|
-
"required": false
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"customFolders": [
|
|
85
|
-
// Add custom folders here
|
|
86
|
-
// {
|
|
87
|
-
// "name": "guides",
|
|
88
|
-
// "description": "Project Guides",
|
|
89
|
-
// "priority": 3,
|
|
90
|
-
// "files": [
|
|
91
|
-
// {
|
|
92
|
-
// "name": "*.md",
|
|
93
|
-
// "pattern": true,
|
|
94
|
-
// "title": "Guide",
|
|
95
|
-
// "icon": "📚"
|
|
96
|
-
// }
|
|
97
|
-
// ]
|
|
98
|
-
// }
|
|
99
|
-
]
|
|
100
|
-
}
|