@i4ctime/q-ring 0.2.3 → 0.2.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.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
# q-ring
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**The first quantum-inspired keyring built specifically for AI coding agents.**
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Stop pasting API keys into plain-text `.env` files or struggling with clunky secret managers. **q-ring** securely anchors your credentials to your OS's native vault (macOS Keychain, GNOME Keyring, Windows Credential Manager), then supercharges them with mechanics from quantum physics.
|
|
10
|
+
|
|
11
|
+
Experience **superposition** (multi-environment keys), **entanglement** (linked rotations), **tunneling** (in-memory ephemerality), and **teleportation** (encrypted sharing).
|
|
12
|
+
|
|
13
|
+
Seamlessly integrated with **Cursor**, **Kiro**, **Claude Code**, and the entire **MCP** ecosystem.
|
|
10
14
|
|
|
11
15
|
## Install
|
|
12
16
|
|