feat(mayor): add delegation hierarchy guidance to role template

Add explicit guidance on the Mayor → Crew → Polecats delegation model:
- Crew are coordinators for epics/goals needing decomposition
- Polecats are executors for well-defined tasks
- Include decision framework table for work type routing

Closes: gt-9jd
This commit is contained in:
rictus
2026-01-22 17:35:34 -08:00
committed by John Ogle
parent 996cf4a670
commit a8406554a0
4 changed files with 21 additions and 3 deletions

View File

@@ -398,7 +398,7 @@ func runSling(cmd *cobra.Command, args []string) error {
fmt.Printf("Would create convoy 'Work: %s'\n", info.Title)
fmt.Printf("Would add tracking relation to %s\n", beadID)
} else {
convoyID, err := createAutoConvoy(beadID, info.Title)
convoyID, err := createAutoConvoy(beadID, info.Title, slingEpic)
if err != nil {
// Log warning but don't fail - convoy is optional
fmt.Printf("%s Could not create auto-convoy: %v\n", style.Dim.Render("Warning:"), err)