agileflow 2.82.3 → 2.82.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
ADDED
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to AgileFlow will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [2.82.4] - 2026-01-10
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fix whats-new command to include CHANGELOG.md in installation
|
|
14
|
+
|
|
15
|
+
## [2.82.3] - 2026-01-09
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Copy lib directory to .agileflow for script dependencies
|
|
19
|
+
|
|
20
|
+
## [2.82.2] - 2026-01-09
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
- Installer now copies lib/ directory to .agileflow/lib/ for script dependencies
|
|
24
|
+
|
|
25
|
+
## [2.82.1] - 2026-01-09
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
- Fix npm package missing lib directory
|
|
29
|
+
|
|
30
|
+
## [2.82.0] - 2026-01-09
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
- Multi-agent orchestration patterns with batch, workflow, and choose commands
|
|
34
|
+
|
|
35
|
+
## [2.81.0] - 2026-01-09
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
- Input validation, damage control refactor, and session merge flow
|
|
39
|
+
|
|
40
|
+
## [2.80.0] - 2026-01-09
|
|
41
|
+
|
|
42
|
+
### Added
|
|
43
|
+
- Comprehensive documentation and docs site improvements
|
|
44
|
+
|
|
45
|
+
## [2.79.0] - 2026-01-09
|
|
46
|
+
|
|
47
|
+
### Added
|
|
48
|
+
- Damage Control protection, Visual Mode, and self-improving skills
|
|
49
|
+
|
|
50
|
+
## [2.78.0] - 2026-01-08
|
|
51
|
+
|
|
52
|
+
### Added
|
|
53
|
+
- Enhanced compact context preservation with damage control hooks
|
|
54
|
+
|
|
55
|
+
## [2.77.0] - 2026-01-01
|
|
56
|
+
|
|
57
|
+
### Added
|
|
58
|
+
- Vibrant 256-color palette with enhanced status line
|
|
59
|
+
|
|
60
|
+
## [2.76.0] - 2026-01-01
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
- Ralph Loop autonomous story processing with Stop hook support
|
|
64
|
+
|
|
65
|
+
## [2.75.0] - 2026-01-01
|
|
66
|
+
|
|
67
|
+
### Added
|
|
68
|
+
- Restructure context/research commands into subdirectories with stuck detection
|
|
69
|
+
|
|
70
|
+
## [2.74.0] - 2025-12-31
|
|
71
|
+
|
|
72
|
+
### Added
|
|
73
|
+
- Script repair and diagnostics for /configure command
|
|
74
|
+
|
|
75
|
+
## [2.73.0] - 2025-12-29
|
|
76
|
+
|
|
77
|
+
### Changed
|
|
78
|
+
- Consolidate scripts in .agileflow/scripts with updated hook paths
|
|
79
|
+
|
|
80
|
+
## [2.72.0] - 2025-12-29
|
|
81
|
+
|
|
82
|
+
### Added
|
|
83
|
+
- Move scripts to .agileflow/scripts directory
|
|
84
|
+
|
|
85
|
+
## [2.71.0] - 2025-12-29
|
|
86
|
+
|
|
87
|
+
### Added
|
|
88
|
+
- Outdated script detection with upgrade command and 30-day archival default
|
|
89
|
+
|
|
90
|
+
## [2.70.0] - 2025-12-29
|
|
91
|
+
|
|
92
|
+
### Fixed
|
|
93
|
+
- Configure script reads version dynamically from installed package
|
|
94
|
+
|
|
95
|
+
## [2.69.0] - 2025-12-29
|
|
96
|
+
|
|
97
|
+
### Added
|
|
98
|
+
- Fix configure script to read version dynamically instead of hardcoded
|
|
99
|
+
|
|
100
|
+
## [2.68.0] - 2025-12-29
|
|
101
|
+
|
|
102
|
+
### Fixed
|
|
103
|
+
- Remove Stop hook, simplify docs to npx-only installation
|
|
104
|
+
|
|
105
|
+
## [2.67.0] - 2025-12-29
|
|
106
|
+
|
|
107
|
+
### Added
|
|
108
|
+
- Simplify installation to npx-only, remove global install recommendation
|
|
109
|
+
|
|
110
|
+
## [2.66.0] - 2025-12-29
|
|
111
|
+
|
|
112
|
+
### Added
|
|
113
|
+
- Remove unreliable Stop hook, improve global CLI messaging
|
|
114
|
+
|
|
115
|
+
## [2.65.0] - 2025-12-29
|
|
116
|
+
|
|
117
|
+
### Added
|
|
118
|
+
- Improved outdated global CLI messaging and guidance
|
|
119
|
+
|
|
120
|
+
## [2.64.0] - 2025-12-29
|
|
121
|
+
|
|
122
|
+
### Changed
|
|
123
|
+
- Fix version detection in welcome script for user projects
|
|
124
|
+
|
|
125
|
+
## [2.63.0] - 2025-12-27
|
|
126
|
+
|
|
127
|
+
### Added
|
|
128
|
+
- Per-IDE options for update and uninstall commands
|
|
129
|
+
|
|
130
|
+
## [2.62.0] - 2025-12-27
|
|
131
|
+
|
|
132
|
+
### Added
|
|
133
|
+
- Dynamic skill generation with research-driven MCP integration
|
|
134
|
+
|
|
135
|
+
## [2.61.0] - 2025-12-27
|
|
136
|
+
|
|
137
|
+
### Fixed
|
|
138
|
+
- Fixed changelog entry formatting and version comparison links
|
|
139
|
+
|
|
140
|
+
## [2.60.0] - 2025-12-27
|
|
141
|
+
|
|
142
|
+
### Changed
|
|
143
|
+
- Standardized changelog format with human-readable summaries
|
|
144
|
+
|
|
145
|
+
## [2.59.0] - 2025-12-27
|
|
146
|
+
|
|
147
|
+
### Changed
|
|
148
|
+
- Automated CHANGELOG.md updates in release script
|
|
149
|
+
|
|
150
|
+
## [2.58.0] - 2025-12-27
|
|
151
|
+
|
|
152
|
+
### Added
|
|
153
|
+
- Auto-update configuration via `/agileflow:configure --enable=autoupdate`
|
|
154
|
+
|
|
155
|
+
### Fixed
|
|
156
|
+
- Metadata merge for nested `updates` object in configure script
|
|
157
|
+
|
|
158
|
+
## [2.57.0] - 2025-12-27
|
|
159
|
+
|
|
160
|
+
### Added
|
|
161
|
+
- Auto-update system with configurable check frequency
|
|
162
|
+
- Update notifications in welcome message and status line
|
|
163
|
+
- Changelog display after updates showing what's new
|
|
164
|
+
- `/agileflow:whats-new` command for viewing full changelog
|
|
165
|
+
|
|
166
|
+
## [2.56.0] - 2025-12-27
|
|
167
|
+
|
|
168
|
+
### Added
|
|
169
|
+
- Dynamic IDE discovery with auto-detection from handlers
|
|
170
|
+
- OpenAI Codex CLI now appears in setup IDE selection
|
|
171
|
+
|
|
172
|
+
### Changed
|
|
173
|
+
- Replaced hardcoded IDE list with dynamic loading from IdeManager
|
|
174
|
+
|
|
175
|
+
## [2.55.0] - 2025-12-26
|
|
176
|
+
|
|
177
|
+
### Changed
|
|
178
|
+
- Consolidated code improvements and debugging enhancements
|
|
179
|
+
|
|
180
|
+
## [2.54.0] - 2025-12-26
|
|
181
|
+
|
|
182
|
+
### Added
|
|
183
|
+
- Test suites for generators, npm-utils, and version-checker
|
|
184
|
+
|
|
185
|
+
## [2.53.0] - 2025-12-25
|
|
186
|
+
|
|
187
|
+
### Added
|
|
188
|
+
- Session manager for parallel session detection
|
|
189
|
+
- Warning when multiple Claude sessions active
|
|
190
|
+
|
|
191
|
+
## [2.52.0] - 2025-12-24
|
|
192
|
+
|
|
193
|
+
### Added
|
|
194
|
+
- PreCompact hook for context preservation during compacts
|
|
195
|
+
|
|
196
|
+
## [2.51.0] - 2025-12-23
|
|
197
|
+
|
|
198
|
+
### Added
|
|
199
|
+
- OpenAI Codex CLI integration
|
|
200
|
+
|
|
201
|
+
## [2.50.0] - 2025-12-22
|
|
202
|
+
|
|
203
|
+
### Added
|
|
204
|
+
- Windsurf and Cursor IDE support
|
|
205
|
+
|
|
206
|
+
## [2.45.0] - 2025-12-20
|
|
207
|
+
|
|
208
|
+
### Added
|
|
209
|
+
- Auto-archival system for completed stories
|
|
210
|
+
|
|
211
|
+
## [2.40.0] - 2025-12-18
|
|
212
|
+
|
|
213
|
+
### Added
|
|
214
|
+
- Hooks system for event-driven automation
|
|
215
|
+
- Status line integration for Claude Code
|
|
216
|
+
|
|
217
|
+
[Unreleased]: https://github.com/projectquestorg/AgileFlow/compare/v2.60.0...HEAD
|
|
218
|
+
[2.60.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.59.0...v2.60.0
|
|
219
|
+
[2.59.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.58.0...v2.59.0
|
|
220
|
+
[2.58.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.57.0...v2.58.0
|
|
221
|
+
[2.57.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.56.0...v2.57.0
|
|
222
|
+
[2.56.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.55.0...v2.56.0
|
|
223
|
+
[2.55.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.54.0...v2.55.0
|
|
224
|
+
[2.54.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.53.0...v2.54.0
|
|
225
|
+
[2.53.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.52.0...v2.53.0
|
|
226
|
+
[2.52.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.51.0...v2.52.0
|
|
227
|
+
[2.51.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.50.0...v2.51.0
|
|
228
|
+
[2.50.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.45.0...v2.50.0
|
|
229
|
+
[2.45.0]: https://github.com/projectquestorg/AgileFlow/compare/v2.40.0...v2.45.0
|
|
230
|
+
[2.40.0]: https://github.com/projectquestorg/AgileFlow/releases/tag/v2.40.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agileflow",
|
|
3
|
-
"version": "2.82.
|
|
3
|
+
"version": "2.82.4",
|
|
4
4
|
"description": "AI-driven agile development system for Claude Code, Cursor, Windsurf, and more",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agile",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"scripts/",
|
|
35
35
|
"lib/",
|
|
36
36
|
"LICENSE",
|
|
37
|
-
"README.md"
|
|
37
|
+
"README.md",
|
|
38
|
+
"CHANGELOG.md"
|
|
38
39
|
],
|
|
39
40
|
"scripts": {
|
|
40
41
|
"postinstall": "node tools/postinstall.js",
|
|
@@ -50,9 +50,9 @@ Read the AgileFlow CHANGELOG.md:
|
|
|
50
50
|
cat .agileflow/CHANGELOG.md 2>/dev/null || echo "Changelog not found"
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Also check the installed version:
|
|
53
|
+
Also check the installed version from config.yaml:
|
|
54
54
|
```bash
|
|
55
|
-
cat .agileflow/
|
|
55
|
+
cat .agileflow/config.yaml 2>/dev/null | grep 'version:' | head -1 || echo "Version unknown"
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
**STEP 2: Parse and display**
|
|
@@ -153,6 +153,10 @@ class Installer {
|
|
|
153
153
|
spinner.text = 'Installing shared libraries...';
|
|
154
154
|
await this.installLib(directory, { force: effectiveForce });
|
|
155
155
|
|
|
156
|
+
// Copy CHANGELOG.md for /agileflow:whats-new command
|
|
157
|
+
spinner.text = 'Installing changelog...';
|
|
158
|
+
await this.installChangelog(agileflowDir, { force: effectiveForce });
|
|
159
|
+
|
|
156
160
|
// Create config.yaml
|
|
157
161
|
spinner.text = 'Creating configuration...';
|
|
158
162
|
await this.createConfig(agileflowDir, userName, agileflowFolder, { force: effectiveForce });
|
|
@@ -599,6 +603,38 @@ class Installer {
|
|
|
599
603
|
return counts;
|
|
600
604
|
}
|
|
601
605
|
|
|
606
|
+
/**
|
|
607
|
+
* Copy CHANGELOG.md to .agileflow/ for /agileflow:whats-new command
|
|
608
|
+
* @param {string} agileflowDir - AgileFlow installation directory
|
|
609
|
+
* @param {Object} options - Installation options
|
|
610
|
+
* @param {boolean} options.force - Overwrite existing file
|
|
611
|
+
*/
|
|
612
|
+
async installChangelog(agileflowDir, options = {}) {
|
|
613
|
+
const { force = false } = options;
|
|
614
|
+
const changelogSource = path.join(this.packageRoot, 'CHANGELOG.md');
|
|
615
|
+
const changelogDest = path.join(agileflowDir, 'CHANGELOG.md');
|
|
616
|
+
|
|
617
|
+
// Skip if source changelog doesn't exist
|
|
618
|
+
if (!(await fs.pathExists(changelogSource))) {
|
|
619
|
+
return;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
const destExists = await fs.pathExists(changelogDest);
|
|
623
|
+
|
|
624
|
+
// If destination exists and not forcing, check if identical
|
|
625
|
+
if (destExists && !force) {
|
|
626
|
+
const srcContent = await fs.readFile(changelogSource, 'utf8');
|
|
627
|
+
const destContent = await fs.readFile(changelogDest, 'utf8');
|
|
628
|
+
if (srcContent === destContent) {
|
|
629
|
+
return; // Identical, skip
|
|
630
|
+
}
|
|
631
|
+
// Different content - always update changelog since it's managed by package
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
// Copy the changelog
|
|
635
|
+
await fs.copy(changelogSource, changelogDest);
|
|
636
|
+
}
|
|
637
|
+
|
|
602
638
|
/**
|
|
603
639
|
* Install all scripts from packages/cli/scripts/ to .agileflow/scripts/
|
|
604
640
|
* Copies everything automatically - no manual list to maintain
|