- Keep examples generic and sanitized.
- Sync the runtime into the skill bundle.
- Run unit tests and repository audits before opening a pull request.
python .\scripts\sync_skill_runtime.py --copy
python .\scripts\sync_skill_runtime.py --check
python -m unittest discover -s .\runtime\tests -p "test_*.py"- Keep changes focused.
- Update documentation when behavior changes.
- Preserve JSON result and exit-code compatibility.