{
  "schema_version": "0.1",
  "id": "lifoli-works",
  "name": "LiFoli Works",
  "summary": "Local-first Agent Experience OS for turning real work systems into agent-operable workflows.",
  "discovery": {
    "agent": "/.well-known/agent.json",
    "agents": "/.well-known/agents.json",
    "skills": "/.well-known/agent-skills/index.json",
    "skills_compat": "/.well-known/skills/index.json",
    "llms": "/llms.txt",
    "llms_full": "/llms-full.txt",
    "heartbeat": "/HEARTBEAT.md",
    "robots": "/robots.txt"
  },
  "interfaces": {
    "mcp_manifest": "/mcp"
  },
  "permissions": [
    "read",
    "draft",
    "local_execute",
    "external_write",
    "payment"
  ],
  "automation_routes": [
    "official_mcp",
    "openapi_mcp",
    "browser_automation",
    "printingpress_generated_mcp",
    "human_in_the_loop"
  ],
  "human_approval_required_for": [
    "external_write",
    "payment"
  ]
}
