@lousy-agents/cli 5.2.0 → 5.2.1

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.
@@ -13,7 +13,7 @@
13
13
  "version": "27.5.1"
14
14
  },
15
15
  "ghcr.io/devcontainers-extra/features/actionlint:1": {
16
- "version": "1.7.9"
16
+ "version": "1.7.11"
17
17
  }
18
18
  },
19
19
  "forwardPorts": [3000, 5432],
@@ -18,7 +18,7 @@ jobs:
18
18
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
 
20
20
  - name: Setup Node.js
21
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
21
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
22
22
  with:
23
23
  node-version-file: '.nvmrc'
24
24
  cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
36
36
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
 
38
38
  - name: Setup Node.js
39
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
39
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
40
40
  with:
41
41
  node-version-file: '.nvmrc'
42
42
  cache: 'npm'
@@ -54,7 +54,7 @@ jobs:
54
54
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
55
 
56
56
  - name: Setup Node.js
57
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
57
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
58
58
  with:
59
59
  node-version-file: '.nvmrc'
60
60
  cache: 'npm'
@@ -76,7 +76,7 @@ jobs:
76
76
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
77
 
78
78
  - name: Setup Node.js
79
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
79
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
80
80
  with:
81
81
  node-version-file: '.nvmrc'
82
82
  cache: 'npm'
@@ -9,7 +9,7 @@
9
9
  "version": "0.1.0",
10
10
  "dependencies": {
11
11
  "@fastify/cors": "11.0.1",
12
- "@fastify/sensible": "6.0.3",
12
+ "@fastify/sensible": "6.0.4",
13
13
  "fastify": "5.8.1",
14
14
  "kysely": "0.28.2",
15
15
  "pino": "9.6.0",
@@ -771,9 +771,9 @@
771
771
  }
772
772
  },
773
773
  "node_modules/@fastify/sensible": {
774
- "version": "6.0.3",
775
- "resolved": "https://registry.npmjs.org/@fastify/sensible/-/sensible-6.0.3.tgz",
776
- "integrity": "sha512-Iyn8698hp/e5+v8SNBBruTa7UfrMEP52R16dc9jMpqSyEcPsvWFQo+R6WwHCUnJiLIsuci2ZoEZ7ilrSSCPIVg==",
774
+ "version": "6.0.4",
775
+ "resolved": "https://registry.npmjs.org/@fastify/sensible/-/sensible-6.0.4.tgz",
776
+ "integrity": "sha512-1vxcCUlPMew6WroK8fq+LVOwbsLtX+lmuRuqpcp6eYqu6vmkLwbKTdBWAZwbeaSgCfW4tzUpTIHLLvTiQQ1BwQ==",
777
777
  "funding": [
778
778
  {
779
779
  "type": "github",
@@ -791,7 +791,7 @@
791
791
  "fastify-plugin": "^5.0.0",
792
792
  "forwarded": "^0.2.0",
793
793
  "http-errors": "^2.0.0",
794
- "type-is": "^1.6.18",
794
+ "type-is": "^2.0.1",
795
795
  "vary": "^1.1.2"
796
796
  }
797
797
  },
@@ -2163,6 +2163,15 @@
2163
2163
  "node": ">= 14"
2164
2164
  }
2165
2165
  },
2166
+ "node_modules/content-type": {
2167
+ "version": "1.0.5",
2168
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
2169
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
2170
+ "license": "MIT",
2171
+ "engines": {
2172
+ "node": ">= 0.6"
2173
+ }
2174
+ },
2166
2175
  "node_modules/cookie": {
2167
2176
  "version": "1.1.1",
2168
2177
  "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
@@ -3105,33 +3114,37 @@
3105
3114
  }
3106
3115
  },
3107
3116
  "node_modules/media-typer": {
3108
- "version": "0.3.0",
3109
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
3110
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
3117
+ "version": "1.1.0",
3118
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
3119
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
3111
3120
  "license": "MIT",
3112
3121
  "engines": {
3113
- "node": ">= 0.6"
3122
+ "node": ">= 0.8"
3114
3123
  }
3115
3124
  },
3116
3125
  "node_modules/mime-db": {
3117
- "version": "1.52.0",
3118
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3119
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3126
+ "version": "1.54.0",
3127
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
3128
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
3120
3129
  "license": "MIT",
3121
3130
  "engines": {
3122
3131
  "node": ">= 0.6"
3123
3132
  }
3124
3133
  },
3125
3134
  "node_modules/mime-types": {
3126
- "version": "2.1.35",
3127
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
3128
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
3135
+ "version": "3.0.2",
3136
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
3137
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
3129
3138
  "license": "MIT",
3130
3139
  "dependencies": {
3131
- "mime-db": "1.52.0"
3140
+ "mime-db": "^1.54.0"
3132
3141
  },
3133
3142
  "engines": {
3134
- "node": ">= 0.6"
3143
+ "node": ">=18"
3144
+ },
3145
+ "funding": {
3146
+ "type": "opencollective",
3147
+ "url": "https://opencollective.com/express"
3135
3148
  }
3136
3149
  },
3137
3150
  "node_modules/minimatch": {
@@ -4227,13 +4240,14 @@
4227
4240
  "license": "Unlicense"
4228
4241
  },
4229
4242
  "node_modules/type-is": {
4230
- "version": "1.6.18",
4231
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
4232
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
4243
+ "version": "2.0.1",
4244
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
4245
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
4233
4246
  "license": "MIT",
4234
4247
  "dependencies": {
4235
- "media-typer": "0.3.0",
4236
- "mime-types": "~2.1.24"
4248
+ "content-type": "^1.0.5",
4249
+ "media-typer": "^1.1.0",
4250
+ "mime-types": "^3.0.0"
4237
4251
  },
4238
4252
  "engines": {
4239
4253
  "node": ">= 0.6"
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@fastify/cors": "11.0.1",
20
- "@fastify/sensible": "6.0.3",
20
+ "@fastify/sensible": "6.0.4",
21
21
  "fastify": "5.8.1",
22
22
  "kysely": "0.28.2",
23
23
  "pino": "9.6.0",
@@ -10,7 +10,7 @@
10
10
  "upgradePackages": true
11
11
  },
12
12
  "ghcr.io/devcontainers-extra/features/actionlint:1": {
13
- "version": "1.7.9"
13
+ "version": "1.7.11"
14
14
  }
15
15
  },
16
16
  "forwardPorts": [],
@@ -18,7 +18,7 @@ jobs:
18
18
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
 
20
20
  - name: Setup Node.js
21
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
21
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
22
22
  with:
23
23
  node-version-file: '.nvmrc'
24
24
  cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
36
36
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
 
38
38
  - name: Setup Node.js
39
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
39
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
40
40
  with:
41
41
  node-version-file: '.nvmrc'
42
42
  cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
55
55
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
56
 
57
57
  - name: Setup Node.js
58
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
58
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
59
59
  with:
60
60
  node-version-file: '.nvmrc'
61
61
  cache: 'npm'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants",
5
5
  "type": "module",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "version": "27.5.1"
14
14
  },
15
15
  "ghcr.io/devcontainers-extra/features/actionlint:1": {
16
- "version": "1.7.9"
16
+ "version": "1.7.11"
17
17
  }
18
18
  },
19
19
  "forwardPorts": [3000],
@@ -18,7 +18,7 @@ jobs:
18
18
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
 
20
20
  - name: Setup Node.js
21
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
21
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
22
22
  with:
23
23
  node-version-file: '.nvmrc'
24
24
  cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
36
36
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
 
38
38
  - name: Setup Node.js
39
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
39
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
40
40
  with:
41
41
  node-version-file: '.nvmrc'
42
42
  cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
55
55
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
56
 
57
57
  - name: Setup Node.js
58
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
58
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
59
59
  with:
60
60
  node-version-file: '.nvmrc'
61
61
  cache: 'npm'
@@ -21,7 +21,7 @@ jobs:
21
21
  uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22
22
 
23
23
  - name: Setup Node.js
24
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
24
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25
25
  with:
26
26
  node-version-file: ".nvmrc"
27
27