- 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>
11 lines
219 B
JSON
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"]
|
|
}
|
|
}
|