@agentic15.com/agentic15-claude-zen 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +25 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Copyright 2024-2026 agentic15.com
|
|
9
9
|
|
|
10
|
+
## [8.1.0] - 2026-01-05
|
|
11
|
+
|
|
12
|
+
### 📚 Documentation
|
|
13
|
+
|
|
14
|
+
**README.md Enhanced**
|
|
15
|
+
- **Claude Code Skills Section**: Added comprehensive skills documentation to main README
|
|
16
|
+
- **Installation Options**: Clear guide for local vs global installation
|
|
17
|
+
- **Skills Table**: All 7 skills listed with descriptions
|
|
18
|
+
- **Example Workflow**: Added practical usage example for skills
|
|
19
|
+
- **CLI vs Skills**: Separated CLI commands and Claude Code skills sections
|
|
20
|
+
- **Version Update**: Updated to v8.1.0 throughout README
|
|
21
|
+
|
|
22
|
+
**Additional Documentation**
|
|
23
|
+
- **SKILLS-REFERENCE.md**: Complete reference guide for all skills
|
|
24
|
+
- **Installation Clarity**: Updated all docs to clarify npx doesn't provide skills
|
|
25
|
+
|
|
26
|
+
### 🔧 Changed
|
|
27
|
+
|
|
28
|
+
**README.md Structure**
|
|
29
|
+
- Split "Commands" section into "Claude Code Skills" and "CLI Commands"
|
|
30
|
+
- Added skills-first approach (skills before CLI in documentation)
|
|
31
|
+
- Updated version badge and tagline
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
10
35
|
## [8.0.0] - 2026-01-05
|
|
11
36
|
|
|
12
37
|
### 🎉 MAJOR RELEASE - Integrated Claude Code Plugin
|
package/package.json
CHANGED