@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.
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ node_modules/
2
+ dist/
3
+ coverage/
4
+ *.tgz
@@ -19,7 +19,7 @@
19
19
  "zod": "3.25.56"
20
20
  },
21
21
  "devDependencies": {
22
- "@biomejs/biome": "2.3.8",
22
+ "@biomejs/biome": "2.3.14",
23
23
  "@types/node": "22.16.4",
24
24
  "chance": "1.1.12",
25
25
  "tsx": "4.20.3",
@@ -0,0 +1,7 @@
1
+ import { describe, expect, it } from "vitest";
2
+
3
+ describe("<%= it.projectName %>", () => {
4
+ it("should be defined", () => {
5
+ expect(true).toBe(true);
6
+ });
7
+ });
@@ -0,0 +1,10 @@
1
+ import { defineCommand, runMain } from "citty";
2
+
3
+ const main = defineCommand({
4
+ meta: {
5
+ name: "<%= it.projectName %>",
6
+ description: "CLI application built with citty",
7
+ },
8
+ });
9
+
10
+ runMain(main);
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)('file:///home/runner/work/lousy-agents/lousy-agents/node_modules/tinyexec/dist/main.js');
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",