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