Files
gastown/.beads/formulas/shiny-enterprise.formula.json
Steve Yegge 33328e1d9d Fix formula files for bd cook compatibility (gt-8tmz.3)
- Add required title fields to shiny.formula.json steps
- Add required title fields to rule-of-five.formula.json template steps
- Fix shiny-enterprise.formula.json schema: use compose.expand array format
- Add type: "workflow" to shiny.formula.json

These changes align formulas with the expected schema in bd cook.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 11:44:49 -08:00

13 lines
303 B
JSON

{
"formula": "shiny-enterprise",
"type": "workflow",
"extends": ["shiny"],
"description": "Enterprise-grade engineering workflow. Shiny + Rule of Five expansion on implement step.",
"version": 1,
"compose": {
"expand": [
{"target": "implement", "with": "rule-of-five"}
]
}
}