CLI
TokRepo para Aider
Aider is a terminal pair-programmer. CONVENTIONS.md is read on every session start.
Docs oficiales: https://aider.chat/docs/usage/conventions.html
Integración en 60 segundos
Camino más corto para Aider
- 01
npx -y tokrepo@latest init-agent --target aider - 02Aider auto-loads CONVENTIONS.md from the repo root.
- 03For MCP-via-stdio bridge, use the Aider plugin or run tokrepo CLI from chat: /run tokrepo agent-check "<task>" --json
Archivo de reglas del proyecto
CONVENTIONS.mdSuperficie de instalación
CONVENTIONS.mdCliente MCP
CLI fallback (no native MCP yet)Comando de instalación MCP
/run npx -y tokrepo@latest session-init --json
Seis reglas obligatorias
Cada runtime de agente aplica
- SESSION BOOTSTRAP — call
tokrepo_session_initonce per session. - DISCOVER BEFORE BUILD — call
tokrepo_discoverbefore writing reusable artifacts. - VERIFY BEFORE INSTALL — install_plan must include
trust_gate; honorTOKREPO_MIN_TRUST(default 0.6). - DRY-RUN BEFORE APPLY — lifecycle tools default
dry_run=true. - HANDOFF AFTER REUSABLE WORK — call
tokrepo_handoff_plan. - PRIVATE BY DEFAULT, NEVER PUSH SECRETS.