@precisionutilityguild/liquid-shadow 1.0.1 → 1.0.2
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/dist/entry/cli/index.js +271 -225
- package/dist/entry/mcp/server.js +305 -255
- package/dist/index.js +52 -45
- package/dist/web-manifest.json +28 -8
- package/package.json +3 -2
package/dist/web-manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.2",
|
|
3
3
|
"toolsByPrefix": {
|
|
4
4
|
"RECON": {
|
|
5
5
|
"subcommands": [
|
|
@@ -79,37 +79,57 @@
|
|
|
79
79
|
{
|
|
80
80
|
"slug": "audit",
|
|
81
81
|
"name": "AUDIT",
|
|
82
|
-
"description": "
|
|
82
|
+
"description": "name: audit"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"slug": "chronicle",
|
|
86
86
|
"name": "CHRONICLE",
|
|
87
|
-
"description": "
|
|
87
|
+
"description": "name: chronicle"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"slug": "continue",
|
|
91
91
|
"name": "CONTINUE",
|
|
92
|
-
"description": "
|
|
92
|
+
"description": "name: continue"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"slug": "mission",
|
|
96
96
|
"name": "MISSION",
|
|
97
|
-
"description": "
|
|
97
|
+
"description": "name: mission"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"slug": "onboard",
|
|
101
101
|
"name": "ONBOARD",
|
|
102
|
-
"description": "
|
|
102
|
+
"description": "name: onboard"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"slug": "research",
|
|
106
|
+
"name": "RESEARCH",
|
|
107
|
+
"description": "name: research"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"slug": "sync",
|
|
111
|
+
"name": "SYNC",
|
|
112
|
+
"description": "name: sync"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"slug": "synthesize",
|
|
116
|
+
"name": "SYNTHESIZE",
|
|
117
|
+
"description": "name: synthesize"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"slug": "trace-impact",
|
|
121
|
+
"name": "TRACE IMPACT",
|
|
122
|
+
"description": "name: trace-impact"
|
|
103
123
|
},
|
|
104
124
|
{
|
|
105
125
|
"slug": "understand",
|
|
106
126
|
"name": "UNDERSTAND",
|
|
107
|
-
"description": "
|
|
127
|
+
"description": "name: understand"
|
|
108
128
|
},
|
|
109
129
|
{
|
|
110
130
|
"slug": "workspace",
|
|
111
131
|
"name": "WORKSPACE",
|
|
112
|
-
"description": "
|
|
132
|
+
"description": "name: workspace"
|
|
113
133
|
}
|
|
114
134
|
]
|
|
115
135
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@precisionutilityguild/liquid-shadow",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Tactical Repository Intelligence Operative - Liquid Shadow Ecosystem",
|
|
5
5
|
"homepage": "https://liquidshadow.pugcorp.online/",
|
|
6
6
|
"repository": {
|
|
@@ -57,8 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"typescript",
|
|
60
|
+
"polyglot",
|
|
61
|
+
"mcp",
|
|
60
62
|
"cli",
|
|
61
|
-
"repo",
|
|
62
63
|
"summarizer",
|
|
63
64
|
"LLM",
|
|
64
65
|
"AI"
|