|
18 | 18 | - [⚡ Get started](#-get-started) |
19 | 19 | - [📽️ Video Overview](#️-video-overview) |
20 | 20 | - [🔧 Specify CLI Reference](#-specify-cli-reference) |
21 | | -- [📚 Core philosophy](#-core-philosophy) |
| 21 | +- [� APM Integration](#-apm-integration) |
| 22 | +- [�📚 Core philosophy](#-core-philosophy) |
22 | 23 | - [🌟 Development phases](#-development-phases) |
23 | 24 | - [🎯 Experimental goals](#-experimental-goals) |
24 | 25 | - [🔧 Prerequisites](#-prerequisites) |
@@ -82,6 +83,7 @@ The `specify` command supports the following options: |
82 | 83 | |-------------|----------------------------------------------------------------| |
83 | 84 | | `init` | Initialize a new Specify project from the latest template | |
84 | 85 | | `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`) | |
| 86 | +| `apm` | APM - Agent Package Manager commands for Context management | |
85 | 87 |
|
86 | 88 | ### `specify init` Arguments & Options |
87 | 89 |
|
@@ -124,7 +126,25 @@ specify init my-project --ai claude --debug |
124 | 126 | specify check |
125 | 127 | ``` |
126 | 128 |
|
127 | | -## 📚 Core philosophy |
| 129 | +## � APM Integration |
| 130 | + |
| 131 | +Spec Kit includes full APM (Agent Package Manager) functionality for managing modular context packages and files: |
| 132 | + |
| 133 | +### Unified Initialization |
| 134 | +```bash |
| 135 | +# Creates both SDD and APM structures |
| 136 | +specify init my-project --ai claude |
| 137 | +``` |
| 138 | + |
| 139 | +### APM Commands |
| 140 | +```bash |
| 141 | +# Core APM commands available under 'apm' subcommand |
| 142 | +specify apm compile # Generate AGENTS.md from your context |
| 143 | +specify apm install # Install APM package dependencies |
| 144 | +specify apm deps list # List available APM packages |
| 145 | +``` |
| 146 | + |
| 147 | +## �📚 Core philosophy |
128 | 148 |
|
129 | 149 | Spec-Driven Development is a structured process that emphasizes: |
130 | 150 |
|
@@ -427,6 +447,7 @@ rm gcm-linux_amd64.2.6.1.deb |
427 | 447 |
|
428 | 448 | - Den Delimarsky ([@localden](https://github.com/localden)) |
429 | 449 | - John Lam ([@jflam](https://github.com/jflam)) |
| 450 | +- Daniel Meppiel [@danielmeppiel](https://github.com/danielmeppiel) |
430 | 451 |
|
431 | 452 | ## 💬 Support |
432 | 453 |
|
|
0 commit comments