feat(config): add Gas Town custom types to config

Configure types.custom with Gas Town-specific types:
molecule, gate, convoy, merge-request, slot, agent, role, rig, event, message

These types are used by Gas Town infrastructure and will be removed from
beads core built-in types (bd-find4). This allows Gas Town to define its
own types while keeping beads core focused on work types.

Closes: bd-t5o8i

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
beads/crew/emma
2026-01-17 04:47:39 -08:00
parent 3f724336f4
commit 8d41f817b9

View File

@@ -62,6 +62,12 @@
# - github.repo
sync-branch: beads-sync
# Gas Town custom types (bd-t5o8i)
# These types are used by Gas Town infrastructure but are not core beads types.
# They will be removed from beads built-in types (bd-find4) and configured here instead.
types:
custom: "molecule,gate,convoy,merge-request,slot,agent,role,rig,event,message"
# Cross-project dependencies (gt-o3is)
# Maps project names to paths for external dependency resolution
# Format: external:<project>:<capability> in bd dep commands