diff --git a/.project/issues.json b/.project/issues.json index 4ddaf3a..fd49fa1 100644 --- a/.project/issues.json +++ b/.project/issues.json @@ -127,6 +127,22 @@ "category": "fragility", "priority": "critical", "source": "monitor" + }, + { + "id": "fragility-fragility-mnxey39k", + "description": "Agent encountered an explicit error (bash ERROR) indicating authorization mismatch and ambiguous user direction but responded with empty output, leaving the known fragility unaddressed rather than communicating the issue back to the user.", + "status": "open", + "category": "fragility", + "priority": "critical", + "source": "monitor" + }, + { + "id": "fragility-fragility-mnxezib3", + "description": "Agent provided empty response after pre-push validation flagged security vulnerabilities and test coverage gaps, offering no acknowledgment, plan, or action to address the known issues before proceeding with git push.", + "status": "open", + "category": "fragility", + "priority": "critical", + "source": "monitor" } ] } diff --git a/package-lock.json b/package-lock.json index 10d25ca..1ac9847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9689,9 +9689,9 @@ } }, "node_modules/basic-ftp": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz", - "integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz", + "integrity": "sha512-1tDrzKsdCg70WGvbFss/ulVAxupNauGnOlgpyjKzeQxzyllBLS0CGLV7tjIXTK3ZQA9/FBEm9qyFFN1bciA6pw==", "dev": true, "license": "MIT", "peer": true, @@ -22714,6 +22714,7 @@ }, "devDependencies": { "@playwright/test": "^1.58.2", + "@refarm.dev/vtconfig": "*", "@types/node": "^25.5.0", "@types/sql.js": "^1.4.9", "typescript": "~5.9.3", @@ -22764,6 +22765,7 @@ "devDependencies": { "@playwright/test": "^1.58.2", "@refarm.dev/hello-world-plugin": "*", + "@refarm.dev/vtconfig": "*", "serve": "^14.2.4", "typescript": "^5.7.3", "vite": "^8.0.1" diff --git a/package.json b/package.json index d61ac17..ed30a41 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,8 @@ "vitest": "^4.1.0" }, "overrides": { - "flatted": "3.4.2" + "flatted": "3.4.2", + "basic-ftp": "5.2.2" }, "//": "jest is kept for type-safety/compatibility with certain node_modules in vitest runs", "packageManager": "npm@10.9.2",