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
Security:
- Fix HIGH severity command injection in glob (10.4.5 → 10.5.0)
- Fix MODERATE prototype pollution in js-yaml transitive dep
- 0 npm audit vulnerabilities remaining
Added:
- SECURITY.md with vulnerability reporting policy
- RESPONSE_STYLE_CONFIG.md for optional confidence indicators
- Response Style Configuration section in CLAUDE.md
- Requirements section in README with Node.js version guidance
- Links to CHANGELOG.md and SECURITY.md in README
Changed:
- Backfilled CHANGELOG.md for all versions (1.0.2 through 1.3.0)
- Updated fs-extra dependency range (^11.0.0 → ^11.1.0)
- Promoted from 1.3.0-beta.1 to stable 1.3.0
- Version test expectations updated to 1.3.0
Note: v2.0.0 will raise minimum Node.js from >=16 to >=18.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -5,7 +5,79 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [1.3.0] - 2025-06-17
9
+
10
+
### Security
11
+
- Fixed HIGH severity command injection vulnerability in glob (10.4.5 → 10.5.0)
12
+
- Fixed MODERATE severity prototype pollution in js-yaml transitive dependency
13
+
- Resolved all `npm audit` findings — 0 vulnerabilities remaining
14
+
15
+
### Changed
16
+
- Updated `fs-extra` dependency range from `^11.0.0` to `^11.1.0`
17
+
- Promoted from 1.3.0-beta.1 to stable 1.3.0
18
+
19
+
### Added
20
+
- SECURITY.md with vulnerability reporting policy and supported versions
21
+
- Requirements section in README with Node.js version guidance
22
+
23
+
### Upcoming
24
+
-**v2.0.0** will raise the minimum Node.js requirement from >=16.0.0 to >=18.0.0. Node 16 has been EOL since September 2023. Users on Node 16 can remain on 1.3.x.
25
+
26
+
## [1.3.0-beta.1] - 2025-06-17
27
+
28
+
### Added
29
+
- Backup/restore upgrade system for safe version upgrades
30
+
-`npx claude-conductor backup` — backs up user-customized files
31
+
-`npx claude-conductor upgrade --clean` — clean reinstall of templates
32
+
-`npx claude-conductor restore` — restores user data after upgrade
33
+
- Alpha warnings on upgrade system commands
34
+
- Version comment stamps on generated files (`<!-- Generated by Claude Conductor vX.X.X -->`)
35
+
- Comprehensive test suite for backup/upgrade/restore lifecycle
36
+
37
+
### Changed
38
+
- Version bumped to 1.3.0-beta.1 for prerelease testing
39
+
40
+
## [1.2.0] - 2025-06-16
41
+
42
+
### Added
43
+
- TASKS.md documentation module for active task management
44
+
- THANKS.md to acknowledge community contributions
45
+
- GitHub issue templates for bug reports and feature requests
46
+
- Table of Contents in README for better navigation
47
+
- "Back to top" navigation links in README sections
-[Terms of Service](https://superbasicstudio.github.io/claude-conductor/TERMS.html)
77
80
-[Acknowledgments](THANKS.md)
78
81
82
+
## Requirements
83
+
84
+
[⬆ Back to top](#table-of-contents)
85
+
86
+
-**Node.js** >= 16.0.0
87
+
88
+
> **Heads up:** Version 2.0.0 will require Node.js >= 18.0.0. Node 16 reached end-of-life in September 2023 and no longer receives security updates. We recommend upgrading to Node 18+ when possible. Users who need to stay on Node 16 can pin to `claude-conductor@1.3.x`.
89
+
79
90
## Quick Start
80
91
81
92
```bash
@@ -555,6 +566,7 @@ This entire codebase is open source. You can verify our privacy commitment by re
555
566
**Super Basic Studio, LLC** is committed to developer privacy. This tool is simply a collection of markdown templates designed to help Claude Code AI assistant better understand and navigate your codebase.
556
567
557
568
For more details:
569
+
-[Security Policy](SECURITY.md) — How to report vulnerabilities and supported versions
0 commit comments