refactor: remove bd mol catalog in favor of bd formula list (bd-ctmg)
- Delete mol_catalog.go (duplicate functionality) - Update mol.go help text to point to bd formula list - Update CLI_REFERENCE.md and MOLECULES.md docs - Update deprecated template.go references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -349,15 +349,15 @@ Beads uses a chemistry metaphor for template-based workflows. See [MOLECULES.md]
|
||||
|
||||
| Phase | State | Storage | Command |
|
||||
|-------|-------|---------|---------|
|
||||
| Solid | Proto | `.beads/` | `bd mol catalog` |
|
||||
| Solid | Proto | `.beads/` | `bd formula list` |
|
||||
| Liquid | Mol | `.beads/` | `bd mol pour` |
|
||||
| Vapor | Wisp | `.beads/` (Ephemeral=true, not exported) | `bd mol wisp` |
|
||||
|
||||
### Proto/Template Commands
|
||||
|
||||
```bash
|
||||
# List available protos (templates)
|
||||
bd mol catalog --json
|
||||
# List available formulas (templates)
|
||||
bd formula list --json
|
||||
|
||||
# Show proto structure and variables
|
||||
bd mol show <proto-id> --json
|
||||
|
||||
Reference in New Issue
Block a user