Skip to content

Commit 929ad3c

Browse files
authored
fix: shorten temporary ID aw_workshop_simulation_parent to aw_sim_parent (#1388)
1 parent 427f873 commit 929ad3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workshop-student-simulator.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/workshop-student-simulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ If `${{ env.WORKSHOP_STEP_COUNT }}` > 0, use the available tools to read up to 3
399399

400400
Use `create-issue` safe output with:
401401

402-
- `temporary_id`: `aw_workshop_simulation_parent` (safe-outputs requires the `aw_` prefix; this parent issue handle is used by child issues in step 8)
402+
- `temporary_id`: `aw_sim_parent` (safe-outputs requires the `aw_` prefix; this parent issue handle is used by child issues in step 8)
403403
- **Title**: `Workshop Simulation Report — ${{ env.TODAY }} (Run #N, ${{ env.MONTE_CARLO_RUNS }}×Monte Carlo)`
404404
- where N is the total accumulated runs across all students divided by 46 (round to nearest integer).
405405

@@ -469,7 +469,7 @@ Briefly cover one surprising success, one unexpected dropout, and one content-ga
469469
### Create actionable sub-issues for repairs
470470

471471
After creating the report issue, create **exactly 3 child issues** using `create-issue` where each issue:
472-
- sets `parent: "aw_workshop_simulation_parent"` to link directly to the parent from step 7
472+
- sets `parent: "aw_sim_parent"` to link directly to the parent from step 7
473473
- has a concise, imperative title starting with `Repair:` or `Improve:`
474474
- describes one concrete workshop improvement only
475475
- ties the change back to the current quantitative rubric scores for that step

0 commit comments

Comments
 (0)