Caution
Do not use this repository or setup, it is still experimental and not intended for use.
An organization-wide control-plane catalog for GitHub Agentic Workflows.
-
Install the GitHub CLI, authenticate, and install
gh aw:gh auth login gh extension install github/gh-aw --force --pin v0.82.10 gh aw version
-
Create and clone a private control-plane repository. Replace
<organization>andcentral-agentic-ops-control-planeto match your naming convention:CONTROL_PLANE_REPO="<organization>/central-agentic-ops-control-plane" gh repo create "$CONTROL_PLANE_REPO" --private --clone cd "${CONTROL_PLANE_REPO##*/}" gh aw init git add -A git commit -m "Initialize GitHub Agentic Workflows"
-
To install all Central Agentic Ops packages, run the following command. Replace
<catalog-release>with an exact release tag:gh aw add-wizard githubnext/central-agentic-ops@<catalog-release>
To install capabilities individually, use a package-specific reference. Current packages are
githubnext/central-agentic-ops/dependabot@<catalog-release>andgithubnext/central-agentic-ops/optimization@<catalog-release>.The guided installer compiles the workflows, configures the GitHub App and credentials, and starts in
previewmode.