-
Notifications
You must be signed in to change notification settings - Fork 1
Quick Start
greyson edited this page Jul 30, 2026
·
1 revision
Until the npm RC is publicly available, use the verified source path:
git clone https://github.com/moretea-labs/matea.git
cd matea
npm ci --ignore-scripts --no-audit --no-fund
npm install -g . --omit=optional --no-audit --no-fundRequirements: Git, Node.js 20.10+, npm, and a writable user directory. Bun is recommended for development and the complete test suite.
matea --version
matea init --target both
matea doctormatea adopt --repo /path/to/project --dry-run
matea adopt --repo /path/to/project
matea repo list --jsonUse dry-run first when adopting an existing project. Review the proposed files and runtime configuration before applying.
Follow the maintained connector tutorial. After connection, verify status and repository context before starting write work.
Start with a small change, inspect the diff, run the focused check, commit, and clean the branch or worktree. The full walkthrough is in First Repository Task.