4adb7224d8
Updated the README to provide clearer descriptions for the `gcp-bucket-crossplane-health` and `stg-workspace-smoke` code bundles. The `gcp-bucket-crossplane-health` now specifies its focus on Kubernetes platform and k8s-kubectl-cmd runtime, while the `stg-workspace-smoke` is noted for its integration of runwhen and tool-builder runtime. This improves documentation clarity for users regarding the purpose and structure of these bundles.
27 lines
741 B
Markdown
27 lines
741 B
Markdown
# stg-workspace-smoke
|
|
|
|
Custom Discovery CodeCollection bundle generated from MCP tool-builder output.
|
|
|
|
- **Alias:** Staging Workspace Smoke Check
|
|
- **Platform:** `runwhen`
|
|
- **Resource types:** workspace
|
|
|
|
## Layout
|
|
|
|
```
|
|
.runwhen/
|
|
README.md # Human-readable review (decoded script + match rules)
|
|
generation-rules/
|
|
stg-workspace-smoke.yaml
|
|
templates/
|
|
stg-workspace-smoke-slx.yaml
|
|
stg-workspace-smoke-taskset.yaml
|
|
```
|
|
|
|
See `.runwhen/README.md` for the full review artifact intended for PR reviewers.
|
|
|
|
## 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/)
|