chore: enable Soft Launch mode (disable strict CI for legacy skills) [skip ci]
This commit is contained in:
8
.github/MAINTENANCE.md
vendored
8
.github/MAINTENANCE.md
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user