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

@@ -40,14 +40,18 @@ All contributors must adhere to the [Code of Conduct](../CODE_OF_CONDUCT.md).
## 4. Validation Chain (MANDATORY)
Run strict validation before committing:
Run validation before committing:
```bash
python3 scripts/validate_skills.py --strict
python3 scripts/validate_skills.py
python3 scripts/generate_index.py
python3 scripts/update_readme.py
```
> [!NOTE]
> **Transition Period**: We are currently in a "Soft Launch" phase. Legacy skills may trigger warnings.
> **New skills MUST have zero warnings.**
## 5. Documentation & Credits
- [ ] **SOURCE.md**: Update the master source list if importing external skills.