@lousy-agents/cli 2.5.1 → 2.5.3

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
- "root": false,
3
- "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2
+ "root": true,
3
+ "$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",
@@ -0,0 +1,6 @@
1
+ node_modules/
2
+ dist/
3
+ coverage/
4
+ *.tgz
5
+ .env
6
+ .env.local
@@ -25,7 +25,7 @@
25
25
  "zod": "3.25.56"
26
26
  },
27
27
  "devDependencies": {
28
- "@biomejs/biome": "2.3.8",
28
+ "@biomejs/biome": "2.4.2",
29
29
  "@testcontainers/postgresql": "10.25.0",
30
30
  "@types/node": "22.16.4",
31
31
  "chance": "1.1.12",
package/dist/index.js CHANGED
@@ -30133,7 +30133,7 @@ const CLI_TEMPLATE_DIR = (0,external_node_path_.join)(PROJECT_ROOT, "cli", "copi
30133
30133
  {
30134
30134
  type: "file",
30135
30135
  path: "biome.json",
30136
- content: readRestApiTemplateFile("biome.json")
30136
+ content: readRestApiTemplateFile("biome.template.json")
30137
30137
  },
30138
30138
  {
30139
30139
  type: "file",
@@ -30150,6 +30150,11 @@ const CLI_TEMPLATE_DIR = (0,external_node_path_.join)(PROJECT_ROOT, "cli", "copi
30150
30150
  path: ".yamllint",
30151
30151
  content: readRestApiTemplateFile(".yamllint")
30152
30152
  },
30153
+ {
30154
+ type: "file",
30155
+ path: ".gitignore",
30156
+ content: readRestApiTemplateFile("gitignore.template")
30157
+ },
30153
30158
  // GitHub copilot instructions
30154
30159
  {
30155
30160
  type: "directory",