The ticket work loop over git repos, driven by bee (beagle-bee). One verb set serves the CLI, the pager and the web board alike: every act below is also a clickable board button (BEE-047). Agents commit or push only on the user's explicit request (work).
bee fork //bee-TKT-123 — tree at $SRC_ROOT/bee-TKT-123, branch TKT-123 tracking the forked branch (BEE-045)[go] on a board row runs the same fork off the ticket's Rep: (BEE-044).bee status / bee diff / bee log review the tree (run in the worktree).bee todo / bee wts — every worktree row wears its FILE and COMMIT panels (BEE-041, BEE-042); the same buttons click in the pager and over bee http.bee pull updates from the tracked branch, bee merge when diverged (BEE-037).bee add <file> / bee rm <file> staging (BEE-036).bee commit -m "TKT-123: comment" commits (explicit request only).bee push lands onto the tracked branch (explicit request only, BEE-037).bee done TKT-123 / bee dont TKT-123 close the ticket and RETIRE its worktree to $SRC_ROOT/done/ — nothing deleted, nothing committed (BEE-043).