@hk_net/pi-advisor 0.1.8 → 0.1.9

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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.9 - 2026-08-23
4
+
5
+ ### Changed
6
+
7
+ - Add the copyright holder and EUPL licensing notice to the package license and canonical TypeScript source.
8
+ - Identify KAPPER NETWORK-COMMUNICATIONS GmbH and kapper.net in the npm author metadata.
9
+
3
10
  ## 0.1.8 - 2026-08-23
4
11
 
5
12
  ### Changed
package/LICENSE CHANGED
@@ -1,3 +1,6 @@
1
+ Copyright © 2026 kapper.net - KAPPER NETWORK-COMMUNICATIONS GmbH
2
+ Licensed under the EUPL
3
+
1
4
  EUROPEAN UNION PUBLIC LICENCE v. 1.2
2
5
  EUPL © the European Union 2007, 2016
3
6
 
package/advisor.ts CHANGED
@@ -1,3 +1,6 @@
1
+ // Copyright © 2026 kapper.net - KAPPER NETWORK-COMMUNICATIONS GmbH
2
+ // SPDX-License-Identifier: EUPL-1.2
3
+
1
4
  /**
2
5
  * advisor.ts — a pi extension inspired by Claude Code's `advisor` tool, expanded
3
6
  * with automatic triggers and a human-invoked manual review command.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hk_net/pi-advisor",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Pi advisor extension: consult a configured reviewer model on the full conversation transcript",
5
5
  "type": "module",
6
6
  "private": false,
@@ -11,7 +11,10 @@
11
11
  "advisor"
12
12
  ],
13
13
  "license": "EUPL-1.2",
14
- "author": "hknet",
14
+ "author": {
15
+ "name": "KAPPER NETWORK-COMMUNICATIONS GmbH",
16
+ "url": "https://kapper.net"
17
+ },
15
18
  "repository": {
16
19
  "type": "git",
17
20
  "url": "git+https://github.com/hknet/pi-extensions.git",