Chore/add beads (#52)

* chore: added beads

* more on beads

---------

Co-authored-by: hugo <hugoms@me.com>
This commit is contained in:
Georg Bauer
2026-03-13 18:39:03 +01:00
committed by GitHub
parent 914af9831d
commit 3c7590f009
15 changed files with 456 additions and 0 deletions

5
.mux/tool_env Normal file
View File

@@ -0,0 +1,5 @@
# Mux tool_env (sourced before bash tool calls)
# BEGIN BEADS MUX HOOK
# Ensure bd installed in ~/bin is discoverable.
export PATH="$HOME/bin:$PATH"
# END BEADS MUX HOOK