Harden autopilot-core portfolio docs#4
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ea9a5da347
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Repo boundary | ||
|
|
||
| - `autopilot-core` is the control plane: org-wide intake governance, operator scheduling, PR creation, and rollout visibility. | ||
| - `ci-autopilot` is the worker/runtime pattern: the runner-hosted Python agent and workflow assets used to execute repairs. |
There was a problem hiding this comment.
Describe the repair runtime owned by autopilot-core
This boundary description implies that ci-autopilot provides the runtime used to execute repairs, but the repair path defined in this repository runs its own PowerShell operator: .github/workflows/autopilot-operator.yml invokes scripts/autopilot-operator.ps1, which calls Codex, verifies changes, commits, pushes, and opens the PR. Readers using this section to understand ownership will therefore incorrectly attribute a core responsibility to the adjacent repository; describe ci-autopilot as a separate implementation/pattern, or acknowledge that autopilot-core also owns its operator runtime.
Useful? React with 👍 / 👎.
Summary