pi-must-have-extension 0.4.6 → 0.4.7

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 (2) hide show
  1. package/CHANGELOG.md +77 -71
  2. package/package.json +70 -70
package/CHANGELOG.md CHANGED
@@ -1,71 +1,77 @@
1
- # Changelog
2
-
3
- ## [0.4.6] - 2026-03-13
4
-
5
- ### Changed
6
- - Updated AWS SDK client-bedrock-runtime dependency to 3.1007.0
7
-
8
- ## [0.4.5] - 2026-03-12
9
-
10
- ### Changed
11
- - Updated `@mariozechner/pi-coding-agent` peer dependency to `^0.57.0`
12
- - Updated `@types/node` dev dependency to `^25.3.5`
13
-
14
- ## [0.4.4] - 2026-03-04
15
-
16
- ### Fixed
17
- - Use absolute GitHub raw URL for README image to fix npm display
18
-
19
- ## [0.4.3] - 2026-03-04
20
-
21
- ### Fixed
22
- - Use GitHub-compatible video embed format (thumbnail image linking to user-attachments video URL)
23
-
24
- ## [0.4.2] - 2026-03-04
25
-
26
- ### Fixed
27
- - Restored missing asset references in README (demo.mp4 video and pi-must-have-extension.png image)
28
-
29
- ## [0.4.1] - 2026-03-04
30
-
31
- ### Changed
32
- - Rewrote README.md with professional documentation standards
33
- - Added comprehensive feature documentation, configuration reference, and usage examples
34
- - Improved legacy config path detection with centralized lookup
35
- - Added migration source tracking to config loader feedback
36
-
37
- ## 0.4.0 - 2026-03-02
38
-
39
- - Renamed package identity from `pi-must-have-plugin` to `pi-must-have-extension`.
40
- - Renamed extension runtime folder/references and GitHub repository to `pi-must-have-extension`.
41
- - Updated README, npm metadata, asset naming, and install/config paths to extension terminology.
42
- - Added compatibility for legacy configs under `pi-must-have-plugin`, `must-have-plugin`, and OpenCode paths.
43
-
44
- ## 0.3.2 - 2026-03-02
45
-
46
- - Fixed README media rendering for npm by switching to absolute GitHub raw image URLs.
47
- - Added clickable demo thumbnail and explicit direct video links for npm compatibility.
48
- - Added `repository`, `homepage`, and `bugs` metadata to improve npm package page link resolution.
49
-
50
- ## 0.3.1 - 2026-03-02
51
-
52
- - Synced additional behavior from the original OpenCode plugin source.
53
- - Enhanced debug mode logging to include replacement summary details.
54
- - Added `config/replacements.custom-sample.jsonc` adapted from the original plugin sample.
55
- - Updated README with origin attribution, media preview assets, and custom sample guidance.
56
- - Included asset files and custom sample config in npm package publish list.
57
-
58
- ## 0.3.0 - 2026-03-02
59
-
60
- - Renamed extension identity from `must-have-plugin` to `pi-must-have-plugin` for naming consistency.
61
- - Updated package name, README installation paths, and npm install command.
62
- - Added legacy fallback support for the old config path `~/.pi/agent/extensions/must-have-plugin/config.jsonc`.
63
- - Renamed GitHub repository to `pi-must-have-plugin` and updated local git remote.
64
-
65
- ## 0.2.0 - 2026-03-02
66
-
67
- - Restructured project into a production-style layout with `src/`, `config/`, and `test/` directories.
68
- - Added TypeScript project config, build/lint/test scripts, and strict type-checking setup.
69
- - Added npm publishing metadata (`files`, `keywords`, `engines`, `publishConfig`, `pi` manifest).
70
- - Added comprehensive README and package housekeeping files.
71
- - Kept extension behavior compatible with existing runtime logic and legacy config fallback.
1
+ # Changelog
2
+
3
+ ## [0.4.7] - 2026-03-23
4
+
5
+ ### Changed
6
+ - Updated `@mariozechner/pi-coding-agent` and `@mariozechner/pi-tui` peer dependencies to ^0.62.0
7
+ - Updated `@types/node` dev dependency to ^25.3.5` and `typescript` dev dependency to ^5.7.3`
8
+
9
+ ## [0.4.6] - 2026-03-13
10
+
11
+ ### Changed
12
+ - Updated AWS SDK client-bedrock-runtime dependency to 3.1007.0
13
+
14
+ ## [0.4.5] - 2026-03-12
15
+
16
+ ### Changed
17
+ - Updated `@mariozechner/pi-coding-agent` peer dependency to `^0.57.0`
18
+ - Updated `@types/node` dev dependency to `^25.3.5`
19
+
20
+ ## [0.4.4] - 2026-03-04
21
+
22
+ ### Fixed
23
+ - Use absolute GitHub raw URL for README image to fix npm display
24
+
25
+ ## [0.4.3] - 2026-03-04
26
+
27
+ ### Fixed
28
+ - Use GitHub-compatible video embed format (thumbnail image linking to user-attachments video URL)
29
+
30
+ ## [0.4.2] - 2026-03-04
31
+
32
+ ### Fixed
33
+ - Restored missing asset references in README (demo.mp4 video and pi-must-have-extension.png image)
34
+
35
+ ## [0.4.1] - 2026-03-04
36
+
37
+ ### Changed
38
+ - Rewrote README.md with professional documentation standards
39
+ - Added comprehensive feature documentation, configuration reference, and usage examples
40
+ - Improved legacy config path detection with centralized lookup
41
+ - Added migration source tracking to config loader feedback
42
+
43
+ ## 0.4.0 - 2026-03-02
44
+
45
+ - Renamed package identity from `pi-must-have-plugin` to `pi-must-have-extension`.
46
+ - Renamed extension runtime folder/references and GitHub repository to `pi-must-have-extension`.
47
+ - Updated README, npm metadata, asset naming, and install/config paths to extension terminology.
48
+ - Added compatibility for legacy configs under `pi-must-have-plugin`, `must-have-plugin`, and OpenCode paths.
49
+
50
+ ## 0.3.2 - 2026-03-02
51
+
52
+ - Fixed README media rendering for npm by switching to absolute GitHub raw image URLs.
53
+ - Added clickable demo thumbnail and explicit direct video links for npm compatibility.
54
+ - Added `repository`, `homepage`, and `bugs` metadata to improve npm package page link resolution.
55
+
56
+ ## 0.3.1 - 2026-03-02
57
+
58
+ - Synced additional behavior from the original OpenCode plugin source.
59
+ - Enhanced debug mode logging to include replacement summary details.
60
+ - Added `config/replacements.custom-sample.jsonc` adapted from the original plugin sample.
61
+ - Updated README with origin attribution, media preview assets, and custom sample guidance.
62
+ - Included asset files and custom sample config in npm package publish list.
63
+
64
+ ## 0.3.0 - 2026-03-02
65
+
66
+ - Renamed extension identity from `must-have-plugin` to `pi-must-have-plugin` for naming consistency.
67
+ - Updated package name, README installation paths, and npm install command.
68
+ - Added legacy fallback support for the old config path `~/.pi/agent/extensions/must-have-plugin/config.jsonc`.
69
+ - Renamed GitHub repository to `pi-must-have-plugin` and updated local git remote.
70
+
71
+ ## 0.2.0 - 2026-03-02
72
+
73
+ - Restructured project into a production-style layout with `src/`, `config/`, and `test/` directories.
74
+ - Added TypeScript project config, build/lint/test scripts, and strict type-checking setup.
75
+ - Added npm publishing metadata (`files`, `keywords`, `engines`, `publishConfig`, `pi` manifest).
76
+ - Added comprehensive README and package housekeeping files.
77
+ - Kept extension behavior compatible with existing runtime logic and legacy config fallback.
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "pi-must-have-extension",
3
- "version": "0.4.6",
4
- "description": "RFC 2119 keyword normalizer extension for the Pi coding agent.",
5
- "type": "module",
6
- "main": "./index.ts",
7
- "exports": {
8
- ".": "./index.ts"
9
- },
10
- "files": [
11
- "index.ts",
12
- "src",
13
- "asset",
14
- "config/config.example.jsonc",
15
- "config/replacements.custom-sample.jsonc",
16
- "README.md",
17
- "CHANGELOG.md",
18
- "LICENSE",
19
- "tsconfig.json"
20
- ],
21
- "scripts": {
22
- "build": "tsc -p tsconfig.json --noEmit",
23
- "lint": "npm run build",
24
- "test": "node --experimental-strip-types --test test/**/*.test.ts",
25
- "check": "npm run lint && npm run test"
26
- },
27
- "keywords": [
28
- "pi-package",
29
- "pi-extension",
30
- "pi-coding-agent",
31
- "pi",
32
- "coding-agent",
33
- "rfc2119",
34
- "rfc8174",
35
- "bcp14",
36
- "prompt-normalization",
37
- "prompt-rewrite",
38
- "compliance",
39
- "jsonc"
40
- ],
41
- "author": "MasuRii",
42
- "license": "MIT",
43
- "repository": {
44
- "type": "git",
45
- "url": "git+https://github.com/MasuRii/pi-must-have-extension.git"
46
- },
47
- "homepage": "https://github.com/MasuRii/pi-must-have-extension#readme",
48
- "bugs": {
49
- "url": "https://github.com/MasuRii/pi-must-have-extension/issues"
50
- },
51
- "engines": {
52
- "node": ">=20"
53
- },
54
- "publishConfig": {
55
- "access": "public"
56
- },
57
- "pi": {
58
- "extensions": [
59
- "./index.ts"
60
- ]
61
- },
62
- "peerDependencies": {
63
- "@mariozechner/pi-coding-agent": "*"
64
- },
65
- "devDependencies": {
66
- "@mariozechner/pi-coding-agent": "^0.57.0",
67
- "@types/node": "^25.3.5",
68
- "typescript": "^5.7.3"
69
- }
70
- }
1
+ {
2
+ "name": "pi-must-have-extension",
3
+ "version": "0.4.7",
4
+ "description": "RFC 2119 keyword normalizer extension for the Pi coding agent.",
5
+ "type": "module",
6
+ "main": "./index.ts",
7
+ "exports": {
8
+ ".": "./index.ts"
9
+ },
10
+ "files": [
11
+ "index.ts",
12
+ "src",
13
+ "asset",
14
+ "config/config.example.jsonc",
15
+ "config/replacements.custom-sample.jsonc",
16
+ "README.md",
17
+ "CHANGELOG.md",
18
+ "LICENSE",
19
+ "tsconfig.json"
20
+ ],
21
+ "scripts": {
22
+ "build": "tsc -p tsconfig.json --noEmit",
23
+ "lint": "npm run build",
24
+ "test": "node --experimental-strip-types --test test/**/*.test.ts",
25
+ "check": "npm run lint && npm run test"
26
+ },
27
+ "keywords": [
28
+ "pi-package",
29
+ "pi-extension",
30
+ "pi-coding-agent",
31
+ "pi",
32
+ "coding-agent",
33
+ "rfc2119",
34
+ "rfc8174",
35
+ "bcp14",
36
+ "prompt-normalization",
37
+ "prompt-rewrite",
38
+ "compliance",
39
+ "jsonc"
40
+ ],
41
+ "author": "MasuRii",
42
+ "license": "MIT",
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "git+https://github.com/MasuRii/pi-must-have-extension.git"
46
+ },
47
+ "homepage": "https://github.com/MasuRii/pi-must-have-extension#readme",
48
+ "bugs": {
49
+ "url": "https://github.com/MasuRii/pi-must-have-extension/issues"
50
+ },
51
+ "engines": {
52
+ "node": ">=20"
53
+ },
54
+ "publishConfig": {
55
+ "access": "public"
56
+ },
57
+ "pi": {
58
+ "extensions": [
59
+ "./index.ts"
60
+ ]
61
+ },
62
+ "peerDependencies": {
63
+ "@mariozechner/pi-coding-agent": "*"
64
+ },
65
+ "devDependencies": {
66
+ "@mariozechner/pi-coding-agent": "^0.62.0",
67
+ "@types/node": "^25.5.0",
68
+ "typescript": "^5.9.3"
69
+ }
70
+ }