-
Notifications
You must be signed in to change notification settings - Fork 0
Supported Configurations
github-actions[bot] edited this page Jun 30, 2026
·
1 revision
How AgentM can be set up, and where to read more about each choice. The recommended defaults — a user-scope install with a Google Drive vault — suit most setups; this page is the map of the alternatives.
| Scope | What it does | When to use it |
|---|---|---|
| user (recommended) | Installs to ~/.claude/, so AgentM is available in every project on the machine. |
Almost always. |
| project | Installs into <project>/.claude/. |
Team dotfiles, or a project that pins its own config — see Use per-project install. |
Full flags: Installer CLI. Moving a project install to user scope: Migration tool.
Where the MemoryVault lives and how it reaches your other devices:
| Option | Status | Where to read |
|---|---|---|
| Google Drive | recommended right now | Back the vault with Google Drive |
| git | forthcoming (turnkey via vault-git) |
vault-git |
| Device-local (no sync) | supported | Run without a vault |
The search index always stays device-local, so it never syncs. Full picture: Compatibility.
Where harness state (PLAN.md, progress.md, features.json) is written:
- backend (default) — in the vault, through the active storage backend.
-
local — in
<repo>/.harness/, with no vault dependency. Set it withinstall.sh --local-state, or flip an existing install withagentm_config.py --state-mode local.
--hooks (recommended) wires typecheck / lint / test to run on Write and Edit. Optional. Details in Installer CLI.
Claude Code and Antigravity are both first-class. See Compatibility.
🔧 How-to
- Installer CLI
- Supported configurations
- Detection rules
- Project config
- Migration tool
- CI gates
- Repo layout
- Vault lint checks
- Note relatedness signals
- Vault write protocol
- Queue status lite
- AgentMemory context payload
- Process seam
- Orchestration bridge
- Storage seam
- Auto-orchestration config
- Capability resolver
- Design governance
- Compatibility
- Completed features
- Memory MCP tools