docs: add AI generated conceptual visualization to README#23
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b33761164e
ℹ️ 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".
| pip install -e . | ||
| \\\ | ||
| 3. Start the Control Plane watcher: | ||
| \\\ash | ||
| python -m autopilot_core.watcher |
There was a problem hiding this comment.
Replace the README Quickstart with runnable setup steps
For the Quickstart path, these commands cannot work in the reviewed tree: there is no pyproject.toml/setup.py for pip install -e ., and repo-wide search finds no autopilot_core package or watcher module, only scripts and GitHub Actions. Anyone following the new README setup will fail before starting the control plane, so this should point back to the existing workflow/PowerShell entry points or add the missing package.
Useful? React with 👍 / 👎.
Admin override to bypass branch protection for visual upgrades.