Doc fixes: update validation flow diagrams in sop-board-workflow + agent-workflow #226
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Story (sub-ticket of #209)
Lineage
Parent: #209 (right-side validation pipeline)
Sub-ticket 1 of 3. Independent — can be dispatched in parallel with #227.
Repo
forgejo_admin/claude-custom(but all changes are in pal-e-docs, not code files)User Story
As the platform operator
I want the flow diagrams in
sop-board-workflowandagent-workflowto include thevalidationcolumnSo that the documented pipeline matches the actual column semantics and agents follow the correct flow
Context
The
validationcolumn was added tosop-board-workflow's Column Semantics table (2026-03-27) but the flow diagrams were never updated. Three specific blocks are stale:sop-board-workflowblockcode-11(anchor:how-items-flow-through-columns) — showsneeds_approval → donewith novalidationagent-workflowblockcode-13(anchor:the-flow-2) — showsQA → donewith noneeds_approvalorvalidationagent-workflowblocklist-21(anchor:the-flow) — 12-step list goes Deploy (11) → Update (12) with no Validation stepFile Targets
Files to modify (all via pal-e-docs
update_blockMCP tool):sop-board-workflowblockcode-11— addvalidationbetweenneeds_approvalanddonein ASCII flow diagramagent-workflowblockcode-13— addneeds_approvalandvalidationto the pipeline flow diagramagent-workflowblocklist-21— add Validation step between Deploy (step 11) and Update (step 12), renumbering as neededFiles NOT to touch:
template-validation— already completesop-board-workflowColumn Semantics table — already correctAcceptance Criteria
sop-board-workflowflow diagram (blockcode-11) includesvalidationbetweenneeds_approvalanddoneagent-workflowboard-driven flow (blockcode-13) includesneeds_approvalandvalidationin the pipelineagent-workflow"The Flow" step list (blocklist-21) includes a Validation step between Deploy and UpdateTest Expectations
get_sectionand verifyvalidationappears in eachsop-board-workflowConstraints
update_blockfor targeted block edits — do NOT rewrite full notessop-board-workflowis the source of truth for column orderChecklist
Related
sop-board-workflow— SOP with stale flow diagramagent-workflow— agent workflow with stale flow diagramsreview-518-2026-03-28— scope review that identified these gaps