Skip to content

[side-quest] feat: extract A/B round-robin deep dive into side quest #2382

Description

@github-actions

Caution

Protected files were modified in this change.
This pull request is in request_review mode and requires explicit human scrutiny before merge.

Protected files: README.md

What was mined

Source file: workshop/23-ab-experiments.md (Step 23 — Test Your Prompt Ideas with A/B Experiments)

What was extracted

The section on how the round-robin works (mechanism details), adding a third variant and predicting assignment order, and the analysing results / winner-selection guidance were embedded directly in the main step. These form a self-contained prediction exercise and internals primer that goes beyond the primary objective of Step 23 ("add an experiment and confirm two variants run").

Extracted into: workshop/side-quest-23-01-ab-roundrobin.md

How routing was updated

  • Step 23 source file now ends after the two-variant run-and-inspect section; the mechanism is summarised in two sentences, and an Optional Side Quest callout links to the new file for learners who want the full deep dive.
  • The "Before You Start" internal anchor link to the old #understand-how-the-round-robin-works heading was replaced with a proper side-quest link.
  • The checkpoint removes the prediction/three-variant items (now in the side quest) and keeps a plain "explain the tie-breaking rule" item.
  • workshop/README.md gains a new entry in the Optional Side Quests section pointing learners from Step 23 to the new file.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🗺️ Side Quest · 84 AIC · ⌖ 7.07 AIC · ⊞ 5.1K ·

  • expires on Jul 31, 2026, 2:36 PM UTC

Note

This was originally intended as a pull request, but the git push operation failed.

Original error: pushSignedCommits: refusing unsigned push for branch 'side-quest-23-01-ab-roundrobin-35e10036d898079c': Signed-commit payload violates file-protection policy (request_review): workshop/README.md

Workflow Run: View run details and download bundle artifact

The bundle file is available in the agent artifact in the workflow run linked above.

To create a pull request with the changes:

# Download the artifact from the workflow run
gh run download 30551545948 -n agent -D /tmp/agent-30551545948

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30551545948/aw-side-quest-23-01-ab-roundrobin.bundle refs/heads/side-quest-23-01-ab-roundrobin:refs/bundles/create-pr-side-quest-23-01-ab-roundrobin-35e10036d898079c-a41e15a0
git update-ref refs/heads/side-quest-23-01-ab-roundrobin-35e10036d898079c refs/bundles/create-pr-side-quest-23-01-ab-roundrobin-35e10036d898079c-a41e15a0
git checkout side-quest-23-01-ab-roundrobin-35e10036d898079c
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-side-quest-23-01-ab-roundrobin-35e10036d898079c-a41e15a0

# Push the branch to origin
git push origin side-quest-23-01-ab-roundrobin-35e10036d898079c

# Create the pull request
gh pr create --title '[side-quest] feat: extract A/B round-robin deep dive into side quest' --base main --head side-quest-23-01-ab-roundrobin-35e10036d898079c --repo githubnext/gh-aw-workshop

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions