9 Commits

Author SHA1 Message Date
stewartshea ccd041ecde Point tool-builder tasksets at airgap cc-catalog mirror
PAPI clones codeBundle.repoUrl on ingestion; the public github.com URL is
unreachable from the airgap cluster, so the runbook records were silently
dropped (SLXs got created with no runbook attached).

Switch the three tool-builder taskset templates to the internal catalog URL
that workspace-builder / PAPI already talks to for every other codecollection.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 01:35:03 -04:00
stewartshea db6f6f291b re-render tool-builder bundles with fixed runwhen-platform-mcp renderer
- Regenerated SKILL_TEMPLATE.md for all three tool-builder bundles
  (stg-workspace-smoke, system-info-check, system-info-check-bash) — the
  previous versions had 8 leading spaces on every line because the renderer's
  textwrap.dedent didn't work against column-0 injected tables. Fixed on the
  MCP side; these are the corresponding refreshed outputs.
- Gave system-info-check and system-info-check-bash distinct baseNames
  (`sys-info-py` and `sys-info-bash`). Both previously truncated to
  `system-info-che` under the default 15-char baseName rule and collided
  in workspace-builder — the two SLXs would have shared the same computed
  name so only one (or neither) ever showed up.
- Also picks up the resource_path YAML-quoting change (single-quoted only
  when strictly required — no longer force-double-quoted).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 00:35:51 -04:00
stewartshea b401b3e3ec x 2026-07-06 23:53:42 -04:00
stewartshea 0d8d94d19e add tags 2026-07-06 23:05:08 -04:00
stewartshea 027111b49d x 2026-07-06 22:33:32 -04:00
stewartshea b0732eaf8b fix templates 2026-07-06 21:53:03 -04:00
stewartshea 9ffb28d773 updated examples 2026-07-06 15:43:49 -04:00
stewartshea d5b86fed87 Update staging workspace smoke taskset YAML to correct GEN_CMD value
Modified the GEN_CMD value in the stg-workspace-smoke-taskset.yaml file to ensure proper execution of the staging workspace smoke check. This change enhances the accuracy of the command used in the taskset, improving the reliability of the smoke check process.
2026-07-02 17:54:12 -04:00
stewartshea 4adb7224d8 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.
2026-07-02 17:35:59 -04:00