@tenchi4u/pi-cc-header 1.0.1 → 1.0.4

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/README.md +115 -115
  2. package/extensions/pi-cc-header.ts +1471 -1445
  3. package/package.json +54 -54
package/package.json CHANGED
@@ -1,54 +1,54 @@
1
- {
2
- "name": "@tenchi4u/pi-cc-header",
3
- "version": "1.0.1",
4
- "description": "Claude Code–style startup header for Pi — animated Pi logo with a 9-color palette, toggleable IBM stripes and Minecraft themes; configurable info bar displays version, model, resource stats, AGENTS.md marker, cwd, and a customizable slogan.",
5
- "type": "module",
6
- "keywords": [
7
- "pi",
8
- "pi-package",
9
- "extension",
10
- "header",
11
- "tui",
12
- "claude-code",
13
- "animation",
14
- "logo",
15
- "startup",
16
- "status",
17
- "color",
18
- "theme",
19
- "terminal",
20
- "open"
21
- ],
22
- "license": "MIT",
23
- "homepage": "https://github.com/the-matt-moo/pi-cc-header#readme",
24
- "repository": {
25
- "type": "git",
26
- "url": "git+https://github.com/the-matt-moo/pi-cc-header.git"
27
- },
28
- "publishConfig": {
29
- "access": "public"
30
- },
31
- "files": [
32
- "extensions/pi-cc-header.ts",
33
- "quotes.json",
34
- "README.md",
35
- "LICENSE"
36
- ],
37
- "pi": {
38
- "extensions": [
39
- "./extensions"
40
- ],
41
- "image": "https://raw.githubusercontent.com/the-matt-moo/pi-cc-header/main/assets/thumbnail.png"
42
- },
43
- "devDependencies": {
44
- "@types/node": "^26.1.1",
45
- "typescript": "^7.0.2"
46
- },
47
- "scripts": {
48
- "test": "npx tsx --test test/*.test.ts"
49
- },
50
- "peerDependencies": {
51
- "@earendil-works/pi-coding-agent": "*",
52
- "@earendil-works/pi-tui": "*"
53
- }
54
- }
1
+ {
2
+ "name": "@tenchi4u/pi-cc-header",
3
+ "version": "1.0.4",
4
+ "description": "Claude Code–style startup header for Pi — animated Pi logo with a 9-color palette, toggleable IBM stripes and Minecraft themes; configurable info bar displays version, model, resource stats, AGENTS.md marker, cwd, and a customizable slogan.",
5
+ "type": "module",
6
+ "keywords": [
7
+ "pi",
8
+ "pi-package",
9
+ "extension",
10
+ "header",
11
+ "tui",
12
+ "claude-code",
13
+ "animation",
14
+ "logo",
15
+ "startup",
16
+ "status",
17
+ "color",
18
+ "theme",
19
+ "terminal",
20
+ "open"
21
+ ],
22
+ "license": "MIT",
23
+ "homepage": "https://github.com/the-matt-moo/pi-cc-header#readme",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/the-matt-moo/pi-cc-header.git"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "files": [
32
+ "extensions/pi-cc-header.ts",
33
+ "quotes.json",
34
+ "README.md",
35
+ "LICENSE"
36
+ ],
37
+ "pi": {
38
+ "extensions": [
39
+ "./extensions"
40
+ ],
41
+ "image": "https://raw.githubusercontent.com/the-matt-moo/pi-cc-header/main/assets/thumbnail.png"
42
+ },
43
+ "devDependencies": {
44
+ "@types/node": "^26.1.1",
45
+ "typescript": "^7.0.2"
46
+ },
47
+ "scripts": {
48
+ "test": "npx tsx --test test/*.test.ts"
49
+ },
50
+ "peerDependencies": {
51
+ "@earendil-works/pi-coding-agent": "*",
52
+ "@earendil-works/pi-tui": "*"
53
+ }
54
+ }