CLI

TokRepo pour Aider

Aider is a terminal pair-programmer. CONVENTIONS.md is read on every session start.

Docs officielles : https://aider.chat/docs/usage/conventions.html

Intégration 60 secondes

Chemin le plus court pour Aider

  1. 01
    npx -y tokrepo@latest init-agent --target aider
  2. 02
    Aider auto-loads CONVENTIONS.md from the repo root.
  3. 03
    For MCP-via-stdio bridge, use the Aider plugin or run tokrepo CLI from chat: /run tokrepo agent-check "<task>" --json
Fichier de règles du projet
CONVENTIONS.md
Surface d'installation
CONVENTIONS.md
Client MCP
CLI fallback (no native MCP yet)
Commande d'installation MCP
/run npx -y tokrepo@latest session-init --json
Six règles obligatoires

Chaque runtime d'agent applique

  • SESSION BOOTSTRAP — call tokrepo_session_init once per session.
  • DISCOVER BEFORE BUILD — call tokrepo_discover before writing reusable artifacts.
  • VERIFY BEFORE INSTALL — install_plan must include trust_gate; honor TOKREPO_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.