wommy/tudo
v0.1.3MIT
Three-tier tasklist interface for L1 harness tasks, L2 Womr roadmap work, and L3 Hermes Kanban execution receipts.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
tudostdio
{
"type": "stdio",
"command": "bun",
"args": [
"${PLUGIN_ROOT}/mcp/server.bundle.js"
],
"env": {
"XDG_CONFIG_HOME": "${PLUGIN_DATA}",
"XDG_CACHE_HOME": "${PLUGIN_DATA}"
},
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tudo",
"version": "0.1.3",
"description": "Three-tier tasklist interface for L1 harness tasks, L2 Womr roadmap work, and L3 Hermes Kanban execution receipts.",
"license": "MIT",
"keywords": ["tasklist", "womr", "hermes", "kanban"],
"extensions": {
"com.anthropic.claude-code": {
"hooks": "hooks/claude/hooks.json"
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.anthropic.claude-code