@i4ctime/q-ring 0.2.3 → 0.2.5

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 CHANGED
@@ -1,12 +1,16 @@
1
1
  <div align="center">
2
- <img src="https://unpkg.com/@i4ctime/q-ring@latest/assets/logo.png" alt="q-ring logo" width="100%" />
2
+ <img src="https://unpkg.com/@i4ctime/q-ring@latest/assets/social-card-optimized.jpg" alt="q-ring logo" width="100%" />
3
3
  </div>
4
4
 
5
5
  # q-ring
6
6
 
7
- Quantum keyring for AI coding tools — Cursor, Kiro, Claude Code, and more.
7
+ **The first quantum-inspired keyring built specifically for AI coding agents.**
8
8
 
9
- Secrets are stored in your OS native keyring (macOS Keychain, GNOME/KDE Keyring, Windows Credential Manager). q-ring layers quantum mechanics concepts on top to create a secret management system that's actually novel: superposition, entanglement, decay, tunneling, teleportation, and an autonomous agent.
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
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i4ctime/q-ring",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Quantum keyring for AI coding tools — Cursor, Kiro, Claude Code. Secrets, superposition, entanglement, MCP.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,6 +33,14 @@
33
33
  "engines": {
34
34
  "node": ">=18"
35
35
  },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/I4cTime/quantum-ring.git"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/I4cTime/quantum-ring/issues"
42
+ },
43
+ "homepage": "https://github.com/I4cTime/quantum-ring#readme",
36
44
  "dependencies": {
37
45
  "@modelcontextprotocol/sdk": "^1.27.1",
38
46
  "@napi-rs/keyring": "^1.2.0",