Docs menu

Install

  1. Get a plan from Pricing / Checkout and keep the license key handy (AGS_LICENSE_KEY). Free tier can install without a paid key.
  2. Create a GitHub personal access token (or fine-grained token) with read:packages and export it as AGS_NPM_TOKEN.
  3. Add registry auth for the @tmrxjd scope:
.npmrc ini
@tmrxjd:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${AGS_NPM_TOKEN}
  1. Install into your app or monorepo:
pnpm bash
pnpm add @tmrxjd/agent-governance-system
# npm
npm install @tmrxjd/agent-governance-system

# yarn
yarn add @tmrxjd/agent-governance-system
  1. Wire configuration — hooks, .ags/*.yml, and MCP — using Configuration, then follow Tutorials for the first CAP session.

Verify the install

node -e "require('@tmrxjd/agent-governance-system/commit-msg'); console.log('ok')"
AGS documentation