Autonomous
TokRepo pour OpenHands
OpenHands (formerly OpenDevin). .openhands/microagents/repo.md is loaded as repo-scoped microagent.
Docs officielles : https://docs.all-hands.dev/usage/prompting/microagents-repo
Intégration 60 secondes
Chemin le plus court pour OpenHands
- 01
npx -y tokrepo@latest init-agent --target openhands - 02OpenHands automatically loads .openhands/microagents/repo.md.
- 03Optional MCP: configure tokrepo MCP via OpenHands settings.
Fichier de règles du projet
.openhands/microagents/repo.mdSurface d'installation
.openhands/microagents/Client MCP
OpenHands MCP configCommande d'installation MCP
tokrepo: command="npx -y tokrepo-mcp-server"
Six règles obligatoires
Chaque runtime d'agent applique
- 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.