chore: enable Soft Launch mode (disable strict CI for legacy skills) [skip ci]

This commit is contained in:
sck_0
2026-01-25 19:37:45 +01:00
parent 238cfc6933
commit 36107a5cae
4 changed files with 309 additions and 259 deletions

View File

@@ -17,9 +17,9 @@ jobs:
with:
python-version: "3.10"
- name: 🔍 Validate Skills (Strict Mode)
- name: 🔍 Validate Skills (Soft Mode)
run: |
python3 scripts/validate_skills.py --strict
python3 scripts/validate_skills.py
- name: 🏗️ Generate Index
run: |