@lousy-agents/cli 2.3.1 → 2.3.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/cli/copilot-with-citty/biome.template.json +48 -0
- package/cli/copilot-with-citty/gitignore.template +4 -0
- package/cli/copilot-with-citty/package.json +1 -1
- package/cli/copilot-with-citty/src/index.test.ts +7 -0
- package/cli/copilot-with-citty/src/index.ts +10 -0
- package/dist/255.js +1 -1
- package/dist/255.js.map +1 -1
- package/dist/index.js +39 -5
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.js +1 -1
- package/dist/mcp-server.js.map +1 -1
- package/package.json +1 -1
- package/cli/copilot-with-citty/biome.json +0 -31
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"root": true,
|
|
3
|
+
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
|
|
4
|
+
"vcs": {
|
|
5
|
+
"enabled": true,
|
|
6
|
+
"clientKind": "git",
|
|
7
|
+
"useIgnoreFile": true
|
|
8
|
+
},
|
|
9
|
+
"files": {
|
|
10
|
+
"ignoreUnknown": false,
|
|
11
|
+
"includes": ["src/**", "*.ts", "*.json"]
|
|
12
|
+
},
|
|
13
|
+
"formatter": {
|
|
14
|
+
"enabled": true,
|
|
15
|
+
"indentStyle": "space",
|
|
16
|
+
"indentWidth": 4
|
|
17
|
+
},
|
|
18
|
+
"linter": {
|
|
19
|
+
"enabled": true,
|
|
20
|
+
"domains": {
|
|
21
|
+
"test": "all"
|
|
22
|
+
},
|
|
23
|
+
"rules": {
|
|
24
|
+
"recommended": true,
|
|
25
|
+
"style": {
|
|
26
|
+
"noParameterAssign": "error",
|
|
27
|
+
"noUselessElse": "error",
|
|
28
|
+
"useConsistentBuiltinInstantiation": "error",
|
|
29
|
+
"useConsistentCurlyBraces": "error",
|
|
30
|
+
"useFilenamingConvention": "error",
|
|
31
|
+
"useNamingConvention": "error"
|
|
32
|
+
},
|
|
33
|
+
"performance": {
|
|
34
|
+
"noNamespaceImport": "error",
|
|
35
|
+
"noReExportAll": "error"
|
|
36
|
+
},
|
|
37
|
+
"suspicious": {
|
|
38
|
+
"noConsole": "warn",
|
|
39
|
+
"noVar": "error"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"javascript": {
|
|
44
|
+
"formatter": {
|
|
45
|
+
"quoteStyle": "double"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
package/dist/255.js
CHANGED
|
@@ -193,7 +193,7 @@ var main_ = (e, t, n) => (n = e != null ? main_l(main_p(e)) : {}, main_g(t || !e
|
|
|
193
193
|
value: e,
|
|
194
194
|
enumerable: true
|
|
195
195
|
}) : n, e));
|
|
196
|
-
var main_v = /* @__PURE__ */ (0,external_module_.createRequire)(
|
|
196
|
+
var main_v = /* @__PURE__ */ (0,external_module_.createRequire)(import.meta.url);
|
|
197
197
|
const main_y = /^path$/i;
|
|
198
198
|
const main_b = {
|
|
199
199
|
key: "PATH",
|