Install
- Get a plan from Pricing / Checkout and keep the license key handy
(
AGS_LICENSE_KEY). Free tier can install without a paid key. - Create a GitHub personal access token (or fine-grained token) with
read:packages and export it as AGS_NPM_TOKEN. - Add registry auth for the
@tmrxjd scope:
.npmrc ini @tmrxjd:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${AGS_NPM_TOKEN}
- 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
- 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')"