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:
parent
053a1cf5dd
commit
e54423d52c
3 changed files with 188 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue