Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028de-e2c8-7732-8521-46a7fc5db82f
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
---
|
|
id: glas-profile-pilot
|
|
name: Glas Profile Execution Pilot
|
|
enabled: false
|
|
owner: activity-core
|
|
governance: custodian
|
|
status: proposed
|
|
trigger:
|
|
type: scheduled
|
|
at: "2099-01-01T00:00:00Z"
|
|
timezone: UTC
|
|
---
|
|
|
|
# Glas Profile Execution Pilot
|
|
|
|
Disabled, operator-triggered proof for ACTIVITY-WP-0032-T05. It emits exactly
|
|
one bounded task into the disposable `executor-sandbox` repository. The
|
|
far-future scheduled timestamp is only a valid definition shape; disabled
|
|
status prevents Temporal from creating a recurring or autonomous schedule.
|
|
|
|
```rule
|
|
id: execute-glas-profile-pilot
|
|
condition: "True"
|
|
action:
|
|
task_template: Record the ACTIVITY-WP-0032 Glas profile pilot
|
|
description: 'Within executor-sandbox only, create ACTIVITY-WP-0032-pilot.md containing a short statement that the profile-driven Activity Core pilot ran on 2026-08-23. Commit exactly that file with message "activity: record Glas profile pilot". Do not push or change any external system.'
|
|
target_repo: executor-sandbox
|
|
priority: low
|
|
labels: ["automated", "glas-profile-pilot"]
|
|
harness_profile_ref: harness.agent-dev-local@1.0.0
|
|
execution_refs:
|
|
correlation_id: ACTIVITY-WP-0032-T05
|
|
assignment_ref: ACTIVITY-WP-0032-T05
|
|
```
|