Add APM docs

This commit is contained in:
danielmeppiel
2025-09-16 12:51:26 +02:00
parent 6e4f287913
commit 52da4ce9d5
2 changed files with 70 additions and 3 deletions

View File

@@ -130,14 +130,22 @@ specify init my-project --ai claude --debug
specify check
```
## <EFBFBD> APM Integration
## 📦 APM Integration - NPM for Agent Context
**Context as Code Packages**: Package and share agent intelligence like npm packages. With APM, your agents get:
- **Team knowledge** from reusable context packages
- **Optimized context** through mathematical relevance scoring
- **Universal compatibility** via dynamically generated Agents.md files
[Complete Context Management Guide →](docs/context-management.md)
Spec Kit includes full APM (Agent Package Manager) functionality for managing modular context packages and files:
### Unified Initialization
```bash
# Creates both SDD and APM structures
specify init my-project --ai claude
# The --with-apm flag creates both SDD and APM structures
specify init my-project --ai claude --with-apm
```
### APM Commands