db6f6f291b
- 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>
31 lines
916 B
YAML
31 lines
916 B
YAML
apiVersion: runwhen.com/v1
|
|
kind: ServiceLevelX
|
|
metadata:
|
|
name: {{slx_name}}
|
|
labels:
|
|
{% include "common-labels.yaml" %}
|
|
annotations:
|
|
{% include "common-annotations.yaml" %}
|
|
spec:
|
|
imageURL: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen.svg
|
|
alias: Staging Workspace Smoke Check
|
|
asMeasuredBy: >-
|
|
Tool Builder task via rw-generic-codecollection tool-builder runtime.
|
|
owners:
|
|
- {{workspace.owner_email}}
|
|
statement: >-
|
|
Verify tool-builder runtime can execute a simple custom task against the stg-test workspace.
|
|
additionalContext:
|
|
qualified_name: "{{ match_resource.qualified_name }}"
|
|
resourcePath: custom/workspace/stg-test
|
|
hierarchy: [platform, workspace]
|
|
tags:
|
|
- name: platform
|
|
value: runwhen
|
|
- name: access
|
|
value: read-only
|
|
- name: data
|
|
value: logs-bulk
|
|
- name: workspace
|
|
value: {{ workspace.name }}
|