backend-infra-engineer: Release v0.3.9-hotfix7 snapshot

This commit is contained in:
scawful
2025-11-23 13:37:10 -05:00
parent c8289bffda
commit 2934c82b75
202 changed files with 34914 additions and 845 deletions

View File

@@ -3,13 +3,17 @@
Use these canonical identifiers when updating the
[coordination board](coordination-board.md) or referencing responsibilities in other documents.
| Agent ID | Primary Focus | Notes |
|-----------------|--------------------------------------------------------|-------|
| `CLAUDE_CORE` | Core editor/engine refactors, renderer work, SDL/ImGui | Use when Claude tackles gameplay/editor features. |
| `CLAUDE_AIINF` | AI infrastructure (`z3ed`, agents, gRPC automation) | Coordinates closely with Gemini automation agents. |
| `CLAUDE_DOCS` | Documentation, onboarding guides, product notes | Keep docs synced with code changes and proposals. |
| `GEMINI_AUTOM` | Automation/testing/CLI improvements, CI integrations | Handles scripting-heavy or test harness tasks. |
| `CODEX` | Codex CLI assistant / overseer | Default persona; also monitors docs/build coordination when noted. |
| Agent ID | Primary Focus (shared with Oracle-of-Secrets/.claude/agents) | Notes |
|----------------------------|-------------------------------------------------------------------|-------|
| `ai-infra-architect` | AI/agent infra, z3ed CLI/TUI, model providers, gRPC/network | Replaces legacy `CLAUDE_AIINF`. |
| `backend-infra-engineer` | Build/packaging, CMake/toolchains, CI reliability | Use for build/binary/release plumbing. |
| `docs-janitor` | Documentation, onboarding, release notes, process hygiene | Replaces legacy `CLAUDE_DOCS`. |
| `imgui-frontend-engineer` | ImGui/renderer/UI systems, widget and canvas work | Pair with `snes-emulator-expert` for rendering issues. |
| `snes-emulator-expert` | Emulator core (CPU/APU/PPU), debugging, performance | Use for yaze_emu or emulator-side regressions. |
| `test-infrastructure-expert` | Test harness/ImGui test engine, CTest/gMock infra, flake triage | Handles test bloat/flake reduction. |
| `zelda3-hacking-expert` | Gameplay/ROM logic, Zelda3 data model, hacking workflows | Replaces legacy `CLAUDE_CORE`. |
| `GEMINI_AUTOM` | Automation/testing/CLI improvements, CI integrations | Scripting-heavy or test harness tasks. |
| `CODEX` | Codex CLI assistant / overseer | Default persona; also monitors docs/build coordination. |
Add new rows as additional personas are created. Every new persona must follow the protocol in
`AGENTS.md` and post updates to the coordination board before starting work.