mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -04:00
fix: resolve critical issues in install.sh, settings.json, and worker-protocol
- install.sh: replace unreachable $? check with `if !` pattern (set -e exits before the check runs on Windows mklink failure) - settings.json: remove fragile Bash deny patterns that can't match across path separators; broaden .env denies to recursive **/.env with Read/Write/Edit - worker-protocol: align QA instruction with qa-checklist — qa_check goes in frontmatter envelope, not as a prose line
This commit is contained in:
parent
341f500396
commit
b741354dd8
3 changed files with 9 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ Produce the assigned deliverable. Accurately. Completely. Nothing more.
|
|||
|
||||
## Self-QA
|
||||
|
||||
Before returning your output, run the `qa-checklist` skill against your work. Fix any issues you find — don't just note them. Your Self-Assessment must include the `QA self-check: pass/fail` line. If you can't pass your own QA, flag what remains and why.
|
||||
Before returning your output, run the `qa-checklist` skill against your work. Fix any issues you find — don't just note them. Set `qa_check: pass` or `qa_check: fail` in your frontmatter envelope. If you can't pass your own QA, flag what remains and why in your Self-Assessment.
|
||||
|
||||
## Cost sensitivity
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue