Add TOML versions of formulas (gt-xmyha)

Converted all .formula.json files to .formula.toml using bd formula convert.
TOML provides better ergonomics:
- Multi-line strings without \n escaping
- Human-readable diffs
- Comments allowed

Original JSON files retained for backwards compatibility.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-25 21:59:43 -08:00
parent db5134175c
commit 60556534da
13 changed files with 1275 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
description = "Shiny workflow with security audit aspect applied."
extends = ["shiny"]
formula = "shiny-secure"
type = "workflow"
version = 1
[compose]
aspects = ["security-audit"]