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
+7 -1
View File
@@ -21,13 +21,19 @@ from `rw-generic-codecollection`).
```
codebundles/
gcp-bucket-crossplane-health/ # rules + templates only, no *.robot
gcp-bucket-crossplane-health/ # kubernetes platform + k8s-kubectl-cmd runtime
.runwhen/
generation-rules/gcp-bucket-crossplane-health.yaml
templates/
gcp-bucket-crossplane-health-slx.yaml
gcp-bucket-crossplane-health-sli.yaml
gcp-bucket-crossplane-health-taskset.yaml
stg-workspace-smoke/ # platform: runwhen + tool-builder runtime (RW-1353 E2E)
.runwhen/
generation-rules/stg-workspace-smoke.yaml
templates/
stg-workspace-smoke-slx.yaml
stg-workspace-smoke-taskset.yaml
docs/
01-overview.md
02-generation-rules-only-pattern.md