원클릭으로
run-tests
Build the project, check for warnings, run all tests, and report results. Quick health check for the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build the project, check for warnings, run all tests, and report results. Quick health check for the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Trinity Bridge manual — architecture, endpoints, commands, patterns for Perplexity-Railway-Mac-Claude Code channel. Reference for all AI agents.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
HEALER — diagnose, heal, commit dirty files, monitor junk & docs & duplicates, report honestly. Every loop = action + proof.
Agent swarm development dashboard — live Railway containers, issue queue, PR pipeline, JSONL events, pool utilization, and queue drain status. Use when checking agent dev tasks, spawning status, or monitoring issues #315-#319.
| name | run-tests |
| description | Build the project, check for warnings, run all tests, and report results. Quick health check for the codebase. |
Run tests for: $ARGUMENTS
Build
cd /Users/playra/trinity-w1 && zig build 2>&1
Run tests
| Argument | Command |
|---|---|
| all / empty | zig build test |
| vsa | zig test src/vsa.zig |
| vm | zig test src/vm.zig |
| bsd | zig test src/bsd/verify_bsd.zig |
| hslm | zig test src/hslm/model.zig |
| tri-api | zig test src/tri-api/main.zig |
| single file | zig test src/<file>.zig |
Parse results
Format check
zig fmt --check src/ 2>&1
Report