Skip to content

Commit ea07a2c

Browse files
committed
chore: fix paths to folder structure
1 parent 31ab31a commit ea07a2c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Bundles/Kai/install.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,10 @@ Files created:
725725
Next steps:
726726
727727
1. Install the packs IN ORDER by giving each pack file to your AI:
728-
- kai-hook-system.md
729-
- kai-history-system.md
730-
- kai-core-install.md
731-
- kai-voice-system.md (optional, requires ElevenLabs)
728+
- kai-hook-system/INSTALL.md
729+
- kai-history-system/INSTALL.md
730+
- kai-core-install/INSTALL.md
731+
- kai-voice-system/INSTALL.md (optional, requires ElevenLabs)
732732
733733
2. Restart Claude Code to activate hooks
734734

PACKS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,19 +225,19 @@ Browse all packs: [Packs/](Packs/)
225225

226226
| Pack | Type | Description |
227227
|------|------|-------------|
228-
| [kai-hook-system](Packs/kai-hook-system.md) | Foundation | Event-driven automation framework for hook-based capabilities |
229-
| [kai-history-system](Packs/kai-history-system.md) | Infrastructure | Automatic context-tracking for all work, decisions, and learnings |
230-
| [kai-core-install](Packs/kai-core-install.md) | Core | Skills + Identity + Architecture - complete foundation pack |
231-
| [kai-voice-system](Packs/kai-voice-system.md) | Notifications | Voice output with ElevenLabs TTS and prosody enhancement |
232-
| [kai-observability-server](Packs/kai-observability-server.md) | Observability | Real-time multi-agent monitoring dashboard |
228+
| [kai-hook-system](Packs/kai-hook-system) | Foundation | Event-driven automation framework for hook-based capabilities |
229+
| [kai-history-system](Packs/kai-history-system) | Infrastructure | Automatic context-tracking for all work, decisions, and learnings |
230+
| [kai-core-install](Packs/kai-core-install) | Core | Skills + Identity + Architecture - complete foundation pack |
231+
| [kai-voice-system](Packs/kai-voice-system) | Notifications | Voice output with ElevenLabs TTS and prosody enhancement |
232+
| [kai-observability-server](Packs/kai-observability-server) | Observability | Real-time multi-agent monitoring dashboard |
233233

234234
### Skill Packs
235235

236236
| Pack | Type | Description |
237237
|------|------|-------------|
238-
| [kai-art-skill](Packs/kai-art-skill.md) | Skill | Visual content generation with charcoal architectural sketch aesthetic |
239-
| [kai-agents-skill](Packs/kai-agents-skill.md) | Skill | Dynamic agent composition with specialized personalities and voices |
240-
| [kai-prompting-skill](Packs/kai-prompting-skill.md) | Skill | Meta-prompting system for programmatic prompt generation |
238+
| [kai-art-skill](Packs/kai-art-skill) | Skill | Visual content generation with charcoal architectural sketch aesthetic |
239+
| [kai-agents-skill](Packs/kai-agents-skill) | Skill | Dynamic agent composition with specialized personalities and voices |
240+
| [kai-prompting-skill](Packs/kai-prompting-skill) | Skill | Meta-prompting system for programmatic prompt generation |
241241

242242
**Installation order:** hooks → history → core-install → voice → observability (optional) → skill packs
243243

0 commit comments

Comments
 (0)