Autonomous

TokRepo para OpenHands

OpenHands (formerly OpenDevin). .openhands/microagents/repo.md is loaded as repo-scoped microagent.

Docs oficiales: https://docs.all-hands.dev/usage/prompting/microagents-repo

Integración en 60 segundos

Camino más corto para OpenHands

  1. 01
    npx -y tokrepo@latest init-agent --target openhands
  2. 02
    OpenHands automatically loads .openhands/microagents/repo.md.
  3. 03
    Optional MCP: configure tokrepo MCP via OpenHands settings.
Archivo de reglas del proyecto
.openhands/microagents/repo.md
Superficie de instalación
.openhands/microagents/
Cliente MCP
OpenHands MCP config
Comando de instalación MCP
tokrepo: command="npx -y tokrepo-mcp-server"
Seis reglas obligatorias

Cada runtime de agente aplica

  • 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.