Add configurable worktree target path and session run diagnostics

This commit is contained in:
2026-02-23 20:38:05 -05:00
parent e7dbc9870f
commit 83bbf1a9ce
13 changed files with 434 additions and 7 deletions

View File

@@ -32,6 +32,8 @@ AGENT_RELATIONSHIP_MAX_CHILDREN=4
# Resource provisioning (hard + soft constraints)
AGENT_WORKTREE_ROOT=.ai_ops/worktrees
AGENT_WORKTREE_BASE_REF=HEAD
# Optional relative path inside each worktree; enables sparse-checkout and sets working directory there.
AGENT_WORKTREE_TARGET_PATH=
AGENT_PORT_BASE=36000
AGENT_PORT_BLOCK_SIZE=32
AGENT_PORT_BLOCK_COUNT=512