Document the Experiment onboarding lifecycle - #42
Merged
Conversation
xormania
marked this pull request as ready for review
August 2, 2026 21:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation / Context
Experiment onboarding was implemented and documented in one dense reference page, but it was absent from the public documentation map, command map, ownership table, and top-level documentation paths. Prerequisites appeared after the first commands, and the page did not clearly expose the Linux boundary, fixed unauthenticated compatibility principal, permit-only persistence, schema limits, missing lifecycle operations, or exit meanings.
This one-slice workstream makes the current v0alpha1 surface discoverable without implying that an installed Experiment is running, admitted, or ready to run.
Changes
agent-lab experimentlifecycle from the./scripts/agentDocker workload launcherTesting
bash tests/experiment/contract-cases.sh:SUMMARY assertions=43 expected=43 failures=0 infra=0bash tests/experiment/authorization-cases.sh:SUMMARY assertions=1 expected=1 failures=0 infra=0bash tests/experiment/source-adapter-cases.sh:SUMMARY assertions=83 expected=83 failures=0 infra=0bash tests/experiment/local-lifecycle-cases.sh:SUMMARY assertions=133 expected=133 failures=0 infra=0./scripts/dev/check default quick:SECURITY GATE SUMMARY pass=32 fail=0 skip=0 infra=0./tools/validate.sh --strict:validate: PASS; containment lint reported 0 failures and 0 warningsgit diff --check: passed