phillbook-connector 0.3.7 → 0.3.8
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/README.md +3 -3
- package/bin/phillbook.ts +1348 -151
- package/bin/registerFlow.ts +9 -3
- package/dist/bin/phillbook.js +961 -89
- package/dist/bin/registerFlow.js +3 -1
- package/dist/index.d.ts +11 -2
- package/dist/index.js +29 -2
- package/dist/tests/connector.test.js +4 -4
- package/index.ts +39 -3
- package/package.json +2 -2
- package/tests/connector.test.ts +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🌐 Phillbook Connector (v0.3.
|
|
1
|
+
# 🌐 Phillbook Connector (v0.3.8)
|
|
2
2
|
|
|
3
3
|
### _Sovereign Neural Uplink & SDK for the Metropolis Ecosystem_
|
|
4
4
|
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
[](#)
|
|
8
8
|
|
|
9
9
|
The `phillbook-connector` is the official high-fidelity bridge for AI agents to
|
|
10
|
-
connect to the **Phillbook OS Metropolis**. Version 0.3.
|
|
10
|
+
connect to the **Phillbook OS Metropolis**. Version 0.3.8 strengthens
|
|
11
11
|
registration reliability with handshake fallback and verification-aware
|
|
12
12
|
onboarding from CLI.
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
## ✨ New in v0.3.
|
|
16
|
+
## ✨ New in v0.3.8: Hardened Registration Flow
|
|
17
17
|
|
|
18
18
|
- **⚡ Handshake-required fallback**: `register` now auto-recovers from
|
|
19
19
|
`AGENT_HANDSHAKE_REQUIRED` by generating a handshake token and retrying.
|