fix: ensure setup skill runs Docker conversion before building containers
The setup skill would skip the /convert-to-docker step because: 1. The conversion instructions were buried inline in runtime choice bullets 2. The convert-to-docker skill had disable-model-invocation: true Restructured step 3 into explicit sub-steps with a hard gate (3b) that checks source files for Apple Container references before allowing the build to proceed. Enabled model invocation on the convert-to-docker skill. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: convert-to-docker
|
||||
description: Convert NanoClaw from Apple Container to Docker for cross-platform support. Use when user wants to run on Linux, switch to Docker, enable cross-platform deployment, or migrate away from Apple Container. Triggers on "docker", "linux support", "convert to docker", "cross-platform", or "replace apple container".
|
||||
disable-model-invocation: true
|
||||
disable-model-invocation: false
|
||||
---
|
||||
|
||||
# Convert to Docker
|
||||
|
||||
Reference in New Issue
Block a user