Unit Brief: Kilo Code Installer
The Kilo Code Installer handles installation of specsmd agents into Kilo Code's .kilo/ directory.
The Kilo Code Installer handles installation of specsmd agents into Kilo Code's .kilo/ directory.
The Kilo Code Installer handles installation of specsmd agents into Kilo Code's `.kilo/` directory.
---
---
src/lib/installers/
└── KiloInstaller.jsproject-root/
└── .kilo/
├── 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` | `'kilo'` | Unique identifier for factory lookup | | `name` | `'Kilo Code'` | Display name in CLI | | `commandsDir` | `'.kilo'` | Where to install agent files | | `detectPath` | `'.kilo'` | Directory to check for detection |
Kilo Code is detected if `.kilo/` directory exists in the project root.
---
Kilo Code is an AI coding assistant with custom mode support.
| Type | Location | |------|----------| | Project config | `.kilo/` | | Custom modes | `.kilocodemodes` |
---