@softspark/ai-toolkit 4.19.1 → 4.20.0

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 (216) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/LICENSE +201 -21
  3. package/NOTICE +55 -0
  4. package/README.md +22 -14
  5. package/app/.claude-plugin/plugin.json +2 -2
  6. package/app/hooks/_hook-io.sh +4 -0
  7. package/app/hooks/_locate-toolkit.sh +4 -0
  8. package/app/hooks/_profile-check.sh +4 -0
  9. package/app/hooks/_search-capability.sh +4 -0
  10. package/app/hooks/_session-paths.sh +4 -0
  11. package/app/hooks/ai-toolkit-statusline.sh +4 -0
  12. package/app/hooks/commit-quality.sh +4 -0
  13. package/app/hooks/config-desync-guard.sh +4 -0
  14. package/app/hooks/governance-capture.sh +4 -0
  15. package/app/hooks/guard-config.sh +4 -0
  16. package/app/hooks/guard-destructive.sh +4 -0
  17. package/app/hooks/guard-path.sh +4 -0
  18. package/app/hooks/instructions-audit.sh +4 -0
  19. package/app/hooks/loop-guard.sh +4 -0
  20. package/app/hooks/mcp-health.sh +4 -0
  21. package/app/hooks/notify-waiting.sh +4 -0
  22. package/app/hooks/post-tool-use.sh +4 -0
  23. package/app/hooks/pre-compact-save.sh +4 -0
  24. package/app/hooks/pre-compact.sh +4 -0
  25. package/app/hooks/quality-check.sh +4 -0
  26. package/app/hooks/quality-gate.sh +4 -0
  27. package/app/hooks/revert-guard.sh +4 -0
  28. package/app/hooks/save-session.sh +4 -0
  29. package/app/hooks/search-tracker.sh +4 -0
  30. package/app/hooks/session-end.sh +4 -0
  31. package/app/hooks/session-start.sh +4 -0
  32. package/app/hooks/stop-search-check.sh +4 -0
  33. package/app/hooks/subagent-start.sh +4 -0
  34. package/app/hooks/subagent-stop.sh +4 -0
  35. package/app/hooks/test-cohesion.sh +4 -0
  36. package/app/hooks/track-usage.sh +4 -0
  37. package/app/hooks/user-prompt-submit.sh +4 -0
  38. package/app/plugins/README.md +15 -15
  39. package/app/plugins/enterprise-pack/hooks/output-style.sh +4 -0
  40. package/app/plugins/enterprise-pack/hooks/status-line.sh +4 -0
  41. package/app/plugins/memory-pack/hooks/observation-capture.sh +4 -0
  42. package/app/plugins/memory-pack/hooks/session-summary.sh +4 -0
  43. package/app/plugins/memory-pack/scripts/init_db.py +4 -0
  44. package/app/plugins/memory-pack/scripts/strip_private.py +4 -0
  45. package/app/skills/_lib/__init__.py +4 -0
  46. package/app/skills/_lib/detect_utils.py +4 -0
  47. package/app/skills/a11y-validate/scripts/a11y-scanner.py +4 -0
  48. package/app/skills/analyze/scripts/complexity.py +4 -0
  49. package/app/skills/brand-voice/scripts/measure.py +4 -0
  50. package/app/skills/build/scripts/detect-build.py +4 -0
  51. package/app/skills/ci/scripts/ci-detect.py +4 -0
  52. package/app/skills/commit/scripts/pre-commit-check.py +4 -0
  53. package/app/skills/cve-scan/scripts/cve_scan.py +4 -0
  54. package/app/skills/debug/scripts/error-parser.py +4 -0
  55. package/app/skills/deploy/scripts/pre_deploy_check.py +4 -0
  56. package/app/skills/docs/scripts/doc-inventory.py +4 -0
  57. package/app/skills/explain/scripts/dependency-graph.py +4 -0
  58. package/app/skills/explore/scripts/visualize.py +4 -0
  59. package/app/skills/fix/scripts/error-classifier.py +4 -0
  60. package/app/skills/health/scripts/health_check.py +4 -0
  61. package/app/skills/hipaa-validate/scripts/hipaa_scan.py +4 -0
  62. package/app/skills/lint/scripts/detect-linters.py +4 -0
  63. package/app/skills/migrate/scripts/migration-status.py +4 -0
  64. package/app/skills/plugin-creator/SKILL.md +18 -8
  65. package/app/skills/pr/scripts/pr-summary.py +4 -0
  66. package/app/skills/refactor/scripts/refactor-scan.py +4 -0
  67. package/app/skills/review/scripts/diff-analyzer.py +4 -0
  68. package/app/skills/rollback/scripts/rollback_info.py +4 -0
  69. package/app/skills/seo-validate/scripts/seo-scanner.py +4 -0
  70. package/app/skills/skill-creator/templates/reasoning-engine/search.py +4 -0
  71. package/app/skills/test/scripts/detect-runner.py +4 -0
  72. package/app/skills/write-a-prd/scripts/poll.js +4 -0
  73. package/benchmarks/ecosystem-doctor-snapshot.json +3 -3
  74. package/benchmarks/run.py +4 -0
  75. package/bin/ai-toolkit.js +4 -0
  76. package/kb/{planning/drop-cascade-hooks-after-sunset.md → history/completed/drop-cascade-hooks-after-sunset-20260710.md} +24 -0
  77. package/kb/{reference/language-packs.md → history/completed/language-packs-removed-20260727.md} +32 -7
  78. package/kb/{planning/mcp-context-trim-v4-prd.md → history/completed/mcp-context-trim-v4-prd-obsoleted-20260727.md} +43 -9
  79. package/kb/history/completed/no-op-plugin-packs-removed-20260727.md +127 -0
  80. package/kb/history/completed/tool-output-token-reduction-closed-20260727.md +190 -0
  81. package/kb/procedures/release-preparation-sop.md +83 -5
  82. package/kb/reference/comparison.md +1 -1
  83. package/kb/reference/enterprise-config-guide.md +1 -1
  84. package/kb/reference/licensing.md +148 -0
  85. package/kb/reference/plugin-pack-conventions.md +24 -16
  86. package/llms-full.txt +1181 -529
  87. package/llms.txt +6 -3
  88. package/manifest.json +1 -1
  89. package/package.json +3 -2
  90. package/scripts/_common.py +4 -0
  91. package/scripts/add_rule.py +4 -0
  92. package/scripts/audit_skills.py +4 -0
  93. package/scripts/benchmark_config.py +4 -0
  94. package/scripts/benchmark_ecosystem.py +4 -0
  95. package/scripts/check_deps.py +4 -0
  96. package/scripts/claude_app.py +4 -0
  97. package/scripts/codex_skill_adapter.py +4 -0
  98. package/scripts/compile_slm.py +4 -0
  99. package/scripts/config_cli.py +4 -0
  100. package/scripts/config_lock.py +4 -0
  101. package/scripts/config_merger.py +4 -0
  102. package/scripts/config_resolver.py +4 -0
  103. package/scripts/config_scaffold.py +5 -1
  104. package/scripts/config_validator.py +4 -0
  105. package/scripts/create_skill.py +4 -0
  106. package/scripts/dir_rules_shared.py +4 -0
  107. package/scripts/doctor.py +4 -0
  108. package/scripts/ecosystem_doctor.py +4 -0
  109. package/scripts/eject.py +4 -0
  110. package/scripts/emission.py +4 -0
  111. package/scripts/evaluate_skills.py +4 -0
  112. package/scripts/frontmatter.py +4 -0
  113. package/scripts/generate_agents_md.py +4 -0
  114. package/scripts/generate_aider_conf.py +4 -0
  115. package/scripts/generate_antigravity.py +4 -0
  116. package/scripts/generate_augment.py +4 -0
  117. package/scripts/generate_augment_agents.py +4 -0
  118. package/scripts/generate_augment_commands.py +4 -0
  119. package/scripts/generate_augment_hooks.py +4 -0
  120. package/scripts/generate_augment_rules.py +4 -0
  121. package/scripts/generate_augment_skills.py +4 -0
  122. package/scripts/generate_cline.py +4 -0
  123. package/scripts/generate_cline_rules.py +4 -0
  124. package/scripts/generate_cline_skills.py +4 -0
  125. package/scripts/generate_codex.py +4 -0
  126. package/scripts/generate_codex_agents.py +4 -0
  127. package/scripts/generate_codex_hooks.py +4 -0
  128. package/scripts/generate_codex_skills.py +4 -0
  129. package/scripts/generate_conventions.py +4 -0
  130. package/scripts/generate_copilot.py +4 -0
  131. package/scripts/generate_copilot_hooks.py +4 -0
  132. package/scripts/generate_cursor_agents.py +4 -0
  133. package/scripts/generate_cursor_hooks.py +4 -0
  134. package/scripts/generate_cursor_mdc.py +4 -0
  135. package/scripts/generate_cursor_rules.py +4 -0
  136. package/scripts/generate_cursor_skills.py +4 -0
  137. package/scripts/generate_devin_hooks.py +4 -0
  138. package/scripts/generate_gemini.py +4 -0
  139. package/scripts/generate_gemini_commands.py +4 -0
  140. package/scripts/generate_gemini_hooks.py +4 -0
  141. package/scripts/generate_gemini_skills.py +4 -0
  142. package/scripts/generate_language_rules_skills.py +4 -0
  143. package/scripts/generate_llms_txt.py +4 -0
  144. package/scripts/generate_opencode.py +4 -0
  145. package/scripts/generate_opencode_agents.py +4 -0
  146. package/scripts/generate_opencode_commands.py +4 -0
  147. package/scripts/generate_opencode_json.py +4 -0
  148. package/scripts/generate_opencode_plugin.py +4 -0
  149. package/scripts/generate_roo_modes.py +4 -0
  150. package/scripts/generate_roo_rules.py +4 -0
  151. package/scripts/generate_windsurf.py +4 -0
  152. package/scripts/generate_windsurf_rules.py +4 -0
  153. package/scripts/generate_windsurf_skills.py +4 -0
  154. package/scripts/generator_base.py +4 -0
  155. package/scripts/harvest_ecosystem.py +4 -0
  156. package/scripts/hook_sources.py +4 -0
  157. package/scripts/inject_hook_cli.py +4 -0
  158. package/scripts/inject_mcp_cli.py +4 -0
  159. package/scripts/inject_rule_cli.py +4 -0
  160. package/scripts/inject_section_cli.py +4 -0
  161. package/scripts/injection.py +4 -0
  162. package/scripts/install.py +4 -0
  163. package/scripts/install_git_hooks.py +4 -0
  164. package/scripts/install_steps/__init__.py +4 -0
  165. package/scripts/install_steps/ai_tools.py +4 -0
  166. package/scripts/install_steps/detect_language.py +4 -0
  167. package/scripts/install_steps/hooks.py +4 -0
  168. package/scripts/install_steps/install_state.py +4 -0
  169. package/scripts/install_steps/markers.py +4 -0
  170. package/scripts/install_steps/project_registry.py +4 -0
  171. package/scripts/install_steps/symlinks.py +4 -0
  172. package/scripts/instruction_core.py +4 -0
  173. package/scripts/mcp_editors.py +4 -0
  174. package/scripts/mcp_manager.py +4 -0
  175. package/scripts/mcp_sources.py +4 -0
  176. package/scripts/merge-hooks.py +4 -0
  177. package/scripts/migrate.py +4 -0
  178. package/scripts/output_filter_retirement.py +4 -0
  179. package/scripts/pack_codebase.py +4 -0
  180. package/scripts/paths.py +4 -0
  181. package/scripts/plugin.py +4 -0
  182. package/scripts/plugin_schema.py +4 -0
  183. package/scripts/projects_cli.py +4 -0
  184. package/scripts/propagate_global.py +4 -0
  185. package/scripts/remove_rule.py +4 -0
  186. package/scripts/rule_sources.py +4 -0
  187. package/scripts/secure_fs.py +4 -0
  188. package/scripts/session_state.py +4 -0
  189. package/scripts/session_token_stats.py +4 -0
  190. package/scripts/skill_pointer.py +4 -0
  191. package/scripts/stats.py +4 -0
  192. package/scripts/sync.py +4 -0
  193. package/scripts/test_cohesion.py +4 -0
  194. package/scripts/uninstall.py +4 -0
  195. package/scripts/update_projects.py +4 -0
  196. package/scripts/url_fetch.py +4 -0
  197. package/scripts/validate.py +4 -0
  198. package/scripts/version_check.py +4 -0
  199. package/app/plugins/csharp-pack/README.md +0 -11
  200. package/app/plugins/csharp-pack/plugin.json +0 -18
  201. package/app/plugins/frontend-pack/README.md +0 -14
  202. package/app/plugins/frontend-pack/plugin.json +0 -22
  203. package/app/plugins/java-pack/README.md +0 -11
  204. package/app/plugins/java-pack/plugin.json +0 -18
  205. package/app/plugins/kotlin-pack/README.md +0 -11
  206. package/app/plugins/kotlin-pack/plugin.json +0 -18
  207. package/app/plugins/research-pack/README.md +0 -14
  208. package/app/plugins/research-pack/plugin.json +0 -22
  209. package/app/plugins/ruby-pack/README.md +0 -11
  210. package/app/plugins/ruby-pack/plugin.json +0 -18
  211. package/app/plugins/rust-pack/README.md +0 -11
  212. package/app/plugins/rust-pack/plugin.json +0 -18
  213. package/app/plugins/security-pack/README.md +0 -15
  214. package/app/plugins/security-pack/plugin.json +0 -23
  215. package/app/plugins/swift-pack/README.md +0 -11
  216. package/app/plugins/swift-pack/plugin.json +0 -18
package/CHANGELOG.md CHANGED
@@ -7,6 +7,86 @@ Versioning follows [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ---
9
9
 
10
+ ## v4.20.0 — Apache-2.0, nine plugin packs removed (2026-07-27)
11
+
12
+ ### Changed — licence: MIT to Apache-2.0
13
+
14
+ The project is now licensed under the Apache License 2.0. It stays permissive:
15
+ fork it, modify it, ship it commercially. What changes is what a redistributor
16
+ owes back.
17
+
18
+ - **`NOTICE` is the point.** MIT already required keeping the copyright notice,
19
+ so attribution is not new. What Apache-2.0 adds is §4(d): a redistributor must
20
+ carry the contents of the `NOTICE` file — project name, copyright, source URL —
21
+ into their distribution. That is the strongest attribution mechanism available
22
+ in a permissive licence, and it is why this change was made. `NOTICE` is now in
23
+ `package.json` `files`, so it ships with the npm package.
24
+ - **Modified files must say so** (§4b). MIT had no equivalent.
25
+ - **Express patent grant with retaliation** (§3) and **no trademark rights**
26
+ (§6). Neither existed under MIT.
27
+ - **Nothing is revoked.** Releases up to and including v4.20.0 were published
28
+ under MIT and remain available under MIT. This applies going forward.
29
+ - **Prior contributions are handled correctly.** Contributions received while the
30
+ project was MIT-licensed remain their authors' copyright. MIT permits
31
+ sublicensing, so they are redistributed under Apache-2.0 with the original MIT
32
+ notice preserved verbatim in `NOTICE`, which is what MIT requires.
33
+
34
+ `LICENSE` now holds the verbatim Apache-2.0 text, cross-verified against two
35
+ independent published copies before being written.
36
+
37
+ - **SPDX headers on 253 source files.** Short three-line form, placed after the
38
+ shebang. Markdown is deliberately excluded: skill and agent files carry parsed
39
+ frontmatter, and their descriptions cost 5,051 and 2,750 tokens of every
40
+ session's context, so a header there would be billed on every conversation for
41
+ a notice Apache only recommends.
42
+ - **`tests/test_licensing.bats`, 7 assertions, enforced in CI**: headers present
43
+ and naming Apache-2.0, no header in markdown, `LICENSE` complete, `NOTICE`
44
+ carrying attribution and section 4(d), both files in `package.json` `files`,
45
+ and every manifest agreeing. The release SOP gains Phase 5c running the same
46
+ gate before the tag. Convention and reasoning: `kb/reference/licensing.md`.
47
+
48
+ ### Removed
49
+
50
+ - **Nine plugin packs that installed nothing**: `csharp-pack`, `java-pack`,
51
+ `kotlin-pack`, `ruby-pack`, `rust-pack`, `swift-pack`, `frontend-pack`,
52
+ `research-pack`, `security-pack`. Every one declared only skills and agents
53
+ that already ship in the core install, so `plugin install` reported
54
+ `(0 file items)` and put no file on disk. Measured on both runtimes and all
55
+ three profiles. Eight of the nine owned nothing but a `README.md`.
56
+
57
+ **Nothing is lost.** `rust-patterns`, `java-patterns`, `security-patterns`,
58
+ `research-mastery` and every other asset those packs named are core skills and
59
+ agents; they are still installed and still trigger exactly as before. A pack
60
+ never held them.
61
+
62
+ `frontend-pack` was the sole partial exception: on codex it copied core's
63
+ `post-tool-use.sh` in under a pack-prefixed name. That is a generic hook with a
64
+ domain label, not frontend functionality. If `post-tool-use` should run on
65
+ codex it belongs in the core codex hook set, as its own change.
66
+
67
+ Full measurement: `kb/history/completed/no-op-plugin-packs-removed-20260727.md`.
68
+ - `kb/reference/language-packs.md`, the reference for six of the removed packs,
69
+ moved to `kb/history/completed/language-packs-removed-20260727.md`.
70
+
71
+ ### Changed
72
+
73
+ - **`plugin-creator` now requires a pack to do something.** The authoring rule
74
+ said "reference existing toolkit assets before duplicating", which against a
75
+ core install that ships everything produces a no-op every time — nine packs
76
+ followed it exactly. It now requires that a pack install files the core does
77
+ not, and the validation checklist carries a non-zero-file-count check on every
78
+ runtime the pack claims.
79
+ - `kb/reference/plugin-pack-conventions.md` documents the two surviving packs by
80
+ what they **own**, not by what they list.
81
+
82
+ ### Kept
83
+
84
+ `memory-pack` (2 hooks, 2 scripts, its own `mem-search` skill) and
85
+ `enterprise-pack` (`status-line.sh`, `output-style.sh`) — the two packs that
86
+ ship files of their own.
87
+
88
+ ---
89
+
10
90
  ## v4.19.1 — re-release from corrected history (2026-07-27)
11
91
 
12
92
  No functional change. The package contents are identical to v4.19.0.
package/LICENSE CHANGED
@@ -1,21 +1,201 @@
1
- MIT License
2
-
3
- Copyright (c) 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/NOTICE ADDED
@@ -0,0 +1,55 @@
1
+ ai-toolkit
2
+ Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
3
+
4
+ This product includes software developed by SoftSpark.
5
+ Source: https://github.com/softspark/ai-toolkit
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
18
+
19
+ If you redistribute this software or a derivative of it, Section 4(d) of the
20
+ License requires you to carry the contents of this NOTICE file with it.
21
+
22
+ --------------------------------------------------------------------------------
23
+
24
+ PRIOR LICENSE
25
+
26
+ Releases up to and including v4.20.0 were distributed under the MIT License.
27
+ Those releases remain available under MIT; this change applies going forward and
28
+ does not revoke any permission already granted.
29
+
30
+ Contributions made while the project was MIT-licensed remain the copyright of
31
+ their authors and were received under MIT terms. MIT permits sublicensing, so
32
+ they are redistributed here under the Apache License 2.0 with the original
33
+ notice preserved below, as MIT requires.
34
+
35
+ MIT License
36
+
37
+ Copyright (c) 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
38
+
39
+ Permission is hereby granted, free of charge, to any person obtaining a copy
40
+ of this software and associated documentation files (the "Software"), to deal
41
+ in the Software without restriction, including without limitation the rights
42
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43
+ copies of the Software, and to permit persons to whom the Software is
44
+ furnished to do so, subject to the following conditions:
45
+
46
+ The above copyright notice and this permission notice shall be included in all
47
+ copies or substantial portions of the Software.
48
+
49
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55
+ SOFTWARE.
package/README.md CHANGED
@@ -3,24 +3,24 @@
3
3
  > Professional-grade AI coding toolkit with multi-platform support. Machine-enforced safety, 108 skills, 44 agents, expanded lifecycle hooks, persona presets, experimental opt-in plugin packs, and benchmark tooling — works with Claude Code, Claude Chat/Cowork, Cursor, Devin, Copilot, Gemini, Cline, Roo/Zoo Code, Aider, Augment, Google Antigravity, Codex CLI, and opencode.
4
4
 
5
5
  [![CI](https://github.com/softspark/ai-toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/softspark/ai-toolkit/actions/workflows/ci.yml)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
+ [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
7
7
  [![Skills](https://img.shields.io/badge/skills-108-brightgreen)](app/skills/)
8
8
  [![Agents](https://img.shields.io/badge/agents-44-blue)](app/agents/)
9
- [![Tests](https://img.shields.io/badge/tests-1465%20passing-success)](tests/)
9
+ [![Tests](https://img.shields.io/badge/tests-1473%20passing-success)](tests/)
10
10
 
11
- ## What's New in v4.19.1
11
+ ## What's New in v4.20.0
12
12
 
13
- v4.19.1 is v4.19.0 re-published from a corrected commit history same package contents, no functional change. What that release does:
13
+ v4.20.0 relicenses the project to Apache-2.0 and removes nine plugin packs that installed nothing. Plugin count: 11 → 2.
14
14
 
15
- Removes `rtk-pack`. The pack that v4.18.0 shipped is gone; everything the work built underneath it stays.
15
+ - **Licence: MIT → Apache-2.0.** Still permissive — fork it, modify it, ship it commercially. The change is what a redistributor owes back: the contents of [NOTICE](NOTICE) must travel with any redistribution (§4d), modified files must say they were modified (§4b), and there is now an express patent grant and a trademark reservation. Releases up to v4.20.0 stay available under MIT; nothing already granted is revoked. See [LICENSE](LICENSE) and [NOTICE](NOTICE).
16
16
 
17
- - **`rtk-pack` retired**: it broke every command it rewrote. rtk names itself bare in the rewrite, the pack kept its binary off `PATH` on purpose, and the result was exit 127 on `git`, `ls`, `cat`, `find`, `grep` and the rest. Measured value before the defect was 0.0615% of input tokens against a 0.05% kill number, so the fix was not worth the surface. See [the retirement note](kb/history/completed/rtk-pack-retirement-20260727.md).
18
- - **Pack hook wiring for Cursor and Gemini stays**: packs write user-scope entries to `~/.cursor/hooks.json` and `~/.gemini/settings.json`, tagged per pack, and `plugin remove` takes only its own back out.
19
- - **`ai-toolkit update` maintains installed packs**: it runs the equivalent of `plugin update --all`. Updates are version-aware, so a pack whose manifest has not moved is a silent no-op instead of a remove-and-reinstall.
20
- - **Packs can report their own health**: `plugin status` picks up a pack's `scripts/status.py`, replacing a hardcoded per-pack branch.
21
- - **Security gates cover packs**: `audit_skills.py --ci` and the ShellCheck gate now scan `app/plugins/`, which they previously skipped.
17
+ - **Nine packs removed**: `csharp`, `java`, `kotlin`, `ruby`, `rust`, `swift`, `frontend`, `research`, `security`. Each declared only skills and agents that already ship in the core install, so `plugin install` reported `(0 file items)` and wrote no file on both runtimes and all three profiles. Eight owned nothing but a `README.md`. See [the measurement](kb/history/completed/no-op-plugin-packs-removed-20260727.md).
18
+ - **Nothing is lost by the removal.** `rust-patterns`, `java-patterns`, `security-patterns`, `research-mastery` and the rest are **core skills**, still installed, still triggering as before. The packs never held them they only listed them.
19
+ - **`memory-pack` and `enterprise-pack` stay**: the two packs that ship files of their own hooks, scripts, and in memory-pack's case its own skill and a SQLite store.
20
+ - **A pack must now earn its existence**: `plugin-creator`'s authoring rule required referencing core assets rather than forking them, which against a core install that ships everything produced a no-op every time. It now requires that a pack install files the core does not, with a verification step in the checklist.
21
+ - **`rtk-pack` retired in v4.19.0**: it broke every command it rewrote — exit 127 on `git`, `ls`, `cat`, `find`, `grep`. Measured value was 0.0615% of input tokens against a 0.05% kill number. See [the retirement note](kb/history/completed/rtk-pack-retirement-20260727.md).
22
22
 
23
- If you installed the pack under v4.18.0, run `ai-toolkit plugin remove rtk-pack`.
23
+ If you installed any removed pack, run `ai-toolkit plugin remove <name>` to drop its bookkeeping entry. No skill or agent disappears.
24
24
 
25
25
  See [CHANGELOG.md](CHANGELOG.md) for full history.
26
26
 
@@ -147,7 +147,7 @@ See [CLI Reference](kb/reference/cli-reference.md) for all commands and options.
147
147
  | `skills/` (knowledge) | 46 | Domain knowledge auto-loaded by agents (includes 13 `<lang>-rules` skills) |
148
148
  | `agents/` | 44 | Specialized agents across 10 categories |
149
149
  | `hooks/` | 28 entries / 14 events + statusLine | Quality gates, path safety, prompt governance, loop guard, session lifecycle |
150
- | `plugins/` | 11 packs | Opt-in domain bundles (security, research, frontend, enterprise, memory, 6 language packs) |
150
+ | `plugins/` | 2 packs | Opt-in packs that install files of their own (memory, enterprise) |
151
151
  | `constitution.md` | 7 articles | Machine-enforced safety rules |
152
152
  | `rules/` | auto-synced | Global/project rule files for Claude and other editors |
153
153
  | `kb/` | reference docs | Architecture, procedures, and best practices |
@@ -164,7 +164,7 @@ ai-toolkit/
164
164
  │ ├── rules/ # Source rules synced into Claude/editor rule files
165
165
  │ ├── hooks/ # Hook scripts (29 entries, 14 lifecycle events)
166
166
  │ ├── claude-app/ # Generated Chat/Cowork plugin rules, hooks, instructions
167
- │ ├── plugins/ # 11 experimental plugin packs (opt-in)
167
+ │ ├── plugins/ # 2 experimental plugin packs (opt-in)
168
168
  │ ├── output-styles/ # System prompt output style overrides
169
169
  │ ├── constitution.md # 7 immutable safety articles
170
170
  │ └── ARCHITECTURE.md # Full system design
@@ -312,7 +312,15 @@ See [SECURITY.md](SECURITY.md) for responsible disclosure policy.
312
312
 
313
313
  ## License
314
314
 
315
- MIT — see [LICENSE](LICENSE).
315
+ Apache License 2.0 — see [LICENSE](LICENSE) and [NOTICE](NOTICE).
316
+
317
+ Fork it, modify it, ship it commercially. Three things the licence asks in return:
318
+
319
+ - **Keep the attribution.** Redistributions must carry the contents of [NOTICE](NOTICE) (§4d) — that is where the project name, copyright and source URL live.
320
+ - **Say what you changed.** Modified files must carry a prominent notice stating that you changed them (§4b).
321
+ - **Names are not included.** The licence grants no rights to the "ai-toolkit" or "SoftSpark" names or marks (§6).
322
+
323
+ Releases up to and including v4.20.0 were published under MIT and stay available under MIT; the change applies going forward and revokes nothing already granted. Contributions received while the project was MIT-licensed remain their authors' copyright and are redistributed under Apache 2.0 with the original MIT notice preserved in [NOTICE](NOTICE), as MIT requires.
316
324
 
317
325
  ## Changelog
318
326
 
@@ -3,13 +3,13 @@
3
3
  "name": "ai-toolkit",
4
4
  "displayName": "AI Toolkit",
5
5
  "description": "Professional-grade engineering skills, agents, rules, and lifecycle guardrails for Claude Code, Claude Chat, and Cowork.",
6
- "version": "4.19.1",
6
+ "version": "4.20.0",
7
7
  "author": {
8
8
  "name": "SoftSpark",
9
9
  "url": "https://github.com/softspark"
10
10
  },
11
11
  "repository": "https://github.com/softspark/ai-toolkit",
12
- "license": "MIT",
12
+ "license": "Apache-2.0",
13
13
  "homepage": "https://github.com/softspark/ai-toolkit",
14
14
  "skills": "./claude-app/skills/",
15
15
  "hooks": "./claude-app/hooks/hooks.json",
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # _hook-io.sh — shared JSON input/output helpers for multi-editor hooks.
3
7
  #
4
8
  # Source this file from hook scripts. It expects the caller to set INPUT to the
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # _locate-toolkit.sh — shared toolkit-root locator for hooks needing scripts/.
3
7
  #
4
8
  # Source this file to get $TOOLKIT_DIR set to the ai-toolkit checkout root.
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # _profile-check.sh — shared profile skip logic for hooks
3
7
  # Source this file at the top of any hook that should be skipped in minimal profile.
4
8
  #
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # _search-capability.sh — determine whether strict search-first enforcement is safe.
3
7
  #
4
8
  # Default is conservative: do not block users unless a search provider is
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # _session-paths.sh — shared per-repo session storage paths for lifecycle hooks.
3
7
  #
4
8
  # All auto-generated session artifacts live OUTSIDE the project repo, under a
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # ai-toolkit-statusline.sh — comprehensive Claude Code status line.
3
7
  #
4
8
  # Renders one line. Left side: cwd, git, ctx%, i/o token split.
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # commit-quality.sh — Advisory commit message quality check.
3
7
  #
4
8
  # Fires on: PreToolUse (Bash)
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # config-desync-guard.sh — Warn when ~/.claude/settings.json drifts from
3
7
  # the ai-toolkit source manifest (app/hooks.json).
4
8
  #
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # governance-capture.sh — Log security-sensitive operations to governance log.
3
7
  #
4
8
  # Fires on: PostToolUse
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # guard-config.sh — Block edits to linter/formatter config files unless explicitly requested.
3
7
  #
4
8
  # Fires on: PreToolUse (Edit|Write|MultiEdit)
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # guard-destructive.sh — Block destructive bash commands.
3
7
  #
4
8
  # Fires on: PreToolUse (Bash)
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # guard-path.sh — Prevent Claude from guessing/hallucinating user home directory paths.
3
7
  #
4
8
  # Fires on: PreToolUse (Bash|Read|Edit|Write|MultiEdit|Glob|Grep|NotebookEdit|mcp__filesystem__.*)
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # instructions-audit.sh — Log which CLAUDE.md / rules / skills loaded.
3
7
  #
4
8
  # Fires on: InstructionsLoaded
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # loop-guard.sh — Advisory detection of repeated identical actions (stuck loops).
3
7
  #
4
8
  # Fires on: PostToolUse (Bash|Edit|MultiEdit|Write)
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # mcp-health.sh — Check MCP server health at session start.
3
7
  #
4
8
  # Fires on: SessionStart
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # notify-waiting.sh — Cross-platform desktop notification when Claude is waiting.
3
7
  #
4
8
  # Fires on: Notification
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+ # Copyright 2024-2026 Lukasz Krzemien (biuro@softspark.eu)
4
+ # Source: https://github.com/softspark/ai-toolkit
5
+ #
2
6
  # post-tool-use.sh — Lightweight feedback after file edits.
3
7
  #
4
8
  # Fires on: PostToolUse