agentsFolderPath property

String get agentsFolderPath

Implementation

String get agentsFolderPath {
  switch (this) {
    case TCliTool.claude:
      return '$homeFolderPath/agents';
    case TCliTool.codex:
      return '$homeFolderPath/agents';
    case TCliTool.cursor:
      return '$homeFolderPath/agents';
  }
}