fix: Remove YAML usage, standardize on JSON/TOML

- Delete 5 legacy .formula.yaml files (have .toml replacements)
- Remove unused FileConfigYAML constant
- Add TODO for beads config.yaml → config.json migration (bd-10wg)
- Update docs to use JSON examples instead of yaml code blocks
- Change plugin frontmatter from YAML to TOML in docs
- Add .toml to code file detection in branch_check.go

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gastown/crew/gus
2026-01-01 11:18:09 -08:00
committed by Steve Yegge
parent cc3622117e
commit f75eeb4da8
12 changed files with 20 additions and 286 deletions

View File

@@ -109,7 +109,7 @@ const HQGitignore = `# Gas Town HQ .gitignore
# Explicitly track (override above patterns)
# =============================================================================
# Note: .beads/ has its own .gitignore that handles SQLite files
# and keeps issues.jsonl, metadata.json, config.yaml as source of truth
# and keeps issues.jsonl, metadata.json, config file as source of truth
`
func runGitInit(cmd *cobra.Command, args []string) error {