Unit Brief: Cline Installer
The Cline Installer handles installation of specsmd agents into Cline's .clinerules/ directory.
The Cline Installer handles installation of specsmd agents into Cline's .clinerules/ directory.
The Cline Installer handles installation of specsmd agents into Cline's `.clinerules/` directory.
---
---
src/lib/installers/
└── ClineInstaller.jsproject-root/
└── .clinerules/
├── specsmd-master-agent.md
├── specsmd-inception-agent.md
├── specsmd-construction-agent.md
└── specsmd-operations-agent.md---
Extends `ToolInstaller` with standard behavior.
| Property | Value | Description | |----------|-------|-------------| | `key` | `'cline'` | Unique identifier for factory lookup | | `name` | `'Cline'` | Display name in CLI | | `commandsDir` | `'.clinerules'` | Where to install agent files | | `detectPath` | `'.clinerules'` | Directory to check for detection |
Cline is detected if `.clinerules/` directory exists in the project root.
---
Cline (formerly Claude Dev) is a VS Code extension for AI-assisted development.
| Type | Location | |------|----------| | Project rules | `.clinerules/` | | Workflows | `.clinerules/workflows/` |
---