You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release notes, changelogs, PR descriptions, and commit messages MUST NOT reference non-SkillWeave topics (personal tools, local setup details, private workflows). The prerelease workflow filters these automatically.
6
+
7
+
Only SkillWeave-core concepts belong in public release artifacts:
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 0.5.6
4
+
-**FEATURE**: Capacium badge and install section in README
5
+
-**FEATURE**: Content boundary enforcement for release artifacts (AGENTS.md + prerelease.yml)
6
+
-**IMPROVEMENT**: Version bump to 0.5.6 with updated documentation
7
+
3
8
## 0.5.0
4
9
-**RELEASE**: SkillWeave Next Level Features v0.5.0
5
10
-**FEATURE**: Three risk modes (conservative, medium, unicorn) across all skills
@@ -15,7 +20,7 @@
15
20
-**FEATURE**: Community know-how prototype for pattern extraction
16
21
-**FEATURE**: Comprehensive testing suite with 100+ tests
17
22
-**FEATURE**: Updated documentation with configuration guide and examples
18
-
-**FEATURE**: SkillWeave Package Manager (SWPM) - intelligent package management for AI skills with centralized storage, versioning, and framework integration
23
+
-**FEATURE**: Capacium packaging for all skills - each skill ships as a self-contained capability.yaml for cap install
19
24
-**IMPROVEMENT**: All Next Level features fully tested and integrated
-**Centralized Package Storage**: Intelligent package management for AI skills with centralized storage
57
-
-**Version Management**: SHA-256 fingerprinting and skill@version syntax for precise versioning
58
-
-**Multi-Framework Integration**: Seamless integration with OpenCode and other AI agent frameworks
59
-
-**CLI Interface**: Simple commands for install, update, remove, list, and search operations
55
+
### 6. **Install via Capacium** (`cap install`)
56
+
SkillWeave is also available as a **Capacium** capability package. Install any skill directly:
57
+
58
+
```bash
59
+
# Install via Capacium (recommended)
60
+
cap install skillweave-blueprint
61
+
cap install skillweave-promptchain-generate
62
+
cap install skillweave-promptchain-validate
63
+
cap install skillweave-promptchain-execute
64
+
cap install skillweave-releasechain
65
+
```
66
+
67
+
Each skill ships as a self-contained `capability.yaml` with all dependencies, gates, and tools declared — ready for the Capacium runtime.
60
68
61
69
Instead of linear, slow development workflows, SkillWeave enables **parallel, intelligent product development flows** with dependency-aware execution and adaptive workflow selection.
0 commit comments