{
  "schema_version": "0.1",
  "id": "lifoli-works",
  "name": "LiFoli Works",
  "description": "Local-first Agent Experience OS for turning real work systems into agent-operable workflows.",
  "homepage_url": "https://lifoli.works",
  "documentation": {
    "llms_txt": "/llms.txt",
    "llms_full_txt": "/llms-full.txt",
    "agent_experience": "/docs/agent-experience.md",
    "api_recipes": "/docs/api-recipes.md",
    "heartbeat": "/HEARTBEAT.md",
    "robots": "/robots.txt"
  },
  "discovery": {
    "ai": "/.well-known/ai",
    "agents": "/.well-known/agents.json",
    "skills": "/.well-known/agent-skills/index.json",
    "skills_compat": "/.well-known/skills/index.json"
  },
  "api": {
    "openapi": "/openapi.json",
    "mcp": "/mcp",
    "mcp_transport": "stdio",
    "mcp_command": "pnpm --filter @lifoli/runtime mcp-export"
  },
  "capabilities": [
    "workflow_capture",
    "skill_packaging",
    "mcp_gateway",
    "ax_scanner",
    "printingpress_connector_generation",
    "approval_gated_execution",
    "audit_evidence",
    "agent_action_analytics",
    "scoped_credential_lifecycle"
  ],
  "permission_classes": ["read", "draft", "local_execute", "external_write", "payment"],
  "default_automation_route": [
    "official_mcp",
    "openapi_mcp",
    "browser_automation",
    "printingpress_generated_mcp",
    "human_in_the_loop"
  ]
}
