updated examples

This commit is contained in:
stewartshea
2026-07-06 15:43:49 -04:00
parent d5b86fed87
commit 9ffb28d773
17 changed files with 569 additions and 76 deletions
+28
View File
@@ -0,0 +1,28 @@
# system-info-check
Custom Discovery CodeCollection bundle generated from MCP tool-builder output.
- **Alias:** System Info Check
- **Platform:** `runwhen`
- **Resource types:** workspace
## Layout
```
.runwhen/
SKILL_TEMPLATE.md # Human-readable review (decoded script + match rules)
raw_script.py # Decoded script for reviewers and automated inspection
generation-rules/
system-info-check.yaml
templates/
system-info-check-slx.yaml
system-info-check-taskset.yaml
```
See `.runwhen/SKILL_TEMPLATE.md` and `.runwhen/raw_script.py` for the review
artifacts intended for PR reviewers and automated systems.
## References
- [Custom Discovery CodeCollection guide](https://docs.runwhen.com/guides/custom-discovery-codecollection/)
- [Tool Builder Runtime guide](https://docs.runwhen.com/guides/tool-builder-runtime/)