fix: Update skill package: init flow, docker default, system requirements, git mirror (#735)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-26 11:18:55 +00:00
parent 053a1cf5dd
commit e54423d52c
3 changed files with 188 additions and 23 deletions

View file

@ -47,7 +47,7 @@ print_agent_status() {
echo "## Agent Status"
echo ""
local state_dir="${PROJECT_REPO_ROOT}/state"
local agents=(dev review gardener supervisor planner predictor action vault exec)
local agents=(dev review gardener supervisor planner predictor action vault)
for agent in "${agents[@]}"; do
local state_file="${state_dir}/.${agent}-active"
if [[ -f "$state_file" ]]; then