Files
gastown/.beads/formulas/shiny-secure.formula.json
Steve Yegge 197a33af02 feat: Update security-audit aspect and add shiny-secure example (gt-8tmz.5)
- Fix security-audit.formula.json to match Go schema (advice as array)
- Update pointcuts and targets for exact matching
- Add shiny-secure.formula.json demonstrating aspect composition

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

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

11 lines
219 B
JSON

{
"formula": "shiny-secure",
"type": "workflow",
"description": "Shiny workflow with security audit aspect applied.",
"version": 1,
"extends": ["shiny"],
"compose": {
"aspects": ["security-audit"]
}
}