{ "name": "@mana/persona-runner", "version": "0.1.0", "private": true, "type": "module", "description": "Tick-loop service that drives the M2 personas: for each due persona, logs in, opens an MCP session against mana-mcp, asks Claude to role-play that persona through the app for one turn, then posts actions + ratings back to mana-auth.", "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "type-check": "tsc --noEmit" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.118", "@mana/shared-hono": "workspace:*", "@modelcontextprotocol/sdk": "^1.29.0", "hono": "^4.7.0", "zod": "^3.25.76" }, "devDependencies": { "@types/bun": "^1.1.16", "typescript": "^5.9.3" } }