paperclip/tests/runner-e2e
Dotta 5716fe907e
test(runner): add full-stack acceptance and eval gates (#12700)
## Thinking Path

> - Paperclip is the open source app people use to manage AI agents for
work.
> - The runner subsystem executes agent work across local and managed
provider backends.
> - The lower pull requests restore the task runtime, provider backends,
and managed-provider control plane.
> - The restored system needs repeatable full-stack checks before it can
ship safely.
> - Paid live checks also need clear access, cost, and secret controls.
> - This pull request adds acceptance, live evaluation, chaos, and
release gates for the restored runner stack.
> - The benefit is measurable runner parity with safer release
decisions.

## Linked Issues or Issue Description

**Subsystem affected**

Cross-cutting. This change covers runner tests, release workflows,
server contracts, and evaluation tools.

**Problem or motivation**

The runner stack did not have one complete acceptance surface for native
Codex, ACPX, Claude Managed, and AWS AgentCore. Release checks could
miss provider drift, task-view regressions, cost-policy errors, and
destructive cleanup errors.

**Proposed solution**

Add a 57-cell full-stack catalog, a Daytona image, and opt-in paid
workflows. Add live evaluation, chaos, cost-limit, redaction, and
release contract checks. Add AWS AgentCore infrastructure and guarded
provisioning tools. Keep the native runner experimental flag off by
default.

**Alternatives considered**

We considered manual smoke tests only. They do not give repeatable
evidence and they do not protect release branches. We also considered
one large pull request. The stacked pull requests keep each review below
the Greptile file limit.

**Roadmap alignment**

This work supports the shipped Cloud / Sandbox agents milestone and the
shipped Agent evals & feedback milestone in `ROADMAP.md`.

Related stack:

- #12699 adds managed provider backends and lifecycle support.
- #12691 adds qualified OpenCode and ACPX provider backends.
- #12685 restores task runtime rendering and steering.

## What Changed

- Add the runner full-stack harness with 57 catalog cells and 60 unit
tests.
- Add a Daytona runner image with digest-pinned base images and
base-aware image-content checks.
- Add guarded live evaluation and chaos workflows with a fixed
40-execution matrix; live and full-stack paid schedules now run only on
Sundays or by manual dispatch.
- Add in-flight reported-usage cost stops, post-turn cost caps,
exact-threshold failure classification, secret redaction, retry
classification, and actor authorization.
- Reattach stream and hard-budget listeners before restart-recovery
continuations so restored paid sessions cannot bypass in-flight
interruption.
- Preserve OpenCode usage and cost across tool-loop messages and turns
while exposing an explicit current-run delta to durable accounting.
- Keep PNG/WebM evidence in access-controlled artifacts only, reject
SVG, and publish only pruned inert structured per-attempt evidence.
- Add AWS AgentCore infrastructure, provisioning checks, and smoke
tools; reject unsafe model identifiers, require exact stack ownership
markers, and make failed-stack replacement explicit.
- Add evaluation-session contracts and capability reports.
- Add release workflow checks for immutable action pins, frozen
dependency installs, exact weekly cron shape, paid-run guards,
provider-secret isolation, and chaos test paths.
- Reauthorize the original and triggering numeric actor IDs as the first
step of every provider-secret job, including partial reruns, before
checkout or provider access.
- Give each full-stack matrix cell only its matching provider
credential, expose Daytona only to Daytona cells, and disable shared
dependency caches anywhere paid credentials or OIDC write access are
present.
- Protect the legacy manual E2E workflow with the same default-branch,
allowlist, environment, and per-job authorization boundary.
- Rotate live-eval candidates by week and retain 120 days of compatible
history so the seven-week trend window remains viable.
- Restore the root runner-acceptance commands and reconcile reported
snapshots,
raw receipts, and terminal usage without double counting or losing late
usage.
- Mark ACPX token deltas exact only when every budget field is present,
keep
cumulative cost/request authority separate, reject non-USD cost
labeling,
  and include thought tokens in output-token budgets.
- Keep `enableNativeRunner` off by default. The acceptance harness
enables it only in its isolated test instance.

## Verification

Passed locally:

- `pnpm --filter @paperclipai/paperclip-runner typecheck`
- `pnpm test:runner-acceptance:typecheck`
- `pnpm test:runner-acceptance` (19 tests)
- focused OpenCode proxy, driver, runnerd transport, live-session, and
turn-stream tests (106 tests)
- `pnpm --filter @paperclipai/paperclip-runner exec vitest run
src/live/clean-room-server.test.ts` (22 tests)
- `pnpm test:e2e:runner:typecheck`
- `pnpm test:e2e:runner:unit` (62 tests)
- `node --test scripts/__tests__/release-verify-workflow.test.mjs`
- `pnpm --filter @paperclipai/paperclip-runner
test:runner-workflow-evals` (22 tests)
- `pnpm -r typecheck`
- `pnpm build`
- `node --test
packages/paperclip-runner/scripts/aws-agentcore-provisioning.test.mjs`
(6 tests)
- `git diff --check`
- `cargo test --manifest-path
packages/paperclip-runner/runner/Cargo.toml -p paperclip-runner-core
--lib --locked` (161 tests)
- focused ACPX provider-event tests (10 tests)
- The rebased PR changes 92 files. `pnpm-lock.yaml` is unchanged.

I did not run paid live provider jobs or provision AWS resources. Those
checks need credentials and can create cost.

## Risks

The paid workflows can create provider cost. They require an allowlisted
original and triggering actor, the protected `runner-e2e-paid`
environment, explicit opt-in variables, and cost limits. The four
provider credentials exist only in that master-only environment, which
requires allowlisted reviewer approval and disables administrator
bypass; repository and organization Actions scopes contain no copies.

Provider usage arrives after a billable request, so the live guard
cannot prevent one request from crossing a threshold. It interrupts
immediately on the first reported threshold hit and permits no
continuation.

Visual evidence can contain secrets rendered as pixels. PNG/WebM remain
only in access-controlled workflow artifacts; SVG and per-attempt XML
are excluded, and S3/Pages receive a pruned structured dashboard.

The AWS scripts can create cloud resources. They use explicit commands,
least-privilege roles, KMS encryption, saved nonsecret metadata, and
explicit teardown.

This pull request does not enable the experimental native runner for
existing instances.

> For core feature work, check [`ROADMAP.md`](ROADMAP.md) first and
discuss it in `#dev` before opening the PR. Feature PRs that overlap
with planned core work may need to be redirected — check the roadmap
first. See `CONTRIBUTING.md`.

## Model Used

OpenAI Codex with GPT-5. The model used extended reasoning, tool use,
code execution, and parallel subagents.

## Checklist

- [x] I have included a thinking path that traces from project context
to this change
- [x] I have specified the model used (with version and capability
details)
- [x] I have checked ROADMAP.md and confirmed this PR does not duplicate
planned core work
- [x] I have searched GitHub for duplicate or related PRs and linked
them above
- [x] I have either (a) linked existing issues with `Fixes: #` / `Closes
#` / `Refs #` OR (b) described the issue in-PR following the relevant
issue template
- [x] I have not referenced internal/instance-local Paperclip issues or
links (only public GitHub `#NNN` / `github.com/paperclipai/paperclip`
URLs)
- [x] My branch name describes the change (e.g. `docs/...`, `fix/...`)
and contains no internal Paperclip ticket id or instance-derived details
- [x] I have run tests locally and they pass
- [x] I have added or updated tests where applicable
- [x] I have updated relevant documentation to reflect my changes
- [x] I have considered and documented any risks above
- [x] All Paperclip CI gates are green
- [x] Greptile is 5/5 with no open P2s, recommendations, or follow-ups
- [x] I will address all Greptile and reviewer comments before
requesting merge
2026-09-02 08:55:08 -05:00
..
FIXTURES.md test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
README.md test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
SECURITY.md test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
api.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
billing.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
billing.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
catalog.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
catalog.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
dashboard-regenerate.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
dashboard.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
daytona-image-content.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
daytona-image.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
evidence.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
failure-classifier.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
fixture-registry.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
harness-env.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
history-index.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
history-publish.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
history.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
history.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
instance-isolation.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
launch.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
live-fixtures.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
live-fixtures.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
matchers.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
merge.config.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
openrouter-models-update.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
openrouter-models.json test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
openrouter-ranking.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
playwright.config.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
redaction.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
report.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
report.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
run-observations.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
runner.spec.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
selectors.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
server.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
shared-memory.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
support.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
tsconfig.json test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
types.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
vitest.config.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
web-server-command.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00
workflow-security.test.ts test(runner): add full-stack acceptance and eval gates (#12700) 2026-09-02 08:55:08 -05:00

README.md

Paid runner full-stack E2E

This is the billable browser acceptance campaign system for Paperclip runner profiles. It is deliberately separate from tests/e2e: every independently scheduled execution gets a fresh Paperclip home, embedded Postgres database, instance configuration, port, workspace, company, encrypted secrets, environment, and agent.

The vocabulary is: a campaign is one workflow invocation against one SHA; a suite is a durable testing purpose; a matrix is that suite's profiles × environments × cases; an execution/cell is one parallel job; and an attempt is one isolated harness run, including an infrastructure retry.

The browser creates and assigns the task. The harness does not call a private runner hook or write fixtures directly to the database.

Credentials

Copy .env.runner-e2e.example to .env.runner-e2e.local and fill only the credentials needed by the selected cells:

cp .env.runner-e2e.example .env.runner-e2e.local
chmod 600 .env.runner-e2e.local

Shell variables take precedence over the local file. The recognized names are:

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • OPENROUTER_API_KEY
  • DAYTONA_API_KEY
  • PAPERCLIP_E2E_DAYTONA_IMAGE (Daytona only)

The image must be an immutable image@sha256:... reference. The launcher reports missing variable names but never prints values. It passes raw provider keys only to Playwright, which posts each value once to the company-secrets API. Paperclip receives secret references in agent/environment payloads. Provider keys, Daytona keys, DATABASE_URL, and DATABASE_MIGRATION_URL are removed from the Paperclip child process.

Never put credentials in catalog.ts, screenshots, fixture metadata, workflow inputs, or a tracked env file.

Local commands

Install dependencies and Chromium once. Native local cells also need the local runner binaries:

pnpm install
pnpm exec playwright install chromium
pnpm --filter @paperclipai/paperclip-runner build:runner-binaries

List cells without loading credentials or starting Paperclip:

pnpm test:e2e:runner -- --list

Examples of explicit billable runs:

pnpm test:e2e:runner -- --id core-compatibility.legacy-codex.local.message-marker --headed
pnpm test:e2e:runner -- --suite openrouter-model-breadth --case hello-complete
pnpm test:e2e:runner -- --group native --environment local
pnpm test:e2e:runner -- --profile runner-codex --case message-marker
pnpm test:e2e:runner -- --case plan-revise-accept --group local
pnpm test:e2e:runner -- --case ask-question --group native
pnpm test:e2e:runner -- --all

The catalog contains two suites. core-compatibility (Core Runner Compatibility) is seven major runner profiles × local/Daytona × three workflows: 42 cells. Its cases are:

  • message-marker: one basic visible response and Done transition;
  • plan-revise-accept: an initial Plan, a browser-requested revision on the same Plan, browser acceptance of the new revision, and verified execution;
  • ask-question: a direct answer from a task created in Ask mode.

openrouter-model-breadth (OpenRouter Model Breadth) is five models from the tracked weekly tool-capable ranking snapshot × native OpenCode × local × three workflows: 15 cells. Its cases are:

  • hello-complete: a basic nonce response and explicit Done transition;
  • question-resume-complete: one structured question, browser selection of “Cobalt,” then a resumed completion on the same task; and
  • plan-approve-complete: one exact two-step Plan, browser approval of that revision, then a resumed completion on the same task.

The complete catalog is 57 cells and 95 expected paid agent turns. Follow-up steps remain ordered within their cell; all other cells are independent. Narrow selectors are strongly recommended while developing fixtures.

--suite, --group, --profile, --environment, and --case are repeatable. Repeated values in one dimension use OR semantics; dimensions and repeated groups use AND semantics. --id is exclusive with dimension selectors and --all. --headed, --ui, and --debug are forwarded to Playwright. An unknown selector, an empty selection, or a run with no explicit selector exits before Paperclip starts. --max-parallel <n> controls the number of isolated profile/environment/case harnesses that can overlap (default 1, also configurable with PAPERCLIP_E2E_MAX_PARALLEL). Headed/UI/debug runs are forced to one worker. The Plan case is still sequential internally because its turns share one task; it runs in parallel with unrelated scenarios.

Use a single --id smoke test for routine local verification. Full-matrix parallelism is intended for GitHub Actions; raising local parallelism starts multiple Paperclip/Postgres/Chromium stacks and can consume substantial CPU and memory.

Credential-free checks are:

pnpm test:e2e:runner:unit
pnpm test:e2e:runner:typecheck

The OpenRouter ranking snapshot is tracked in openrouter-models.json; nightly runs never mutate it. Refresh it deliberately, review the source/capture/hash diff, and rerun credential-free checks:

pnpm test:e2e:runner:models:update

Daytona image

Use the immutable digest printed by the Publish verified Daytona image job, or publish the current source locally:

content_id="$(pnpm --silent test:e2e:runner:image-id)"
source_revision="$(git rev-parse HEAD)"
image="ghcr.io/paperclipai/paperclip-daytona-runner:e2e-content-${content_id}"
if ! docker buildx imagetools inspect "$image" >/dev/null 2>&1; then
  docker buildx build \
    --platform linux/amd64 \
    --build-arg "PAPERCLIP_RUNNER_CONTENT_ID=${content_id}" \
    --build-arg "PAPERCLIP_RUNNER_SOURCE_REVISION=${source_revision}" \
    --file docker/daytona-runner/Dockerfile \
    --tag "$image" \
    --push \
    .
fi
docker buildx imagetools inspect "$image"

The content ID hashes the audited image inputs, including the Dockerfile, platform, root package/lock/build configuration, dependency patches, paperclip-eval-kernel, and paperclip-runner. Changes elsewhere in the repository keep the same tag and reuse the already signed image. The Git SHA is stored separately as image provenance. CI reads that provenance back from a reused image when it builds the controller-side provider pack, preserving the exact manifest match required to avoid restaging the pack into Daytona.

Resolve the manifest digest and set PAPERCLIP_E2E_DAYTONA_IMAGE to ghcr.io/paperclipai/paperclip-daytona-runner@sha256:.... The repository workflow signs that digest with Cosign/OIDC and verifies that it is publicly pullable, includes the provider pack, and advertises dial_ws_loopback, dial_wss, and listen_ws. The GHCR package must be configured as public; the image job deliberately fails its anonymous-pull check otherwise. Existing content tags are never rebuilt or overwritten by the workflow.

Evidence and cleanup

Packaged, access-controlled evidence is written beneath tests/runner-e2e/results/<campaign>/.... Passing attempts include final-state.png, Plan draft/revision screenshots when applicable, matcher outcomes, sanitized fixture/API metadata, a result record, JUnit, HTML, and a blob report. Failures additionally retain the Playwright trace/video, browser diagnostics, failure screenshot, and sanitized Paperclip/run logs when produced. PNG and WebM files are not pixel-inspected, so they are suitable only for the local results directory and access-controlled GitHub Actions artifacts. SVG is active content and is rejected from the packaged evidence entirely.

Every completed local campaign also writes tests/runner-e2e/results/<campaign>/dashboard.html. The self-contained page shows the complete profile/environment grid with screenshot thumbnails. Expanding a case shows its matchers, pass/fail details, provider/model/runtime, timings, token and cost accounting, and evidence links. The campaign header aggregates input, output, and cached tokens, provider-reported LLM spend, Daytona list-price runtime estimates, and pricing coverage. Missing provider usage is labeled unavailable or unpriced; it is never presented as zero cost. The CI report job stages the same portable site at normalized/index.html inside the access-controlled merged report artifact.

Permanent public history has a narrower boundary. Before uploading to S3 or packaging the optional GitHub Pages artifact, the publisher removes raster and video evidence, archives, and the generated Playwright/blob/HTML report trees. It then regenerates the dashboard against only the remaining allowlisted, inert structured per-attempt evidence (.json, .log, .md, and .txt). Per-attempt XML is excluded because browsers can process XML/XSLT. The root junit.xml remains public because the report aggregator builds it from fixed markup and XML-escaped fields. Public dashboards therefore contain results and accounting but no attempt screenshots, videos, traces, or generated Playwright reports.

Billing interpretation

Each result contains raw sanitized usage, normalized billing, and runtimeUsage:

  • LLM token and dollar values come from the persisted heartbeat-run usage. A multi-turn case aggregates every selected run and records how many runs supplied tokens and provider-reported cost.
  • Local execution records agent run time but is not_metered because there is no external environment provider charge to attribute.
  • Daytona records every public-API lease window and its pinned 4 vCPU, 4 GiB RAM, and 10 GiB disk allocation. Its runtime dollar value is an estimate at the versioned public list rates in billing.ts, not an invoice amount. Credits, discounts, the storage allowance, and delayed billing adjustments can make the eventual Daytona charge lower.

normalized-results.json uses the v2 campaign schema and includes per-test, per-suite, and overall billing. The compact history.json index retains the same metrics per campaign/suite/execution, source SHA/ref, definition fingerprints, completeness, retries, and cleanup. Trend charts compare only complete campaigns by default; partial/manual selections remain browsable. summary.md carries the current totals into the GitHub Actions job summary.

Iterate on a published dashboard without rerunning paid tests

Download and extract the github-pages artifact from an existing workflow run, then regenerate only its HTML from the retained normalized-results.json and public structured evidence files. The Pages artifact has already had private visual and generated report evidence removed:

gh run download <run-id> --repo paperclipai/paperclip --name github-pages --dir /tmp/runner-e2e-pages
mkdir /tmp/runner-e2e-site
tar -xf /tmp/runner-e2e-pages/artifact.tar -C /tmp/runner-e2e-site
pnpm test:e2e:runner:dashboard -- /tmp/runner-e2e-site
# Optionally use a downloaded history index:
pnpm test:e2e:runner:dashboard -- /tmp/runner-e2e-site --history /tmp/history.json

Serve that directory with any static file server. This path does not start Paperclip, invoke an agent, create a Daytona lease, or consume provider tokens.

Before an access-controlled evidence artifact is uploaded, the launcher:

  1. copies only allowlisted file types;
  2. scans raw API snapshots before sanitizing them;
  3. scans the closed Paperclip home/database and workspace as streams;
  4. redacts loaded exact values and known provider-key shapes from text;
  5. expands ZIP reports for secret scanning;
  6. rejects SVG and other unsafe files and fails the cell if a leak is detected; and
  7. verifies that a passing attempt has its final-state screenshot.

The temporary Paperclip home, embedded database, raw workspace, master key, and unredacted logs are removed after each attempt. Daytona teardown destroys the environment and any reusable leases through the public API; provider-side auto-stop/archive/delete values remain as cancellation backstops.

GitHub Actions

Runner Full-Stack E2E has only schedule and workflow_dispatch triggers; it never runs for a pull request or ordinary push. Because this repository is public, manual campaigns fail before checkout unless they run from the default branch and both the original actor and rerun actor have numeric GitHub user IDs in the non-empty JSON-array repository variable RUNNER_E2E_ALLOWED_ACTOR_IDS. Usernames are intentionally not trusted. The first scheduled attempt is trusted automation; any human rerun of a scheduled campaign must pass the triggering-actor allowlist.

Create a protected runner-e2e-paid GitHub environment, restrict it to the default branch, limit environment administration to trusted maintainers, and store the four provider secrets there. This is a second authorization boundary: the pre-check prevents unauthorized scheduling, while the environment prevents secret release if the workflow gate is accidentally weakened. Also restrict Actions to approved actions and require review of .github/workflows/** and tests/runner-e2e/** through CODEOWNERS and branch protection. Manual inputs accept comma-separated values for repeatable dimensions.

The nightly cron is 08:47 UTC, but scheduled execution is intentionally gated by the repository variable RUNNER_FULL_STACK_E2E_NIGHTLY_ENABLED=true. Set it only after the live acceptance ladder in the architecture plan is green. Set RUNNER_E2E_MAX_PARALLEL to an integer from 157 (default 32). Paid cells run on ubuntu-latest-m; multi-turn steps are sequential inside their cell while independent cells overlap. Artifacts and merged HTML/JUnit/normalized reports are retained for 30 days.

Restrict the ubuntu-latest-m runner group to this workflow and the selected repository. Do not let pull-request or fork-triggered workflows target that group, do not mix it with untrusted workloads, and use ephemeral/reimaged runners so one paid cell cannot leave state for the next. These runner-group controls are external GitHub settings and are as important as the workflow checks in a public repository.

GitHub Actions artifacts are access-controlled 30-day operational copies, not the permanent public history. They retain packaged PNG/WebM and generated reports for debugging. Create a second protected runner-e2e-history environment, restricted to the default branch and trusted environment administrators, then configure these repository variables:

  • RUNNER_E2E_HISTORY_AWS_ROLE_ARN
  • RUNNER_E2E_HISTORY_AWS_REGION
  • RUNNER_E2E_HISTORY_S3_BUCKET
  • RUNNER_E2E_HISTORY_PUBLIC_BASE_URL
  • optional RUNNER_E2E_HISTORY_PREFIX (default runner-e2e)

The job exchanges GitHub OIDC for short-lived AWS credentials; never add AWS access-key secrets. Its IAM role must trust only repo:paperclipai/paperclip:environment:runner-e2e-history, and permit only Get/List/Put under the configured prefix—never Delete. Enable S3 versioning and Block Public Access. CloudFront reads the private bucket through Origin Access Control. Immutable campaign bundles live under campaigns/<run-id>-<attempt>/; mutable history.json, latest.json, and latest-green.json are updated by a globally serialized publisher. An existing campaign key with a different bundle digest fails closed.

GitHub Pages remains the stable latest dashboard. Enable Pages with GitHub Actions as its source and set RUNNER_FULL_STACK_E2E_PUBLISH_PAGES=true. The publisher prunes screenshots, video, archives, and generated report trees, then regenerates the public dashboard before either the CloudFront-backed S3 history or optional Pages artifact is created. Public per-attempt evidence is limited to allowlisted inert structured text. Databases, Paperclip homes, workspaces, raw/unredacted logs, credentials, and visual evidence are never published. Sanitized allowlisted .log copies may be public only after exact-value/key-shape scanning and redaction.

See FIXTURES.md before adding or changing a profile, environment, task, matcher, or future Paperclip object fixture. See SECURITY.md before enabling paid dispatch, the runner group, or permanent public history in this public repository.