Skip to content

Commit bc1e0e8

Browse files
committed
docs(contracts): complete F-05 and F-06 operator requirements
1 parent e34d380 commit bc1e0e8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ flowchart LR
3434
## Quick start
3535

3636
1. Set org variable `ORG` in GitHub Actions for this repo.
37-
2. Install `autopilot-create-issue.yml` into target repos, or use `autopilot-org-installer.yml`.
38-
3. Ensure a self-hosted Windows runner with Codex and `OPENAI_API_KEY` is online.
39-
4. Trigger `autopilot-operator.yml` manually to validate the setup.
37+
2. Configure the least-privilege `ORG_AUTOPILOT_TOKEN` secret for opted-in repository mutations.
38+
3. Install `autopilot-create-issue.yml` into target repos, or use `autopilot-org-installer.yml`.
39+
4. Ensure a self-hosted Windows runner with Codex and `OPENAI_API_KEY` is online.
40+
5. Trigger `autopilot-operator.yml` manually to validate the setup.
4041

4142
## Enterprise proof points
4243

@@ -50,7 +51,7 @@ flowchart LR
5051
- Acts only on issues labeled `autofix + queued`.
5152
- Skips issues labeled `risky` or `needs-design`.
5253
- Minimal diffs only - no secrets, no destructive operations.
53-
- Best-effort verification before PR creation.
54+
- Required supported verification before PR creation, with explicit approved exceptions only.
5455

5556
## Workflows
5657

0 commit comments

Comments
 (0)