@sting8k/pi-vcc 0.1.0 → 0.1.2

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 (1) hide show
  1. package/package.json +11 -21
package/package.json CHANGED
@@ -1,33 +1,23 @@
1
1
  {
2
2
  "name": "@sting8k/pi-vcc",
3
- "version": "0.1.0",
4
- "description": "Structured conversation compactor for pi - replaces default compact summary with an agent-optimized structured format.",
3
+ "version": "0.1.2",
4
+ "description": "Algorithmic conversation compactor for pi - transcript-preserving structured summaries, no LLM calls",
5
+ "main": "index.ts",
5
6
  "keywords": [
6
- "pi-package"
7
+ "pi-package",
8
+ "pi-extension",
9
+ "vcc",
10
+ "compact",
11
+ "compaction"
7
12
  ],
8
- "homepage": "https://github.com/sting8k/pi-vcc#readme",
9
- "bugs": {
10
- "url": "https://github.com/sting8k/pi-vcc/issues"
11
- },
12
13
  "repository": {
13
14
  "type": "git",
14
15
  "url": "git+https://github.com/sting8k/pi-vcc.git"
15
16
  },
16
- "license": "ISC",
17
- "author": "sting8k",
18
- "type": "commonjs",
19
- "main": "index.ts",
20
- "directories": {
21
- "test": "tests"
22
- },
23
- "scripts": {
24
- "test": "bun test",
25
- "bench": "bun run ./scripts/benchmark-real-sessions.ts"
26
- },
27
- "dependencies": {
28
- "@mariozechner/pi-coding-agent": "*"
17
+ "peerDependencies": {
18
+ "@mariozechner/pi-coding-agent": "*",
19
+ "@sinclair/typebox": "*"
29
20
  },
30
- "devDependencies": {},
31
21
  "pi": {
32
22
  "extensions": [
33
23
  "./index.ts"