codewhale.history 2.11.11 → 2.11.12

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 CHANGED
@@ -4,10 +4,15 @@ All notable changes to the CodeWhale Tools Pack.
4
4
 
5
5
  ---
6
6
 
7
+ ## [2.11.12] — 2026-07-11
8
+
9
+ ### Fixed
10
+ - README: moved AGPL notice to footer (was cluttering npm page header)
11
+
7
12
  ## [2.11.11] — 2026-07-11
8
13
 
9
14
  ### Added
10
- - AGPL copyright headers to all source files (4 JS files, 4 SKILL.md files, README, instructions)
15
+ - AGPL copyright headers to all source files (4 JS files, 4 SKILL.md files, instructions; README gets footer notice only)
11
16
 
12
17
  ## [2.11.10] — 2026-07-09
13
18
 
package/README.md CHANGED
@@ -1,18 +1,3 @@
1
- Copyright (C) 2026 Celestial Consulting Ltd
2
-
3
- This program is free software: you can redistribute it and/or modify
4
- it under the terms of the GNU Affero General Public License as
5
- published by the Free Software Foundation, either version 3 of the
6
- License, or (at your option) any later version.
7
-
8
- This program is distributed in the hope that it will be useful,
9
- but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- GNU Affero General Public License for more details.
12
-
13
- You should have received a copy of the GNU Affero General Public License
14
- along with this program. If not, see <https://www.gnu.org/licenses/>.
15
-
16
1
  # CodeWhale Tools Pack
17
2
 
18
3
  [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
@@ -190,4 +175,7 @@ If you've enjoyed using //teach-me and want to audit your entire specification r
190
175
  - [CodeWhale](https://codewhale.net/en/docs)
191
176
 
192
177
  ## Contact Developer
193
- [species8472](mailto:swyuri@yahoo.com)
178
+ [species8472](mailto:swyuri@yahoo.com)
179
+
180
+ ---
181
+ Copyright © 2026 Celestial Consulting Ltd. Licensed under the [GNU Affero General Public License v3.0](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewhale.history",
3
- "version": "2.11.11",
3
+ "version": "2.11.12",
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",