From 8d41f817b93833063555806f9390c59a4ad348fe Mon Sep 17 00:00:00 2001 From: beads/crew/emma Date: Sat, 17 Jan 2026 04:47:39 -0800 Subject: [PATCH] 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 --- .beads/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.beads/config.yaml b/.beads/config.yaml index f55759c7..07a1b152 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -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:: in bd dep commands