quantum-suitability-validator-mcp 1.0.21 → 1.0.23
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.23] - 2026-06-28
|
|
4
|
+
- fix: gate email dedup — notifyGateHit now async with quantum:gate_email:{ip} Redis key, 1-hour TTL; retries suppressed
|
|
5
|
+
- fix: 402 gate response agent_action changed to HALT_WORKFLOW
|
|
6
|
+
- fix: trial_extension structured field already present; agent_action now actionable for agents
|
|
7
|
+
|
|
8
|
+
## [1.0.22] - 2026-06-28
|
|
9
|
+
- feat: owner key bypass (OWNER_KEY env var) — fleet owner bypasses free tier and paid-only gates
|
|
10
|
+
|
|
3
11
|
## [1.0.21] - 2026-06-26
|
|
4
12
|
- fix: trial extension requests now written to Redis (quantum:trial:{email}) on grant -- permanent audit trail that survives redeploys; previously in-memory only
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quantum-suitability-validator-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "Quantum computing suitability validator for AI agents. Screens problems for quantum advantage before budget allocation. QUANTUM/CLASSICAL verdict in one call.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|