From 16a2604529410019a86caf5ae9ca0839c17926c1 Mon Sep 17 00:00:00 2001 From: stxkxs <139715017+stxkxs@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:16:07 -0700 Subject: [PATCH] docs(roster): enumerate fidelity-engineer in the Verify phase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The roster header claims 84 specialists and the factory group is documented as 54 roles, but the hierarchy tree enumerated only 83 — the Verify phase listed 5 roles (`pr-reviewer · qa-security · build-verifier · artifact-auditor · compliance-curator`) and omitted `fidelity-engineer`, the first role declared in `src/team/verify.ts` (the fidelity gate that audits frontend craft before sign-off). Updated Verify to (6) and added `fidelity-engineer` at the head of the list, matching its source order. The tree now sums to 84, consistent with the header, the documented factory count (Discovery 3 + Design 4 + Build 38 + Verify 6 + Ship 3 = 54), and the 84 unique roles defined under `src/team/`. Closes #28 --- docs/roster.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/roster.md b/docs/roster.md index c6451dc..fd869e2 100644 --- a/docs/roster.md +++ b/docs/roster.md @@ -46,9 +46,9 @@ Workflow code (src/workflows.ts) — top-level routing │ eks-agent-platform-curator · kagent-curator · │ agentgateway-curator · kubebuilder-engineer │ -├── Verify (5) -│ pr-reviewer · qa-security · build-verifier · artifact-auditor · -│ compliance-curator +├── Verify (6) +│ fidelity-engineer · pr-reviewer · qa-security · build-verifier · +│ artifact-auditor · compliance-curator │ ├── Ship (3) │ release-manager · deploy-engineer · migration-engineer