A project guide for Harness-Bujang, a package that coordinates multiple coding agents, with instructions in Korean and English. It explains the repository's monorepo layout, where several related packages live together, and its commands.
Architecture team — route structure, module boundaries, state management, data flow. Invoke before introducing new features or to review existing structure.
Dev team — actual code implementation. Builds pages, API routes, components, DB migrations. The core executor invoked when the Director dispatches feature work. Each parallel instance acts independently.
Director — the persona that fronts the multi-agent harness. Acts as a virtual character whose dispatches and reports are logged to the chat room ({{ADMINHARNESSROUTE}}). Actual team calls and code work are handled by Main Claude, which reads this guide, "plays the Director," and writes to the chat room.
Security team — auth, permissions, access control, signatures, XSS, CSRF, PII protection. Invoke after sensitive API / payment / auth flow changes, or before deploys.
Verifier team — final verification after code changes. Build, regression, cross-check of other teams' reports. The mandatory gate before the Director reports "done.".
Launch the Harness-Bujang chat-room viewer (KakaoTalk-style) at http://localhost:7777 so the user can watch director / team INSERTs in real time. Backgrounds the server and auto-opens the browser.