slid-phi 2.2.9 → 2.2.11

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 (4) hide show
  1. package/LICENSE +15 -1
  2. package/README.md +55 -32
  3. package/package.json +27 -10
  4. package/src/index.mjs +31 -12
package/LICENSE CHANGED
@@ -19,10 +19,18 @@ RESTRICTIONS
19
19
  - You may not remove or alter copyright notices.
20
20
 
21
21
  COMMERCIAL LICENSING
22
- Contact: ceedotrock@gmail.com
22
+ Contact: corey@slidphilabs.com
23
+ Fallback: ceedotrock@gmail.com
23
24
  Site: https://www.slidphilabs.com
24
25
  Support / integration and paid tiers: see site pricing and Stripe links.
25
26
 
27
+ LEGAL IDENTITY
28
+ - Operates as the trade name Slid Phi Labs.
29
+ - Public author / copyright: Corey Tasz.
30
+ - Legal name on manuscript: Corey Robert Ptaszenski.
31
+ - No public LLC / Inc / Ltd filing is claimed.
32
+ - Commercial use requires a written license.
33
+
26
34
  NO WARRANTY
27
35
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
36
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -36,3 +44,9 @@ NOTE ON PRIOR VERSIONS
36
44
  Versions published under the MIT License remain available under MIT terms as
37
45
  originally released. This proprietary license applies to this version and later
38
46
  unless a different license is stated.
47
+
48
+ NOTE ON OSS PACKAGES
49
+ blackjack-compression, shard-zip, and shard-tsdb remain separately licensed
50
+ open-source libraries on npm. A $199 site SKU for those names is commercial
51
+ support / integration / indemnification for the already-public library — not a
52
+ private extra engine.
package/README.md CHANGED
@@ -1,38 +1,61 @@
1
- # slid-phi (public stub)
2
-
3
-
4
- <p align="center">
5
- <img src="./brand/slid-phi-labs-master.jpg" alt="Zero Range Wave · Slid Phi Labs" width="720"/>
6
- </p>
7
-
8
- <p align="center"><strong>Slid Phi Labs</strong> — official product branding</p>
9
-
10
- <p align="center"><img src="https://raw.githubusercontent.com/ceedot-rock/splabs-brand/main/assets/brand/logos/logo-slid-phi.jpg" alt="product logo" width="280"/></p>
11
-
12
-
13
- **Proprietary.** Public npm does **not** include codec source.
14
-
15
- ## Get the real package
16
-
17
- 1. [Try Gate](https://www.slidphilabs.com/try) or purchase support/license
18
- 2. [Access](https://www.slidphilabs.com/access) private install or download
1
+ # Slid Phi Labs
2
+
3
+ **Public proof. Private performance. Paid production.** This repository is the public site, clients, docs, and payment rails. It is not the production compressor.
4
+
5
+ Codec name is **PCC** (Ptaszenski Computational Codec). Combined GC stays private. pulsar is the public OSCB toy.
6
+
7
+ | Surface | Public entry point |
8
+ |---|---|
9
+ | Website | https://www.slidphilabs.com |
10
+ | Hosted MCP | https://www.slidphilabs.com/mcp |
11
+ | MCP documentation | https://www.slidphilabs.com/mcp-service |
12
+ | MCP server card | https://www.slidphilabs.com/.well-known/mcp/server-card.json |
13
+ | npm catalog | https://www.slidphilabs.com/npm |
14
+ | Public compression baseline | https://github.com/ceedot-rock/pulsar-best |
15
+
16
+ ## Names (lab spec)
17
+
18
+ | Name | Surface | What it is |
19
+ |------|---------|------------|
20
+ | Slid Phi Labs | lab | The lab. |
21
+ | PCC | private | Ptaszenski Computational Codec. House, not a public GitHub name. |
22
+ | Combined GC | 1.19.2 private | AWARE specialist. Engine in `combined-gc`. Measurements in `combined-gc-view`. |
23
+ | pulsar | 2.5.0 public GPLv3 | OSCB toy. `struct_text` seat. Repo `pulsar-best`. |
24
+ | TRU8 | zeros/fill gene | Flagship 8 bytes. Not a general compressor. |
25
+ | Chamber | live | Two-key JSON seal |
26
+ | Rider | live | Signed agent credentials L0–L4 |
27
+ | CuNi | public | Exactness: Python, Go, JS match or refuse |
28
+ | Suite | meter | 6.9 GB / 3 h unpaid, then ~5¢/GB |
29
+ | Lab Pass | $668 | Year seat |
30
+
31
+ AWARE is Combined GC’s internal stack name. Gate is a router, not a gene. true8b is residual/integer, not TRU8. TRUSTREAM is a live pipe, not a Silesia contestant. XZ1 wrap is disclosed steal — not a lab occupant.
32
+
33
+ Do not say #1 compressor. Do not describe internal results as a public first-place Silesia-table result. Do not dump Combined GC into pulsar.
34
+
35
+ ## npm
36
+
37
+ Public packages are clients, quote tools, integration stubs, or demonstrations. They do not contain private encoders.
38
+
39
+ | Package | What it provides |
40
+ |---|---|
41
+ | `slid-phi` | Public HTTP client and discovery stub |
42
+ | `spl-pay-per-suite` | Quotes, checkout rails, and optional local MCP helper |
43
+ | `blackjack-compression` | Public integration stub for hosted compression services |
44
+ | `@cptasz13/tru8` | Public demonstration package |
45
+
46
+ ```bash
47
+ npm install spl-pay-per-suite
48
+ npx -y spl-pay-per-suite mcp
49
+ ```
19
50
 
20
- © Slid Phi Labs · All rights reserved
51
+ For remote MCP use, point a compatible client at `https://www.slidphilabs.com/mcp`. No npm package is required for the hosted catalog server.
21
52
 
22
- ## Agentic commerce
53
+ ## Suite metering
23
54
 
24
- Agents can buy / quote lab products via **x402** (USDC on Solana mainnet or Base mainnet).
55
+ The public Suite boundary is **6.9 GB and 3 hours unpaid**, then about **5¢/GB**. The package surfaces quote and commerce behavior; it does not bypass the hosted service or package the private engine.
25
56
 
26
- ```
27
- Agent commerce: GET https://www.slidphilabs.com/api/agent then pay via x402 on Solana or Base mainnet (X-PAYMENT) on catalog POST.
28
- ```
57
+ ## Status
29
58
 
30
- | Surface | URL |
31
- |---------|-----|
32
- | Discovery | https://www.slidphilabs.com/api/agent |
33
- | Catalog | https://www.slidphilabs.com/api/x402-products |
34
- | agents.txt | https://www.slidphilabs.com/agents.txt |
35
- | agents.json | https://www.slidphilabs.com/agents.json |
36
- | llms.txt | https://www.slidphilabs.com/llms.txt |
59
+ See [STATUS.md](STATUS.md) · [CHANGELOG.md](CHANGELOG.md) · [SECURITY.md](SECURITY.md) · [CITATION.cff](CITATION.cff).
37
60
 
38
- Humans: [www.slidphilabs.com](https://www.slidphilabs.com) (Stripe).
61
+ Inbox: corey@slidphilabs.com
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "slid-phi",
3
- "version": "2.2.9",
4
- "description": "Slid Phi Labs Omni-Dormant integer codecs Zeckendorf / hybrid Fibonacci + optional gap-ANS path. Pure JS. Support and integration available.",
3
+ "version": "2.2.11",
4
+ "description": "Slid Phi Labs public HTTP client and discovery stub. Hosted compression and protected engines are not shipped in this package.",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
7
7
  "exports": {
@@ -25,6 +25,9 @@
25
25
  "base",
26
26
  "usdc",
27
27
  "slid-phi-labs",
28
+ "lossless-compression",
29
+ "mcp-server",
30
+ "streamable-http",
28
31
  "spl-codec",
29
32
  "cddg",
30
33
  "agent-platform",
@@ -62,25 +65,27 @@
62
65
  "site": "https://www.slidphilabs.com",
63
66
  "llms_txt": "https://www.slidphilabs.com/llms.txt",
64
67
  "agents_json": "https://www.slidphilabs.com/agents.json",
65
- "one_liner": "Free first 100 GB suite (equal free-tier $0) · then ~5c/GB under ~9c first paid egress. GET https://www.slidphilabs.com/api/agent. Try Gate retired.",
68
+ "one_liner": "Public discovery and HTTP client. Suite meter: 6.9 GB / 3 h unpaid, then about 5¢/GB. GET https://www.slidphilabs.com/api/agent.",
66
69
  "agent_platform": {
67
70
  "cuni": "https://cuni-studio.fly.dev/",
68
- "agent_rider": "https://agentrider.vercel.app/",
71
+ "agent_rider": "https://agentrider.fly.dev/",
69
72
  "quikgater": "https://github.com/ceedot-rock/quikgater"
70
73
  },
71
74
  "suite": "https://www.slidphilabs.com/pps",
72
75
  "suite_pricing": {
73
- "free_cap_gb": 100,
74
- "min_paid_usd": 0.05,
76
+ "free_cap_gb": 6.9,
77
+ "free_window_hours": 3,
75
78
  "usd_per_gb_after_free": 0.05,
76
- "usd_per_gb_bulk": 0.04,
77
- "first_paid_egress_ref_usd": 0.09,
78
- "try_gate": "retired",
79
- "model": "freemium_suite_v4_undercut"
79
+ "usd_per_gb_bulk": 0.04
80
80
  },
81
81
  "welcome": "https://www.slidphilabs.com/api/welcome",
82
82
  "platform_json": "https://www.slidphilabs.com/platform.json"
83
83
  },
84
+ "mcp": {
85
+ "server": "https://www.slidphilabs.com/mcp",
86
+ "documentation": "https://www.slidphilabs.com/mcp-service",
87
+ "server_card": "https://www.slidphilabs.com/.well-known/mcp/server-card.json"
88
+ },
84
89
  "x402": {
85
90
  "discovery": "https://www.slidphilabs.com/api/agent",
86
91
  "catalog": "https://www.slidphilabs.com/api/x402-products",
@@ -92,5 +97,17 @@
92
97
  },
93
98
  "bugs": {
94
99
  "url": "https://www.slidphilabs.com"
100
+ },
101
+ "pricing": {
102
+ "catalog": "https://www.slidphilabs.com/api/x402-products",
103
+ "pay_ui": "https://www.slidphilabs.com/pay",
104
+ "doc": "docs/NPM_PRICING.md",
105
+ "skus": {
106
+ "chamber-year": { "usd": 99, "buy": "https://www.slidphilabs.com/pay?sku=chamber-year" },
107
+ "gc-year": { "usd": 490, "buy": "https://www.slidphilabs.com/pay?sku=gc-year" },
108
+ "rider-year": { "usd": 790, "buy": "https://www.slidphilabs.com/pay?sku=rider-year" },
109
+ "lab-pass": { "usd": 668, "buy": "https://www.slidphilabs.com/pay?sku=lab-pass" },
110
+ "consulting": { "usd": 250, "buy": "https://www.slidphilabs.com/pay?sku=consulting" }
111
+ }
95
112
  }
96
113
  }
package/src/index.mjs CHANGED
@@ -1,13 +1,32 @@
1
- /** Proprietary stub — no codec on public npm. https://www.slidphilabs.com/access */
2
- const MSG =
3
- "slid-phi is proprietary (SlidPhiLabs). " +
4
- "Public npm only ships a stub. After purchase or Try Gate, you receive the real package. " +
5
- "https://www.slidphilabs.com/access";
6
- function blocked() { throw new Error(MSG); }
7
- export const encode = blocked;
8
- export const decode = blocked;
9
- export const encodeHybrid = blocked;
10
- export const decodeHybrid = blocked;
11
- export const OMNI_META = { stub: true, access: "https://www.slidphilabs.com/access" };
1
+ /**
2
+ * Public npm stub. The encoder is not in this tarball.
3
+ * Hosted: POST https://www.slidphilabs.com/api/compress
4
+ */
5
+ const API = "https://www.slidphilabs.com/api/compress";
6
+ const SUITE = "https://www.slidphilabs.com/pps";
7
+ const MCP = "https://www.slidphilabs.com/mcp";
8
+
9
+ function stub() {
10
+ const err = new Error(
11
+ `slid-phi public npm is a client stub. POST ${API} · suite ${SUITE} · MCP ${MCP}. Engine is not in this package.`,
12
+ );
13
+ err.code = "SPL_PUBLIC_STUB";
14
+ err.api = API;
15
+ throw err;
16
+ }
17
+
18
+ export const encode = stub;
19
+ export const decode = stub;
20
+ export const encodeHybrid = stub;
21
+ export const decodeHybrid = stub;
22
+ export const OMNI_META = {
23
+ stub: true,
24
+ public_npm: true,
25
+ api: API,
26
+ decompress: "https://www.slidphilabs.com/api/decompress",
27
+ suite: SUITE,
28
+ mcp: MCP,
29
+ registry: "io.github.ceedot-rock/slid-phi-labs",
30
+ smithery: "https://smithery.ai/servers/slidphi/lab",
31
+ };
12
32
  export default { encode, decode, encodeHybrid, decodeHybrid, OMNI_META };
13
- console.warn("[SlidPhiLabs] Stub — no codec source. → https://www.slidphilabs.com/access");