@i4ctime/q-ring 0.9.1 → 0.9.3
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 +16 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,13 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
**The first quantum-inspired keyring built specifically for AI coding agents.**
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
[](https://www.npmjs.com/package/@i4ctime/q-ring)
|
|
10
|
+
[](https://qring.i4c.studio/docs)
|
|
11
|
+
[](https://glama.ai/mcp/servers/I4cTime/quantum_ring)
|
|
12
|
+
[](https://github.com/I4cTime/quantum_ring/blob/main/LICENSE)
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
<a href="https://glama.ai/mcp/servers/I4cTime/quantum_ring">
|
|
15
|
+
<img src="https://glama.ai/mcp/servers/I4cTime/quantum_ring/badges/card.svg" alt="quantum_ring MCP server" width="400" />
|
|
16
|
+
</a>
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
Stop pasting API keys into plain-text `.env` files or wrestling with clunky secret managers. **q-ring** securely anchors your credentials to your OS's native vault (macOS Keychain, Linux Secret Service, Windows Credential Vault) and supercharges them with mechanics from quantum physics.
|
|
14
19
|
|
|
15
|
-
[
|
|
20
|
+
> 📖 **[View the Official Documentation](https://qring.i4c.studio/docs)** for a complete CLI reference, MCP prompt cookbooks, and architecture details.
|
|
21
|
+
|
|
22
|
+
### Why q-ring?
|
|
23
|
+
- **Superposition:** Store one key with multiple states (dev/staging/prod) that collapse based on context.
|
|
24
|
+
- **Entanglement:** Link keys across projects so rotating one automatically updates them all.
|
|
25
|
+
- **Tunneling:** Create ephemeral, in-memory secrets that self-destruct after a set time or read count.
|
|
26
|
+
- **Teleportation:** Securely pack and share AES-256-GCM encrypted secret bundles.
|
|
27
|
+
- **Seamless AI Integration:** 44 built-in MCP tools for native use in **Cursor**, **Kiro**, and **Claude Code**.
|
|
16
28
|
|
|
17
29
|
## 🚀 Installation
|
|
18
30
|
|
package/package.json
CHANGED