@agentic15.com/agentic15-claude-zen 3.0.3 → 3.0.4
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/CHANGELOG.md +9 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Copyright 2024-2025 agentic15.com
|
|
9
9
|
|
|
10
|
+
## [3.0.4] - 2025-12-25
|
|
11
|
+
|
|
12
|
+
### Summary
|
|
13
|
+
Package configuration cleanup - removed WORKFLOWS.md from files array as it's available on GitHub.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Removed WORKFLOWS.md from package.json files array (documentation available at GitHub repo)
|
|
17
|
+
- No functional changes
|
|
18
|
+
|
|
10
19
|
## [3.0.3] - 2025-12-25
|
|
11
20
|
|
|
12
21
|
### Summary
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentic15.com/agentic15-claude-zen",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Structured AI-assisted development framework for Claude Code with enforced quality standards",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"templates/",
|
|
46
46
|
"templates/.gitignore",
|
|
47
47
|
"README.md",
|
|
48
|
-
"WORKFLOWS.md",
|
|
49
48
|
"CHANGELOG.md",
|
|
50
49
|
"LICENSE"
|
|
51
50
|
],
|