Enhance README to clarify GCP Bucket and staging workspace generation rules

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.
This commit is contained in:
stewartshea
2026-07-02 17:35:59 -04:00
parent fe0946a146
commit 4adb7224d8
6 changed files with 207 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
# 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/)