Agent Config Generator

Generate governance configuration files for AI coding agents. Fill in the form and copy the output into your repository.

Generated Output

CLAUDE.md
# My Project

A software project.

## Governance

This project uses ExoProtocol governance. All changes must be made within governed sessions.

## Deny Patterns

The following files/directories must NEVER be modified:
- .env
- secrets/
- *.key

## Budgets

- Maximum files changed per session: 12
- Maximum lines of code changed per session: 400

## Testing

Before finishing any session:
- Run: `npm test`
- Run: `npm run lint`

## Workflow

1. Start a governed session: `exo session-start --ticket-id <TICKET>`
2. Make changes within scope
3. Run tests and lint
4. Finish session: `exo session-finish`

Want this auto-generated from your governance?

ExoProtocol generates CLAUDE.md, .cursorrules, and AGENTS.md from your governance state - always in sync.