agent-team/skills
Bryan Ramos b741354dd8 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
2026-04-02 07:48:47 -04:00
..
conventions feat(skills): add when_to_use frontmatter for skill discovery guidance 2026-04-02 07:09:40 -04:00
message-schema feat: add typed inter-agent communication schema 2026-04-02 07:38:02 -04:00
orchestrate feat: add typed inter-agent communication schema 2026-04-02 07:38:02 -04:00
project refactor: migrate skills from flat .md files to directory structure 2026-04-01 16:56:58 -04:00
qa-checklist feat: add typed inter-agent communication schema 2026-04-02 07:38:02 -04:00
worker-protocol fix: resolve critical issues in install.sh, settings.json, and worker-protocol 2026-04-02 07:48:47 -04:00