@lousy-agents/cli 5.21.3 → 5.21.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.21.3",
3
+ "version": "5.21.5",
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": {
@@ -10,7 +10,7 @@
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.252"
13
+ "version": "v2.1.258"
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",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.5.11",
25
- "@eslint/eslintrc": "3.3.6",
26
- "@lousy-agents/mcp": "5.21.2",
25
+ "@eslint/eslintrc": "3.3.7",
26
+ "@lousy-agents/mcp": "5.21.4",
27
27
  "@modelcontextprotocol/server-sequential-thinking": "2026.8.31",
28
28
  "@testing-library/jest-dom": "7.0.1",
29
29
  "@testing-library/react": "16.3.3",
@@ -34,7 +34,7 @@
34
34
  "@vitest/ui": "4.1.11",
35
35
  "eslint": "10.9.1",
36
36
  "eslint-config-next": "16.3.4",
37
- "happy-dom": "20.12.0",
37
+ "happy-dom": "20.12.2",
38
38
  "jsdom": "30.0.1",
39
39
  "typescript": "7.0.2",
40
40
  "vitest": "4.1.11",
package/dist/164.js DELETED
@@ -1,125 +0,0 @@
1
- export const __rspack_esm_id = 164;
2
- export const __rspack_esm_ids = [164];
3
- export const __webpack_modules__ = {
4
- 263(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
5
-
6
- // EXPORTS
7
- __webpack_require__.d(__webpack_exports__, {
8
- diff: () => (/* binding */ diff)
9
- });
10
-
11
- // UNUSED EXPORTS: isEqual
12
-
13
- ;// CONCATENATED MODULE: ../../node_modules/ohash/dist/shared/ohash.D__AXeF1.mjs
14
- function serialize(o){return typeof o=="string"?`'${o}'`:new c().serialize(o)}const c=/*@__PURE__*/function(){class o{#t=new Map;compare(t,r){const e=typeof t,n=typeof r;return e==="string"&&n==="string"?t.localeCompare(r):e==="number"&&n==="number"?t-r:String.prototype.localeCompare.call(this.serialize(t,true),this.serialize(r,true))}serialize(t,r){if(t===null)return "null";switch(typeof t){case "string":return r?t:`'${t}'`;case "bigint":return `${t}n`;case "object":return this.$object(t);case "function":return this.$function(t)}return String(t)}serializeObject(t){const r=Object.prototype.toString.call(t);if(r!=="[object Object]")return this.serializeBuiltInType(r.length<10?`unknown:${r}`:r.slice(8,-1),t);const e=t.constructor,n=e===Object||e===void 0?"":e.name;if(n!==""&&globalThis[n]===e)return this.serializeBuiltInType(n,t);if(typeof t.toJSON=="function"){const i=t.toJSON();return n+(i!==null&&typeof i=="object"?this.$object(i):`(${this.serialize(i)})`)}return this.serializeObjectEntries(n,Object.entries(t))}serializeBuiltInType(t,r){const e=this["$"+t];if(e)return e.call(this,r);if(typeof r?.entries=="function")return this.serializeObjectEntries(t,r.entries());throw new Error(`Cannot serialize ${t}`)}serializeObjectEntries(t,r){const e=Array.from(r).sort((i,a)=>this.compare(i[0],a[0]));let n=`${t}{`;for(let i=0;i<e.length;i++){const[a,l]=e[i];n+=`${this.serialize(a,true)}:${this.serialize(l)}`,i<e.length-1&&(n+=",");}return n+"}"}$object(t){let r=this.#t.get(t);return r===void 0&&(this.#t.set(t,`#${this.#t.size}`),r=this.serializeObject(t),this.#t.set(t,r)),r}$function(t){const r=Function.prototype.toString.call(t);return r.slice(-15)==="[native code] }"?`${t.name||""}()[native]`:`${t.name}(${t.length})${r.replace(/\s*\n\s*/g,"")}`}$Array(t){let r="[";for(let e=0;e<t.length;e++)r+=this.serialize(t[e]),e<t.length-1&&(r+=",");return r+"]"}$Date(t){try{return `Date(${t.toISOString()})`}catch{return "Date(null)"}}$ArrayBuffer(t){return `ArrayBuffer[${new Uint8Array(t).join(",")}]`}$Set(t){return `Set${this.$Array(Array.from(t).sort((r,e)=>this.compare(r,e)))}`}$Map(t){return this.serializeObjectEntries("Map",t.entries())}}for(const s of ["Error","RegExp","URL"])o.prototype["$"+s]=function(t){return `${s}(${t})`};for(const s of ["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array"])o.prototype["$"+s]=function(t){return `${s}[${t.join(",")}]`};for(const s of ["BigInt64Array","BigUint64Array"])o.prototype["$"+s]=function(t){return `${s}[${t.join("n,")}${t.length>0?"n":""}]`};return o}();
15
-
16
- function isEqual(object1, object2) {
17
- if (object1 === object2) {
18
- return true;
19
- }
20
- if (serialize(object1) === serialize(object2)) {
21
- return true;
22
- }
23
- return false;
24
- }
25
-
26
-
27
-
28
- ;// CONCATENATED MODULE: ../../node_modules/ohash/dist/utils/index.mjs
29
-
30
-
31
-
32
- function diff(obj1, obj2) {
33
- const h1 = _toHashedObject(obj1);
34
- const h2 = _toHashedObject(obj2);
35
- return _diff(h1, h2);
36
- }
37
- function _diff(h1, h2) {
38
- const diffs = [];
39
- const allProps = /* @__PURE__ */ new Set([
40
- ...Object.keys(h1.props || {}),
41
- ...Object.keys(h2.props || {})
42
- ]);
43
- if (h1.props && h2.props) {
44
- for (const prop of allProps) {
45
- const p1 = h1.props[prop];
46
- const p2 = h2.props[prop];
47
- if (p1 && p2) {
48
- diffs.push(..._diff(h1.props?.[prop], h2.props?.[prop]));
49
- } else if (p1 || p2) {
50
- diffs.push(
51
- new DiffEntry((p2 || p1).key, p1 ? "removed" : "added", p2, p1)
52
- );
53
- }
54
- }
55
- }
56
- if (allProps.size === 0 && h1.hash !== h2.hash) {
57
- diffs.push(new DiffEntry((h2 || h1).key, "changed", h2, h1));
58
- }
59
- return diffs;
60
- }
61
- function _toHashedObject(obj, key = "") {
62
- if (obj && typeof obj !== "object") {
63
- return new DiffHashedObject(key, obj, serialize(obj));
64
- }
65
- const props = {};
66
- const hashes = [];
67
- for (const _key in obj) {
68
- props[_key] = _toHashedObject(obj[_key], key ? `${key}.${_key}` : _key);
69
- hashes.push(props[_key].hash);
70
- }
71
- return new DiffHashedObject(key, obj, `{${hashes.join(":")}}`, props);
72
- }
73
- class DiffEntry {
74
- constructor(key, type, newValue, oldValue) {
75
- this.key = key;
76
- this.type = type;
77
- this.newValue = newValue;
78
- this.oldValue = oldValue;
79
- }
80
- toString() {
81
- return this.toJSON();
82
- }
83
- toJSON() {
84
- switch (this.type) {
85
- case "added": {
86
- return `Added \`${this.key}\``;
87
- }
88
- case "removed": {
89
- return `Removed \`${this.key}\``;
90
- }
91
- case "changed": {
92
- return `Changed \`${this.key}\` from \`${this.oldValue?.toString() || "-"}\` to \`${this.newValue.toString()}\``;
93
- }
94
- }
95
- }
96
- }
97
- class DiffHashedObject {
98
- constructor(key, value, hash, props) {
99
- this.key = key;
100
- this.value = value;
101
- this.hash = hash;
102
- this.props = props;
103
- }
104
- toString() {
105
- if (this.props) {
106
- return `{${Object.keys(this.props).join(",")}}`;
107
- } else {
108
- return JSON.stringify(this.value);
109
- }
110
- }
111
- toJSON() {
112
- const k = this.key || ".";
113
- if (this.props) {
114
- return `${k}({${Object.keys(this.props).join(",")}})`;
115
- }
116
- return `${k}(${this.value})`;
117
- }
118
- }
119
-
120
-
121
-
122
-
123
- },
124
-
125
- };