trinity-method-sdk 2.0.0 → 2.0.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.
package/CHANGELOG.md CHANGED
@@ -1,116 +1,137 @@
1
- # Changelog
2
-
3
- All notable changes to Trinity Method SDK will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [Unreleased]
9
-
10
- ### Added
11
-
12
- ### Changed
13
-
14
- ### Deprecated
15
-
16
- ### Removed
17
-
18
- ### Fixed
19
-
20
- ### Security
21
-
22
- ## [2.0.0] - 2025-12-21
23
-
24
- ### Added
25
-
26
- - **Agent System Expansion:** Grew from 7 to 19 specialized agents
27
- - **Planning Layer (4 agents):** MON (Requirements Analyst), ROR (Design Architect), TRA (Work Planner), EUS (Task Decomposer)
28
- - **Execution Layer (3 agents):** KIL (Task Executor), BAS (Quality Gate), DRA (Code Reviewer)
29
- - **Support Layer (4 agents):** APO (Documentation Specialist), BON (Dependency Manager), CAP (Configuration Specialist), URO (Refactoring Specialist)
30
- - **Leadership & Audit (2 agents):** ALY (Chief Technology Officer), JUNO (Quality Auditor)
31
- - **Infrastructure (5 agents):** TAN, ZEN, INO, EIN, AJ MAESTRO (legacy)
32
- - Increased deployment from 49 to 64 production-ready components
33
- - Expanded slash commands from 8 to 20 commands across 6 categories
34
- - Session Management: `/trinity-start`, `/trinity-continue`, `/trinity-end`
35
- - Planning: `/trinity-requirements`, `/trinity-design`, `/trinity-decompose`, `/trinity-plan`
36
- - Execution: `/trinity-orchestrate`, `/trinity-audit`, `/trinity-readme`, `/trinity-docs`, `/trinity-changelog`
37
- - Investigation: `/trinity-create-investigation`, `/trinity-plan-investigation`, `/trinity-investigate-templates`
38
- - Infrastructure: `/trinity-init`
39
- - Utility: `/trinity-verify`, `/trinity-agents`, `/trinity-workorder`
40
- - Enhanced `/trinity-readme` command template to v2.0.0 with comprehensive validation phases
41
- - Phase 2h: Command/Script/CLI Validation - Verifies all documented commands exist in codebase
42
- - Phase 2i: Code Example Validation - Checks code examples match current API signatures
43
- - Phase 2j: API/Function Reference Validation - Verifies documented functions/classes exist
44
- - Phase 2k: Dependency Claims Validation - Cross-references README with package manifests
45
- - Phase 2l: Stale Content Detection - Finds TODO markers, outdated dates, placeholder text
46
-
47
- ### Changed
48
-
49
- - **BREAKING:** Updated Trinity Method to v2.0.0 architecture
50
- - **Agent System:** Complete agent architecture redesign with specialized layers
51
- - **Documentation System:** Enhanced APO capabilities with comprehensive audit phases
52
- - Refactored 7 functions to reduce cyclomatic complexity (all ≤15)
53
- - Improved code maintainability and readability across codebase
54
- - Enhanced test coverage and reliability (405 tests, 100% passing)
55
-
56
- ### Deprecated
57
-
58
- - AJ MAESTRO orchestrator (v1.0) replaced by ALY in v2.0
59
-
60
- ### Fixed
61
-
62
- - Template path resolution in integration tests
63
- - Linting deployment tests now correctly locate template files
64
- - **Documentation Accuracy:** Fixed 6 critical inaccuracies in README.md
65
- - Removed 24+ non-existent CLI commands (`npx trinity investigate`, `crisis`, `analytics`, etc.)
66
- - Fixed 13 broken documentation links (docs/methodology/, docs/adr/, docs/workflows/)
67
- - Corrected agent count inconsistencies throughout documentation (unified to 19 agents)
68
- - Updated deployment examples to reflect actual CLI (`npx @trinity-method/cli deploy/update`)
69
- - Fixed broken ADR links in src/README.md (replaced with design principles summary)
70
- - Fixed broken ADR links in docs/README.md (removed non-existent file references)
71
-
72
- ---
73
-
74
- ## [1.0.1] - 2025-10-02
75
-
76
- ### Fixed
77
-
78
- - **Critical:** Missing template files in npm package (only 9 of 36 were included)
79
- - Fixed file paths to use bundled templates instead of workspace structure
80
- - All `.md.template` files now properly included in published package
81
- - Updated `deploy.js` and `update.js` to reference correct template locations
82
- - Bundled agents and hooks directly into CLI package for standalone operation
83
-
84
- ### Changed
85
-
86
- - Reorganized package structure to be self-contained when published to npm
87
- - Templates, agents, and hooks now bundled in `packages/cli/templates/`
88
-
89
- ---
90
-
91
- ## [1.0.0] - 2025-10-01
92
-
93
- ### Added
94
-
95
- - Initial release of Trinity Method SDK for Claude Code
96
- - 7 specialized Trinity agents (Aly, AJ, TAN, ZEN, INO, Ein, JUNO)
97
- - Claude Code-exclusive deployment
98
- - Interactive deployment with linting and CI/CD configuration
99
- - Linting configuration (ESLint, Prettier, etc.)
100
- - CI/CD automation (GitHub Actions, GitLab CI)
101
- - Matrix testing support
102
- - Coverage integration (Codecov, Coveralls)
103
- - Employee Directory with agent documentation
104
- - Trinity structure (knowledge-base, templates)
105
- - CLAUDE.md context file deployment
106
- - README injection for Trinity Method section
107
- - 8 slash commands (/trinity-init, /trinity-verify, /trinity-docs, /trinity-start, /trinity-continue, /trinity-end, /trinity-workorder, /trinity-agents)
108
- - Session management with archival system
109
- - Comprehensive CLI documentation
110
-
111
- ### Strategic Decision
112
-
113
- - Focused exclusively on Claude Code for exceptional user experience
114
- - Community contributions welcome for other coding agents
115
-
116
- [1.0.0]: https://github.com/lukadfagundes/trinity-method-sdk/releases/tag/v1.0.0
1
+ # Changelog
2
+
3
+ All notable changes to Trinity Method SDK will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Deprecated
15
+
16
+ ### Removed
17
+
18
+ ### Fixed
19
+
20
+ ### Security
21
+
22
+ ## [2.0.1] - 2025-12-29
23
+
24
+ ### Added
25
+
26
+ - Installation instructions in README.md with npx and global install options
27
+ - Automatic npm deployment on every push to main branch via GitHub Actions CD workflow
28
+
29
+ ### Changed
30
+
31
+ - **CD Workflow:** Modified to deploy to npm on all main branch pushes (not just version tags)
32
+ - **CD Workflow:** GitHub releases now only created for version tags, not regular commits
33
+ - Updated all package references from `@trinity-method/cli` to `trinity-method-sdk`
34
+
35
+ ### Fixed
36
+
37
+ - Removed redundant `node_modules/` from Trinity's .gitignore additions
38
+
39
+ ## [2.0.0] - 2025-12-21
40
+
41
+ ### Added
42
+
43
+ - **Agent System Expansion:** Grew from 7 to 19 specialized agents
44
+ - **Planning Layer (4 agents):** MON (Requirements Analyst), ROR (Design Architect), TRA (Work Planner), EUS (Task Decomposer)
45
+ - **Execution Layer (3 agents):** KIL (Task Executor), BAS (Quality Gate), DRA (Code Reviewer)
46
+ - **Support Layer (4 agents):** APO (Documentation Specialist), BON (Dependency Manager), CAP (Configuration Specialist), URO (Refactoring Specialist)
47
+ - **Leadership & Audit (2 agents):** ALY (Chief Technology Officer), JUNO (Quality Auditor)
48
+ - **Infrastructure (5 agents):** TAN, ZEN, INO, EIN, AJ MAESTRO (legacy)
49
+ - Increased deployment from 49 to 64 production-ready components
50
+ - Expanded slash commands from 8 to 20 commands across 6 categories
51
+ - Session Management: `/trinity-start`, `/trinity-continue`, `/trinity-end`
52
+ - Planning: `/trinity-requirements`, `/trinity-design`, `/trinity-decompose`, `/trinity-plan`
53
+ - Execution: `/trinity-orchestrate`, `/trinity-audit`, `/trinity-readme`, `/trinity-docs`, `/trinity-changelog`
54
+ - Investigation: `/trinity-create-investigation`, `/trinity-plan-investigation`, `/trinity-investigate-templates`
55
+ - Infrastructure: `/trinity-init`
56
+ - Utility: `/trinity-verify`, `/trinity-agents`, `/trinity-workorder`
57
+ - Enhanced `/trinity-readme` command template to v2.0.0 with comprehensive validation phases
58
+ - Phase 2h: Command/Script/CLI Validation - Verifies all documented commands exist in codebase
59
+ - Phase 2i: Code Example Validation - Checks code examples match current API signatures
60
+ - Phase 2j: API/Function Reference Validation - Verifies documented functions/classes exist
61
+ - Phase 2k: Dependency Claims Validation - Cross-references README with package manifests
62
+ - Phase 2l: Stale Content Detection - Finds TODO markers, outdated dates, placeholder text
63
+
64
+ ### Changed
65
+
66
+ - **BREAKING:** Updated Trinity Method to v2.0.0 architecture
67
+ - **Agent System:** Complete agent architecture redesign with specialized layers
68
+ - **Documentation System:** Enhanced APO capabilities with comprehensive audit phases
69
+ - Refactored 7 functions to reduce cyclomatic complexity (all ≤15)
70
+ - Improved code maintainability and readability across codebase
71
+ - Enhanced test coverage and reliability (405 tests, 100% passing)
72
+
73
+ ### Deprecated
74
+
75
+ - AJ MAESTRO orchestrator (v1.0) replaced by ALY in v2.0
76
+
77
+ ### Fixed
78
+
79
+ - Template path resolution in integration tests
80
+ - Linting deployment tests now correctly locate template files
81
+ - **Documentation Accuracy:** Fixed 6 critical inaccuracies in README.md
82
+ - Removed 24+ non-existent CLI commands (`npx trinity investigate`, `crisis`, `analytics`, etc.)
83
+ - Fixed 13 broken documentation links (docs/methodology/, docs/adr/, docs/workflows/)
84
+ - Corrected agent count inconsistencies throughout documentation (unified to 19 agents)
85
+ - Updated deployment examples to reflect actual CLI (`npx @trinity-method/cli deploy/update`)
86
+ - Fixed broken ADR links in src/README.md (replaced with design principles summary)
87
+ - Fixed broken ADR links in docs/README.md (removed non-existent file references)
88
+
89
+ ---
90
+
91
+ ## [1.0.1] - 2025-10-02 (Legacy - @trinity-method/cli)
92
+
93
+ ### Fixed
94
+
95
+ - **Critical:** Missing template files in npm package (only 9 of 36 were included)
96
+ - Fixed file paths to use bundled templates instead of workspace structure
97
+ - All `.md.template` files now properly included in published package
98
+ - Updated `deploy.js` and `update.js` to reference correct template locations
99
+ - Bundled agents and hooks directly into CLI package for standalone operation
100
+
101
+ ### Changed
102
+
103
+ - Reorganized package structure to be self-contained when published to npm
104
+ - Templates, agents, and hooks now bundled in `packages/cli/templates/`
105
+
106
+ **Note:** This version was published as `@trinity-method/cli`. Starting with v2.0.0, the package was renamed to `trinity-method-sdk`.
107
+
108
+ ---
109
+
110
+ ## [1.0.0] - 2025-10-01 (Legacy - @trinity-method/cli)
111
+
112
+ ### Added
113
+
114
+ - Initial release of Trinity Method SDK for Claude Code
115
+ - 7 specialized Trinity agents (Aly, AJ, TAN, ZEN, INO, Ein, JUNO)
116
+ - Claude Code-exclusive deployment
117
+ - Interactive deployment with linting and CI/CD configuration
118
+ - Linting configuration (ESLint, Prettier, etc.)
119
+ - CI/CD automation (GitHub Actions, GitLab CI)
120
+ - Matrix testing support
121
+ - Coverage integration (Codecov, Coveralls)
122
+ - Employee Directory with agent documentation
123
+ - Trinity structure (knowledge-base, templates)
124
+ - CLAUDE.md context file deployment
125
+ - README injection for Trinity Method section
126
+ - 8 slash commands (/trinity-init, /trinity-verify, /trinity-docs, /trinity-start, /trinity-continue, /trinity-end, /trinity-workorder, /trinity-agents)
127
+ - Session management with archival system
128
+ - Comprehensive CLI documentation
129
+
130
+ ### Strategic Decision
131
+
132
+ - Focused exclusively on Claude Code for exceptional user experience
133
+ - Community contributions welcome for other coding agents
134
+
135
+ **Note:** This version was published as `@trinity-method/cli`. Starting with v2.0.0, the package was renamed to `trinity-method-sdk`.
136
+
137
+ [1.0.0]: https://github.com/lukadfagundes/trinity-method-sdk/releases/tag/v1.0.0