# hook-bypass: branch-guard (local untracked config; not committed code)
# scitex-todo → its own Telegram bot @ProjSciTeXTodoBot (CCT_BOT_TOKEN_TODO).
# sac folds at deploy; direnv applies live. Unique per project — no 409 combat.
export CCT_ALLOWED_USERS="$CCT_ALLOWED_USERS"
export CCT_AGENT_ID="scitex-todo"
export CCT_BOT_TOKEN="$CCT_BOT_TOKEN_TODO"

# scitex-todo AGENT IDENTITY — the author/creator every write is stamped with.
# Resolves to the registry user (names=['scitex-todo'] → u_f9db029ca1d5). Without
# this, add_task/comment fall back to $USER (shows as blank/"operator") — set it
# so cards this agent creates/comments are attributed to scitex-todo, and the
# fail-loud creator requirement (mandatory-assignee) is satisfied.
export SCITEX_TODO_AGENT="scitex-todo"
# Pin the canonical user-scope store so every scitex-todo process (MCP, board,
# notifyd, CLI) writes the SAME store regardless of cwd (no project-shadow drift).
export SCITEX_TODO_TASKS="$HOME/.scitex/todo/tasks.yaml"

