codewhale.history 2.11.16 → 2.11.17
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 +71 -66
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,72 +4,77 @@ All notable changes to the CodeWhale Tools Pack.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
## [2.11.
|
|
8
|
-
|
|
9
|
-
### Added
|
|
10
|
-
- README: "Looking for Copilot version"
|
|
11
|
-
|
|
12
|
-
## [2.11.
|
|
13
|
-
|
|
14
|
-
### Added
|
|
15
|
-
- README:
|
|
16
|
-
|
|
17
|
-
## [2.11.
|
|
18
|
-
|
|
19
|
-
###
|
|
20
|
-
- README:
|
|
21
|
-
|
|
22
|
-
## [2.11.
|
|
23
|
-
|
|
24
|
-
###
|
|
25
|
-
- README:
|
|
26
|
-
|
|
27
|
-
## [2.11.
|
|
28
|
-
|
|
29
|
-
###
|
|
30
|
-
- README:
|
|
31
|
-
|
|
32
|
-
## [2.11.
|
|
33
|
-
|
|
34
|
-
###
|
|
35
|
-
- AGPL
|
|
36
|
-
|
|
37
|
-
## [2.11.
|
|
38
|
-
|
|
39
|
-
###
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
## [2.11.
|
|
43
|
-
|
|
44
|
-
###
|
|
45
|
-
- README
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
-
|
|
67
|
-
|
|
68
|
-
## [2.11.
|
|
69
|
-
|
|
70
|
-
### Added
|
|
71
|
-
- README: "Want to take this further" section — promotes //spec-analysis product
|
|
72
|
-
|
|
7
|
+
## [2.11.17] — 2026-07-13
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- README: "Looking for Copilot version" changed to level 2 header
|
|
11
|
+
|
|
12
|
+
## [2.11.16] — 2026-07-13
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- README: "Looking for Copilot version" section with link to copilot.tools
|
|
16
|
+
|
|
17
|
+
## [2.11.15] — 2026-07-11
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
- README: requirements list now includes LLM API key prerequisite
|
|
21
|
+
|
|
22
|
+
## [2.11.14] — 2026-07-11
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
- README: trigger table and theme modifiers now show both spec↔code directions (was only showing spec→code)
|
|
26
|
+
|
|
27
|
+
## [2.11.13] — 2026-07-11
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- README: "How to use" section — cd → codewhale → TAB → //trigger
|
|
31
|
+
|
|
32
|
+
## [2.11.12] — 2026-07-11
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
35
|
+
- README: moved AGPL notice to footer (was cluttering npm page header)
|
|
36
|
+
|
|
37
|
+
## [2.11.11] — 2026-07-11
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
- AGPL copyright headers to all source files (4 JS files, 4 SKILL.md files, instructions; README gets footer notice only)
|
|
41
|
+
|
|
42
|
+
## [2.11.10] — 2026-07-09
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
- README: clarified install instructions — navigate to your project folder first
|
|
46
|
+
|
|
47
|
+
## [2.11.9] — 2026-07-07
|
|
48
|
+
|
|
49
|
+
### Removed
|
|
50
|
+
- README image (npm doesn't render local files)
|
|
51
|
+
- teach_me-overview.png from npm package (files array)
|
|
52
|
+
- tools-install.js: removed diagram copy step and verification
|
|
53
|
+
|
|
54
|
+
## [2.11.8] — 2026-07-07
|
|
55
|
+
|
|
56
|
+
### Changed
|
|
57
|
+
- Moved diagram to package root: teach_me-overview.png
|
|
58
|
+
- package.json: images/ → teach_me-overview.png in files array
|
|
59
|
+
- tools-install.js: copy diagram directly to ~/.codewhale/
|
|
60
|
+
|
|
61
|
+
## [2.11.7] — 2026-07-07
|
|
62
|
+
|
|
63
|
+
### Added
|
|
64
|
+
- README: teach-me workflow diagram (images/teach_me-overview.png)
|
|
65
|
+
- package.json: include images/ in "files" array for npm publish
|
|
66
|
+
- tools-install.js: copy images to ~/.codewhale/images/ on install
|
|
67
|
+
|
|
68
|
+
## [2.11.6] — 2026-07-06
|
|
69
|
+
|
|
70
|
+
### Added
|
|
71
|
+
- README: "Want to take this further" section — promotes //spec-analysis product
|
|
72
|
+
|
|
73
|
+
## [2.11.5] — 2026-07-06
|
|
74
|
+
|
|
75
|
+
### Added
|
|
76
|
+
- README: "Want to take this further" section — promotes //spec-analysis product
|
|
77
|
+
|
|
73
78
|
## [2.11.3] — 2026-06-24
|
|
74
79
|
|
|
75
80
|
### Added
|
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ After installation, start a CodeWhale session in your project:
|
|
|
69
69
|
|
|
70
70
|
The skills were installed globally in the Install step above, so they're available in any workspace that has the `.codewhale/instructions.md` trigger file.
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
## Looking for Copilot version
|
|
73
73
|
|
|
74
74
|
This tool pack is also available for GitHub Copilot. Find it at:
|
|
75
75
|
[https://www.npmjs.com/package/copilot.tools](https://www.npmjs.com/package/copilot.tools)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewhale.history",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.17",
|
|
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",
|