chore: add multi-agent build pipeline (.claude/ agents, orchestrator, gates)

Adds crewli-architect, backend/frontend-implementer, test-writer subagents,
the /build-module orchestrator command, the PR merge-gate template, and a
permissions allow-list in settings.json. Documents the layer as
CLAUDE_CODE_TOOLING.md section 10. Implementer Edit/Write is allow-listed;
git push deliberately omitted so merge/push stay human.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-03 01:30:19 +02:00
parent 30da66456a
commit c9e417690c
10 changed files with 490 additions and 0 deletions

4
.gitignore vendored
View File

@@ -84,3 +84,7 @@ apps/app/dist/**/*.map
*storybook.log
storybook-static
# Python bytecode
__pycache__/
*.pyc