@i4ctime/q-ring 0.16.2 → 0.17.0

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@i4ctime/q-ring",
3
- "version": "0.16.2",
3
+ "version": "0.17.0",
4
4
  "mcpName": "io.github.I4cTime/q-ring",
5
- "description": "Quantum keyring for AI coding tools — Cursor, Kiro, Claude Code. Secrets, superposition, entanglement, MCP.",
5
+ "description": "OS keychain secrets for AI coding agents, over MCP — Cursor, Kiro, Claude Code. Native vault storage, policy-governed access, audit log.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "qring": "dist/index.js",
@@ -31,6 +31,7 @@
31
31
  "plugin:gen-skills": "node scripts/plugin-generate-skills.mjs",
32
32
  "check:parity": "node scripts/check-plugin-parity.mjs && node scripts/plugin-generate-skills.mjs --check",
33
33
  "build:mcpb": "node scripts/build-mcpb.mjs",
34
+ "publish:smithery": "node scripts/smithery-publish.mjs",
34
35
  "docs:publish-log": "node scripts/append-changelog-to-publish-log.mjs",
35
36
  "release:prepare": "node scripts/prepare-release.mjs",
36
37
  "prepublishOnly": "pnpm run build && pnpm run sync-versions"