Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .project/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading