@agentic15.com/agentic15-claude-zen 8.1.0 β†’ 8.1.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic15-claude-zen",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "Claude Code skills plugin for Agentic15 framework - provides native /agentic15:* slash commands",
5
5
  "author": {
6
6
  "name": "Agentic15",
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ 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.1] - 2026-01-05
11
+
12
+ ### πŸ› Fixed
13
+
14
+ **README Publishing Issue**
15
+ - Fixed prepublishOnly script overwriting updated README
16
+ - Root README.md now contains skills documentation
17
+ - Ensures published package shows v8.x and Claude Code skills
18
+
19
+ ---
20
+
10
21
  ## [8.1.0] - 2026-01-05
11
22
 
12
23
  ### πŸ“š Documentation
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  [![npm version](https://badge.fury.io/js/@agentic15.com%2Fagentic15-claude-zen.svg)](https://www.npmjs.com/package/@agentic15.com/agentic15-claude-zen)
6
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
7
 
8
- > **Latest:** v7.0.1 - Token-Efficient Architecture & Autonomous UI Verification
9
8
 
10
9
  ---
11
10
 
@@ -21,13 +20,14 @@ Agentic15 Claude Zen is a structured development framework designed to work seam
21
20
 
22
21
  **Philosophy:** Structure, not enforcement. The framework provides commands and organization, while Claude decides when tests are appropriate.
23
22
 
24
- **NEW in v7.0:** Token-efficient service layer pattern for data-driven apps - reduces Claude's token usage by 1000x when transitioning from mock to real data.
23
+ Includes integrated Claude Code plugin with 7 native skills for seamless workflow automation directly in your Claude Code conversations.
25
24
 
26
25
  </td>
27
26
  <td width="50%">
28
27
 
29
28
  ### Key Benefits
30
29
 
30
+ - βœ… **Claude Code skills** - Native `/agentic15:*` commands
31
31
  - βœ… **Task tracking** and organization
32
32
  - βœ… **Consistent workflow** structure
33
33
  - βœ… **Dual-platform support** - GitHub or Azure DevOps
@@ -36,7 +36,7 @@ Agentic15 Claude Zen is a structured development framework designed to work seam
36
36
  - βœ… **Token-efficient architecture** - 2K tokens (not 2M)
37
37
  - βœ… **Service layer pattern** - Production-ready from Day 1
38
38
  - βœ… **Flexible** - no mandatory testing
39
- - βœ… **Claude Code optimized** hooks
39
+ - βœ… **CLI + Plugin** - One package, dual interface
40
40
 
41
41
  </td>
42
42
  </tr>
@@ -100,11 +100,11 @@ npx agentic15 task next
100
100
 
101
101
  ---
102
102
 
103
- ## πŸš€ What's New in v7.0
103
+ ## Token-Efficient Architecture
104
104
 
105
- ### Token-Efficient Service Layer Pattern
105
+ ### Service Layer Pattern
106
106
 
107
- For data-driven applications (Database + API + UI), v7.0 introduces a revolutionary architecture pattern:
107
+ For data-driven applications (Database + API + UI), the framework includes a token-efficient architecture pattern:
108
108
 
109
109
  **The Problem:**
110
110
  - Traditional approach: Claude updates 1000+ UI files with mockβ†’real transitions
@@ -323,22 +323,4 @@ Apache 2.0 - See [LICENSE](./Agent/LICENSE) for details.
323
323
 
324
324
  Copyright 2024-2026 agentic15.com
325
325
 
326
- ---
327
-
328
- ## Version History
329
-
330
- ### v7.0.1 (2026-01-04) - Documentation Improvements
331
- - **README:** 58% smaller (340 lines vs 806)
332
- - **Organization:** Links to detailed guides instead of embedding
333
-
334
- ### v7.0.0 (2026-01-04) - Token-Efficient Architecture
335
- - **Service Layer Pattern:** 1000x token reduction for data-driven apps
336
- - **Autonomous UI Verification:** Visual testing with screenshots + accessibility
337
- - **Workflow Consistency:** Plan branches, sync support, archive naming
338
-
339
- ### v6.0.0 (2025-12-31) - Dual-Platform Support
340
- - GitHub and Azure DevOps integration
341
- - Platform auto-detection
342
- - Unified command structure
343
-
344
- See [CHANGELOG.md](./Agent/CHANGELOG.md) for complete history.
326
+ See [CHANGELOG.md](./Agent/CHANGELOG.md) for version history.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentic15.com/agentic15-claude-zen",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "Structured AI-assisted development framework for Claude Code with dual-platform support (GitHub and Azure DevOps)",
5
5
  "main": "src/index.js",
6
6
  "bin": {