codewhale.history 2.11.16 → 2.11.18

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