Monarch
OperationsRaw agent sources are listed in /docs/manifest.json

Agent Discovery Build Plan

This is the remaining build plan after the agent-discovery sprint.

North Star

Make agent payments safe enough to ship.

If an agent can move money across any rail, Monarch is the safety gate before it goes live.

Step 1: Agent Discovery Sprint

Status: in progress.

Build:

Deep QA before push:


npm run qa

npm run discovery:check:full

Push only after GitHub Pages deploy passes and live docs are verified.

Step 2: Local MCP Server

Goal: let Cursor, Claude, and other agent tools call Monarch as local tools.

Build:

Deep QA before push:


npm test

npm run monarch:doctor

npm run discovery:check

npm run build

Step 3: Hosted Proof MVP

Goal: turn free usage into credible proof-of-demand.

Build:

Deep QA before push:


npm run qa

npm run test:worker

npm run discovery:check:full

Step 4: Team Proof And Policy

Goal: give teams a reason to pay without charging for local Doctor.

Build:

Deep QA before push:


npm run qa

npm audit --audit-level=moderate

Step 5: Runtime Enforcement

Goal: move from build-time preflight to production payment policy.

Build:

Deep QA before push:


npm run qa

npm run discovery:check:full

Rule

Every major step gets its own QA, commit, push, deploy watch, and live verification.