Refine Steev profile disclosure and Proton tools
This commit is contained in:
+11
@@ -358,6 +358,17 @@ else
|
||||
echo " WARN: F6 yq/global config missing — skipping MCP materialization"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "== model policy → Codex primary + Qwen fallback =="
|
||||
POLICY_SCRIPT="$(cd "$REPO/.." && pwd)/scripts/apply-hermes-model-policy.py"
|
||||
if [ "$DRY" = 1 ]; then
|
||||
echo "DRY: python3 '$POLICY_SCRIPT' --config '$PROFILE_CFG'"
|
||||
elif [ -f "$POLICY_SCRIPT" ]; then
|
||||
python3 "$POLICY_SCRIPT" --config "$PROFILE_CFG"
|
||||
else
|
||||
echo " WARN: policy script not found: $POLICY_SCRIPT"
|
||||
fi
|
||||
|
||||
# F7 — macOS-only externals OS-gate (Wave 8 Q10)
|
||||
# Reads expected_external_skills entries with os_constraint: darwin and emits
|
||||
# an INFO line on non-Darwin hosts. No install action (these are external
|
||||
|
||||
Reference in New Issue
Block a user