codewhale.history 2.11.3 → 2.11.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 +167 -0
- package/package.json +2 -1
- package/tools-install.js +11 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to the CodeWhale Tools Pack.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## [2.11.3] — 2026-06-24
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- AGPLv3 license (repo root + package directory)
|
|
11
|
+
- DCO-based CONTRIBUTING.md with sign-off rules
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- README: AGPLv3 license badge
|
|
15
|
+
|
|
16
|
+
## [2.11.2] — 2026-06-24
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- README: move update instructions after install command
|
|
20
|
+
|
|
21
|
+
## [2.11.1] — 2026-06-24
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
- README: update instructions for existing installations
|
|
25
|
+
|
|
26
|
+
## [2.11.0] — 2026-06-24
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
- **BA-Gates theme** — document quality analysis for business analysts
|
|
30
|
+
- Loop continuation fix in interactive mode
|
|
31
|
+
|
|
32
|
+
## [2.10.1] — 2026-06-23
|
|
33
|
+
|
|
34
|
+
### Added
|
|
35
|
+
- README: Spec theme description — spec-to-code correlation
|
|
36
|
+
|
|
37
|
+
## [2.10.0] — 2026-06-23
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
- **Spec theme** — spec-to-code traceability via Office documents
|
|
41
|
+
- `codewhale-doc-extract` global binary for Office document extraction
|
|
42
|
+
|
|
43
|
+
## [2.9.3] — 2026-06-23
|
|
44
|
+
|
|
45
|
+
### Changed
|
|
46
|
+
- README: removed redundant SOLID subsection (covered by trigger table)
|
|
47
|
+
|
|
48
|
+
## [2.9.2] — 2026-06-23
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
- **Restructured `//teach-me`** into two orthogonal dimensions:
|
|
52
|
+
- **Response modes**: passive, interactive, SOLID
|
|
53
|
+
- **Content themes**: general, decorators, async, generators, SOLID, spec, ba-gates
|
|
54
|
+
|
|
55
|
+
## [2.9.1] — 2026-06-23
|
|
56
|
+
|
|
57
|
+
### Added
|
|
58
|
+
- README: SOLID mode trigger table and how-it-works section
|
|
59
|
+
|
|
60
|
+
## [2.9.0] — 2026-06-23
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
- **SOLID mode** — anti-pattern reconstruction for teaching design principles
|
|
64
|
+
|
|
65
|
+
## [2.8.13] — 2026-06-22
|
|
66
|
+
|
|
67
|
+
### Added
|
|
68
|
+
- README: Contact Developer section
|
|
69
|
+
|
|
70
|
+
## [2.8.12] — 2026-06-21
|
|
71
|
+
|
|
72
|
+
### Added
|
|
73
|
+
- README: CodeWhale URL link
|
|
74
|
+
|
|
75
|
+
## [2.8.11] — 2026-06-21
|
|
76
|
+
|
|
77
|
+
### Changed
|
|
78
|
+
- `//teach-me`: restore files with `git checkout` for byte-perfect reset after interactive rounds
|
|
79
|
+
|
|
80
|
+
## [2.8.10] — 2026-06-21
|
|
81
|
+
|
|
82
|
+
### Changed
|
|
83
|
+
- `//teach-me`: use Skip thinking depth in interactive selection
|
|
84
|
+
- Acknowledged `edit_file` transparency in interactive mode
|
|
85
|
+
|
|
86
|
+
## [2.8.9] — 2026-06-21
|
|
87
|
+
|
|
88
|
+
### Changed
|
|
89
|
+
- `//teach-me`: suppress thinking during interactive selection/removal to avoid spoilers
|
|
90
|
+
|
|
91
|
+
## [2.8.8] — 2026-06-21
|
|
92
|
+
|
|
93
|
+
### Added
|
|
94
|
+
- `//teach-me`: **interactive (reconstruction) mode** — user edits files live to reconstruct missing code, alongside existing passive quiz mode
|
|
95
|
+
|
|
96
|
+
## [2.8.7] — 2026-06-21
|
|
97
|
+
|
|
98
|
+
### Changed
|
|
99
|
+
- `//teach-me`: mandate file re-read before each round for ground-truth accuracy
|
|
100
|
+
|
|
101
|
+
## [2.8.6] — 2026-06-21
|
|
102
|
+
|
|
103
|
+
### Changed
|
|
104
|
+
- README: simplified install command — postinstall handles the second step
|
|
105
|
+
|
|
106
|
+
## [2.8.5] — 2026-06-21
|
|
107
|
+
|
|
108
|
+
### Fixed
|
|
109
|
+
- Postinstall: use `INIT_CWD` instead of `cwd` for correct workspace detection
|
|
110
|
+
|
|
111
|
+
## [2.8.4] — 2026-06-21
|
|
112
|
+
|
|
113
|
+
### Added
|
|
114
|
+
- `postinstall` script to auto-run `codewhale-tools-install`
|
|
115
|
+
|
|
116
|
+
## [2.8.3] — 2026-06-21
|
|
117
|
+
|
|
118
|
+
### Added
|
|
119
|
+
- `//tools` now displays README in-session as help text
|
|
120
|
+
|
|
121
|
+
## [2.8.2] — 2026-06-21
|
|
122
|
+
|
|
123
|
+
### Added
|
|
124
|
+
- README: expanded After Install section with `//history`, `//snapshot`, `//teach-me` details
|
|
125
|
+
|
|
126
|
+
## [2.8.1] — 2026-06-21
|
|
127
|
+
|
|
128
|
+
### Added
|
|
129
|
+
- `//teach-me`: targeted concept drills — `teach me decorators`, `teach me async`, `teach me generators`, etc.
|
|
130
|
+
|
|
131
|
+
## [2.8.0] — 2026-06-21
|
|
132
|
+
|
|
133
|
+
### Added
|
|
134
|
+
- **`//teach-me` command** — interactive code quiz that selects random snippets from the current project and quizzes on application logic, language semantics, and documentation quality
|
|
135
|
+
- Trigger configuration in instructions.md
|
|
136
|
+
- Skill installation wiring in tools-install.js
|
|
137
|
+
|
|
138
|
+
## [2.7.0] — 2026-06-20
|
|
139
|
+
|
|
140
|
+
### Fixed
|
|
141
|
+
- `//snapshot`: removed stale note overwrite step (notes are session-cached)
|
|
142
|
+
|
|
143
|
+
## [2.6.0] — 2026-06-20
|
|
144
|
+
|
|
145
|
+
### Changed
|
|
146
|
+
- `//snapshot on` now overwrites stale caching notes with timestamp convention
|
|
147
|
+
|
|
148
|
+
## [2.5.0] — 2026-06-20
|
|
149
|
+
|
|
150
|
+
### Added
|
|
151
|
+
- **`//snapshot` command** — pre-edit file backups with timestamp naming, cross-platform, with retry
|
|
152
|
+
|
|
153
|
+
## [2.0.0] — 2026-06-19
|
|
154
|
+
|
|
155
|
+
### Changed
|
|
156
|
+
- Cleaned up installer; code published to npmjs
|
|
157
|
+
- Installs into global npm `node_modules/`
|
|
158
|
+
- Instructions appended to existing `instructions.md` (no longer replaced)
|
|
159
|
+
|
|
160
|
+
## [1.0.0] — 2026-06-19
|
|
161
|
+
|
|
162
|
+
### Added
|
|
163
|
+
- Initial release
|
|
164
|
+
- `//tools` — lists all available CodeWhale tools
|
|
165
|
+
- `//history` — lists CodeWhale chat sessions with message count, tokens, and cost
|
|
166
|
+
- Cross-platform installer (`tools-install.js`)
|
|
167
|
+
- Global npm package `codewhale.history`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewhale.history",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.4",
|
|
4
4
|
"description": "CodeWhale utility commands: session history, tool listing, file snapshot, interactive code quiz — global install",
|
|
5
5
|
"bin": {
|
|
6
6
|
"codewhale-history": "./_list_sessions.js",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"_extract_office.js",
|
|
13
13
|
"tools-install.js",
|
|
14
14
|
"README.md",
|
|
15
|
+
"CHANGELOG.md",
|
|
15
16
|
"instructions.md",
|
|
16
17
|
"skills"
|
|
17
18
|
],
|
package/tools-install.js
CHANGED
|
@@ -83,6 +83,17 @@ if (fs.existsSync(readmeSource)) {
|
|
|
83
83
|
console.log(' WARNING: README.md not found.');
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
+
// ── 2c. Copy CHANGELOG ──────────────────────────────
|
|
87
|
+
const changelogSource = path.join(sourceDir, 'CHANGELOG.md');
|
|
88
|
+
const changelogDest = path.join(os.homedir(), '.codewhale', 'CHANGELOG.md');
|
|
89
|
+
|
|
90
|
+
if (fs.existsSync(changelogSource)) {
|
|
91
|
+
fs.copyFileSync(changelogSource, changelogDest);
|
|
92
|
+
console.log(' Copied CHANGELOG.md.');
|
|
93
|
+
} else {
|
|
94
|
+
console.log(' WARNING: CHANGELOG.md not found.');
|
|
95
|
+
}
|
|
96
|
+
|
|
86
97
|
// ── 3. Verify ──────────────────────────────────────────
|
|
87
98
|
console.log('[3/3] Verifying installation...');
|
|
88
99
|
let errors = 0;
|