Problem
ASSAY_WORKTREE_DIR environment variable is read in resolve_worktree_dir but not documented in CLI --help output or any user-facing surface. Users/agents won't know it exists unless they read the source.
Solution
Add env var documentation to the --worktree-dir help text or to the worktree subcommand description.
Problem
ASSAY_WORKTREE_DIRenvironment variable is read inresolve_worktree_dirbut not documented in CLI--helpoutput or any user-facing surface. Users/agents won't know it exists unless they read the source.Solution
Add env var documentation to the
--worktree-dirhelp text or to theworktreesubcommand description.