@lousy-agents/cli 5.15.6 → 5.15.7

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.
@@ -3,14 +3,14 @@
3
3
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
5
  "ghcr.io/devcontainers/features/node:1.7.1": {
6
- "version": "24.17.0"
6
+ "version": "24.18.0"
7
7
  },
8
8
  "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
9
  "version": "latest"
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.186"
13
+ "version": "v2.1.195"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -1 +1 @@
1
- 24.17.0
1
+ 24.18.0
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@fastify/cors": "11.2.0",
12
12
  "@fastify/sensible": "6.0.4",
13
- "fastify": "5.8.5",
13
+ "fastify": "5.9.0",
14
14
  "kysely": "0.29.2",
15
15
  "pino": "10.3.1",
16
16
  "postgres": "3.4.9",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.5.1",
21
- "@lousy-agents/mcp": "5.15.5",
21
+ "@lousy-agents/mcp": "5.15.6",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
23
  "@testcontainers/postgresql": "12.0.3",
24
24
  "@types/node": "24.13.2",
@@ -956,9 +956,9 @@
956
956
  }
957
957
  },
958
958
  "node_modules/@lousy-agents/mcp": {
959
- "version": "5.15.5",
960
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.5.tgz",
961
- "integrity": "sha512-5akHZR+lJapTHTa8Oo4QFeFeholVCXCOn89CjXxnoS7uFrijEbi7PH+elVFFNxnSw0VVNEJtgi6AKO2wZRchuA==",
959
+ "version": "5.15.6",
960
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.6.tgz",
961
+ "integrity": "sha512-FHbmqBSs/iu0laUehVI3DXNTJvCp8Qzn8j9YwKqM0tCYZwvvDUvdshNy/AvAFUDSQTb2IBatEP3ULgVyWmL82w==",
962
962
  "dev": true,
963
963
  "license": "BSD-2-Clause-Patent",
964
964
  "dependencies": {
@@ -3088,9 +3088,9 @@
3088
3088
  "license": "BSD-3-Clause"
3089
3089
  },
3090
3090
  "node_modules/fastify": {
3091
- "version": "5.8.5",
3092
- "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz",
3093
- "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==",
3091
+ "version": "5.9.0",
3092
+ "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.9.0.tgz",
3093
+ "integrity": "sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==",
3094
3094
  "funding": [
3095
3095
  {
3096
3096
  "type": "github",
@@ -3110,7 +3110,7 @@
3110
3110
  "abstract-logging": "^2.0.1",
3111
3111
  "avvio": "^9.0.0",
3112
3112
  "fast-json-stringify": "^6.0.0",
3113
- "find-my-way": "^9.0.0",
3113
+ "find-my-way": "^9.6.0",
3114
3114
  "light-my-request": "^6.0.0",
3115
3115
  "pino": "^9.14.0 || ^10.1.0",
3116
3116
  "process-warning": "^5.0.0",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@fastify/cors": "11.2.0",
20
20
  "@fastify/sensible": "6.0.4",
21
- "fastify": "5.8.5",
21
+ "fastify": "5.9.0",
22
22
  "kysely": "0.29.2",
23
23
  "pino": "10.3.1",
24
24
  "postgres": "3.4.9",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "2.5.1",
32
- "@lousy-agents/mcp": "5.15.5",
32
+ "@lousy-agents/mcp": "5.15.6",
33
33
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
34
34
  "@testcontainers/postgresql": "12.0.3",
35
35
  "@types/node": "24.13.2",
@@ -3,14 +3,14 @@
3
3
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
5
  "ghcr.io/devcontainers/features/node:1.7.1": {
6
- "version": "24.17.0"
6
+ "version": "24.18.0"
7
7
  },
8
8
  "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
9
  "version": "latest"
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.186"
13
+ "version": "v2.1.195"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -1 +1 @@
1
- 24.17.0
1
+ 24.18.0
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.5.1",
23
- "@lousy-agents/mcp": "5.15.5",
23
+ "@lousy-agents/mcp": "5.15.6",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
25
25
  "@types/node": "24.13.2",
26
26
  "@upstash/context7-mcp": "3.2.2",
package/dist/index.js CHANGED
@@ -19932,77 +19932,6 @@ function safeDestr(value, options = {}) {
19932
19932
 
19933
19933
 
19934
19934
 
19935
- ;// CONCATENATED MODULE: ../../node_modules/defu/dist/defu.mjs
19936
- function defu_isPlainObject(value) {
19937
- if (value === null || typeof value !== "object") {
19938
- return false;
19939
- }
19940
- const prototype = Object.getPrototypeOf(value);
19941
- if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {
19942
- return false;
19943
- }
19944
- if (Symbol.iterator in value) {
19945
- return false;
19946
- }
19947
- if (Symbol.toStringTag in value) {
19948
- return Object.prototype.toString.call(value) === "[object Module]";
19949
- }
19950
- return true;
19951
- }
19952
-
19953
- function defu_defu(baseObject, defaults, namespace = ".", merger) {
19954
- if (!defu_isPlainObject(defaults)) {
19955
- return defu_defu(baseObject, {}, namespace, merger);
19956
- }
19957
- const object = { ...defaults };
19958
- for (const key of Object.keys(baseObject)) {
19959
- if (key === "__proto__" || key === "constructor") {
19960
- continue;
19961
- }
19962
- const value = baseObject[key];
19963
- if (value === null || value === void 0) {
19964
- continue;
19965
- }
19966
- if (merger && merger(object, key, value, namespace)) {
19967
- continue;
19968
- }
19969
- if (Array.isArray(value) && Array.isArray(object[key])) {
19970
- object[key] = [...value, ...object[key]];
19971
- } else if (defu_isPlainObject(value) && defu_isPlainObject(object[key])) {
19972
- object[key] = defu_defu(
19973
- value,
19974
- object[key],
19975
- (namespace ? `${namespace}.` : "") + key.toString(),
19976
- merger
19977
- );
19978
- } else {
19979
- object[key] = value;
19980
- }
19981
- }
19982
- return object;
19983
- }
19984
- function defu_createDefu(merger) {
19985
- return (...arguments_) => (
19986
- // eslint-disable-next-line unicorn/no-array-reduce
19987
- arguments_.reduce((p, c) => defu_defu(p, c, "", merger), {})
19988
- );
19989
- }
19990
- const dist_defu_defu = defu_createDefu();
19991
- const defuFn = defu_createDefu((object, key, currentValue) => {
19992
- if (object[key] !== void 0 && typeof currentValue === "function") {
19993
- object[key] = currentValue(object[key]);
19994
- return true;
19995
- }
19996
- });
19997
- const defuArrayFn = defu_createDefu((object, key, currentValue) => {
19998
- if (Array.isArray(object[key]) && typeof currentValue === "function") {
19999
- object[key] = currentValue(object[key]);
20000
- return true;
20001
- }
20002
- });
20003
-
20004
-
20005
-
20006
19935
  ;// CONCATENATED MODULE: ../../node_modules/rc9/dist/index.mjs
20007
19936
 
20008
19937
 
@@ -20163,6 +20092,77 @@ function updateUser(config, options) {
20163
20092
  //#endregion
20164
20093
 
20165
20094
 
20095
+ ;// CONCATENATED MODULE: ../../node_modules/defu/dist/defu.mjs
20096
+ function defu_isPlainObject(value) {
20097
+ if (value === null || typeof value !== "object") {
20098
+ return false;
20099
+ }
20100
+ const prototype = Object.getPrototypeOf(value);
20101
+ if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {
20102
+ return false;
20103
+ }
20104
+ if (Symbol.iterator in value) {
20105
+ return false;
20106
+ }
20107
+ if (Symbol.toStringTag in value) {
20108
+ return Object.prototype.toString.call(value) === "[object Module]";
20109
+ }
20110
+ return true;
20111
+ }
20112
+
20113
+ function defu_defu(baseObject, defaults, namespace = ".", merger) {
20114
+ if (!defu_isPlainObject(defaults)) {
20115
+ return defu_defu(baseObject, {}, namespace, merger);
20116
+ }
20117
+ const object = { ...defaults };
20118
+ for (const key of Object.keys(baseObject)) {
20119
+ if (key === "__proto__" || key === "constructor") {
20120
+ continue;
20121
+ }
20122
+ const value = baseObject[key];
20123
+ if (value === null || value === void 0) {
20124
+ continue;
20125
+ }
20126
+ if (merger && merger(object, key, value, namespace)) {
20127
+ continue;
20128
+ }
20129
+ if (Array.isArray(value) && Array.isArray(object[key])) {
20130
+ object[key] = [...value, ...object[key]];
20131
+ } else if (defu_isPlainObject(value) && defu_isPlainObject(object[key])) {
20132
+ object[key] = defu_defu(
20133
+ value,
20134
+ object[key],
20135
+ (namespace ? `${namespace}.` : "") + key.toString(),
20136
+ merger
20137
+ );
20138
+ } else {
20139
+ object[key] = value;
20140
+ }
20141
+ }
20142
+ return object;
20143
+ }
20144
+ function defu_createDefu(merger) {
20145
+ return (...arguments_) => (
20146
+ // eslint-disable-next-line unicorn/no-array-reduce
20147
+ arguments_.reduce((p, c) => defu_defu(p, c, "", merger), {})
20148
+ );
20149
+ }
20150
+ const dist_defu_defu = defu_createDefu();
20151
+ const defuFn = (/* unused pure expression or super */ null && (defu_createDefu((object, key, currentValue) => {
20152
+ if (object[key] !== void 0 && typeof currentValue === "function") {
20153
+ object[key] = currentValue(object[key]);
20154
+ return true;
20155
+ }
20156
+ })));
20157
+ const defuArrayFn = (/* unused pure expression or super */ null && (defu_createDefu((object, key, currentValue) => {
20158
+ if (Array.isArray(object[key]) && typeof currentValue === "function") {
20159
+ object[key] = currentValue(object[key]);
20160
+ return true;
20161
+ }
20162
+ })));
20163
+
20164
+
20165
+
20166
20166
  // EXTERNAL MODULE: ../../node_modules/confbox/dist/_chunks/_format.mjs
20167
20167
  var _format = __webpack_require__(5492);
20168
20168
  ;// CONCATENATED MODULE: ../../node_modules/confbox/dist/_chunks/json.mjs
@@ -50862,15 +50862,15 @@ module.exports = __rspack_createRequire_require("zlib");
50862
50862
 
50863
50863
  },
50864
50864
  9703(__unused_rspack_module, exports) {
50865
- var __webpack_unused_export__;
50865
+ var __rspack_unused_export;
50866
50866
 
50867
50867
  /*!
50868
50868
  * content-type
50869
50869
  * Copyright(c) 2015 Douglas Christopher Wilson
50870
50870
  * MIT Licensed
50871
50871
  */
50872
- __webpack_unused_export__ = ({ value: true });
50873
- __webpack_unused_export__ = format;
50872
+ __rspack_unused_export = ({ value: true });
50873
+ __rspack_unused_export = format;
50874
50874
  exports.qg = parse;
50875
50875
  const TEXT_REGEXP = /^[\u0009\u0020-\u007e\u0080-\u00ff]*$/;
50876
50876
  const TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;
@@ -53574,7 +53574,7 @@ exports.prettifyError = prettifyError;
53574
53574
 
53575
53575
  },
53576
53576
  3519(__unused_rspack_module, exports, __webpack_require__) {
53577
- var __webpack_unused_export__;
53577
+ var __rspack_unused_export;
53578
53578
 
53579
53579
 
53580
53580
  var composer = __webpack_require__(8480);
@@ -53596,35 +53596,35 @@ var visit = __webpack_require__(4364);
53596
53596
 
53597
53597
 
53598
53598
 
53599
- __webpack_unused_export__ = composer.Composer;
53600
- __webpack_unused_export__ = Document.Document;
53601
- __webpack_unused_export__ = Schema.Schema;
53602
- __webpack_unused_export__ = errors.YAMLError;
53603
- __webpack_unused_export__ = errors.YAMLParseError;
53604
- __webpack_unused_export__ = errors.YAMLWarning;
53605
- __webpack_unused_export__ = Alias.Alias;
53606
- __webpack_unused_export__ = identity.isAlias;
53607
- __webpack_unused_export__ = identity.isCollection;
53608
- __webpack_unused_export__ = identity.isDocument;
53609
- __webpack_unused_export__ = identity.isMap;
53610
- __webpack_unused_export__ = identity.isNode;
53611
- __webpack_unused_export__ = identity.isPair;
53612
- __webpack_unused_export__ = identity.isScalar;
53613
- __webpack_unused_export__ = identity.isSeq;
53614
- __webpack_unused_export__ = Pair.Pair;
53599
+ __rspack_unused_export = composer.Composer;
53600
+ __rspack_unused_export = Document.Document;
53601
+ __rspack_unused_export = Schema.Schema;
53602
+ __rspack_unused_export = errors.YAMLError;
53603
+ __rspack_unused_export = errors.YAMLParseError;
53604
+ __rspack_unused_export = errors.YAMLWarning;
53605
+ __rspack_unused_export = Alias.Alias;
53606
+ __rspack_unused_export = identity.isAlias;
53607
+ __rspack_unused_export = identity.isCollection;
53608
+ __rspack_unused_export = identity.isDocument;
53609
+ __rspack_unused_export = identity.isMap;
53610
+ __rspack_unused_export = identity.isNode;
53611
+ __rspack_unused_export = identity.isPair;
53612
+ __rspack_unused_export = identity.isScalar;
53613
+ __rspack_unused_export = identity.isSeq;
53614
+ __rspack_unused_export = Pair.Pair;
53615
53615
  exports.X5 = Scalar.Scalar;
53616
- __webpack_unused_export__ = YAMLMap.YAMLMap;
53617
- __webpack_unused_export__ = YAMLSeq.YAMLSeq;
53618
- __webpack_unused_export__ = cst;
53619
- __webpack_unused_export__ = lexer.Lexer;
53620
- __webpack_unused_export__ = lineCounter.LineCounter;
53621
- __webpack_unused_export__ = parser.Parser;
53616
+ __rspack_unused_export = YAMLMap.YAMLMap;
53617
+ __rspack_unused_export = YAMLSeq.YAMLSeq;
53618
+ __rspack_unused_export = cst;
53619
+ __rspack_unused_export = lexer.Lexer;
53620
+ __rspack_unused_export = lineCounter.LineCounter;
53621
+ __rspack_unused_export = parser.Parser;
53622
53622
  exports.qg = publicApi.parse;
53623
- __webpack_unused_export__ = publicApi.parseAllDocuments;
53624
- __webpack_unused_export__ = publicApi.parseDocument;
53623
+ __rspack_unused_export = publicApi.parseAllDocuments;
53624
+ __rspack_unused_export = publicApi.parseDocument;
53625
53625
  exports.As = publicApi.stringify;
53626
- __webpack_unused_export__ = visit.visit;
53627
- __webpack_unused_export__ = visit.visitAsync;
53626
+ __rspack_unused_export = visit.visit;
53627
+ __rspack_unused_export = visit.visitAsync;
53628
53628
 
53629
53629
 
53630
53630
  },
@@ -59548,14 +59548,14 @@ __webpack_require__.r = (exports) => {
59548
59548
  var installedChunks = {410: 0,};
59549
59549
  var installChunk = (data) => {
59550
59550
  var __rspack_esm_ids = data.__rspack_esm_ids;
59551
- var __webpack_modules__ = data.__webpack_modules__;
59551
+ var moreModules = data.__webpack_modules__;
59552
59552
  var __rspack_esm_runtime = data.__rspack_esm_runtime;
59553
59553
  // add "modules" to the modules object,
59554
59554
  // then flag all "ids" as loaded and fire callback
59555
59555
  var moduleId, chunkId, i = 0;
59556
- for (moduleId in __webpack_modules__) {
59557
- if (__webpack_require__.o(__webpack_modules__, moduleId)) {
59558
- __webpack_require__.m[moduleId] = __webpack_modules__[moduleId];
59556
+ for (moduleId in moreModules) {
59557
+ if (__webpack_require__.o(moreModules, moduleId)) {
59558
+ __webpack_require__.m[moduleId] = moreModules[moduleId];
59559
59559
  }
59560
59560
  }
59561
59561
  if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
@@ -59568,6 +59568,7 @@ __webpack_require__.r = (exports) => {
59568
59568
  }
59569
59569
 
59570
59570
  };
59571
+
59571
59572
  __webpack_require__.f.j = function (chunkId, promises) {
59572
59573
  // import() chunk loading for javascript
59573
59574
  var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.15.6",
3
+ "version": "5.15.7",
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": {
@@ -3,14 +3,14 @@
3
3
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
5
  "ghcr.io/devcontainers/features/node:1.7.1": {
6
- "version": "24.17.0"
6
+ "version": "24.18.0"
7
7
  },
8
8
  "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
9
  "version": "latest"
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.186"
13
+ "version": "v2.1.195"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "libnss3, libnspr4, libatk1.0-0t64, libatk-bridge2.0-0t64, libcups2t64, libdrm2, libdbus-1-3, libatspi2.0-0t64, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2t64, yamllint, shellcheck",
@@ -1 +1 @@
1
- 24.17.0
1
+ 24.18.0
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.5.1",
25
25
  "@eslint/eslintrc": "3.3.5",
26
- "@lousy-agents/mcp": "5.15.5",
26
+ "@lousy-agents/mcp": "5.15.6",
27
27
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
28
28
  "@testing-library/jest-dom": "6.9.1",
29
29
  "@testing-library/react": "16.3.2",
@@ -33,7 +33,7 @@
33
33
  "@upstash/context7-mcp": "3.2.2",
34
34
  "@vitejs/plugin-react": "6.0.3",
35
35
  "@vitest/ui": "4.1.9",
36
- "eslint": "10.5.0",
36
+ "eslint": "10.6.0",
37
37
  "eslint-config-next": "16.2.9",
38
38
  "happy-dom": "20.10.6",
39
39
  "jsdom": "29.1.1",