{
  "name": "cline",
  "version": "1.0.0",
  "displayName": "Cline",
  "description": "Cline (open-source VS Code AI coding agent) \u2014 rules via .clinerules files. Strips frontmatter entirely; output is plain markdown body only.",
  "notes": "Cline has NO frontmatter support \u2014 skipFrontmatter: true prevents --- wrappers. File extension is empty string so generated files are named <agent> (no .md suffix), matching Cline's convention.",
  "outputDir": ".clinerules",
  "fileExtension": "",
  "frontmatter": {
    "include": [],
    "exclude": ["*"],
    "transform": {},
    "addFields": {},
    "skipFrontmatter": true
  },
  "toolMap": {
    "read/readFile": "Read",
    "edit/editFiles": "Edit",
    "execute/runInTerminal": "Bash",
    "execute/testFailure": "Bash",
    "execute/getTerminalOutput": "Bash",
    "search/codebase": "Grep",
    "search/fileSearch": "Glob",
    "search/textSearch": "Grep",
    "search/usages": "Grep",
    "search/listDirectory": "Glob",
    "web/fetch": "WebFetch",
    "agent": "Task"
  },
  "excludeTools": [
    "context7_resolve-library-id",
    "context7_query-docs",
    "search/changes",
    "read/problems",
    "execute/createAndRunTask",
    "vscode/runCommand",
    "vscode/askQuestions",
    "browser/openBrowserPage",
    "browser/navigatePage",
    "browser/readPage",
    "browser/clickElement",
    "browser/typeInPage",
    "browser/hoverElement",
    "browser/dragElement",
    "browser/handleDialog",
    "browser/screenshotPage"
  ],
  "capabilityFlags": {
    "orchestration": false,
    "approval": false,
    "diagnostics": false,
    "browser-ui": false,
    "ide-local": false,
    "github-service": false
  },
  "bodyFilters": [
    {
      "action": "prepend",
      "content": "> Pantheon rule for Cline. This content is loaded as system prompt context."
    }
  ],
  "deployCommands": true,
  "commandsOutputDir": ".clinerules/commands",
  "skillsOutputDir": ".clinerules/skills",
  "deploySkills": true,
  "handoffStrategy": "embed"
}
