emo-eth/wall-clock
v0.1.0
Keep agent work inside a deadline with time-aware planning, bounded assignments, and explicit wrap-up reports.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
wall-clockstdio
{
"type": "stdio",
"command": "./bin/wall-clock",
"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": "wall-clock",
"version": "0.1.0",
"description": "Keep agent work inside a deadline with time-aware planning, bounded assignments, and explicit wrap-up reports.",
"author": {
"name": "emo-eth",
"url": "https://github.com/emo-eth"
},
"repository": "https://github.com/emo-eth/skills",
"keywords": [
"deadlines",
"time budgets",
"agent planning",
"wrap-up"
]
}