infernoflow 0.35.7 → 0.35.9

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.
@@ -26,9 +26,7 @@ import * as readline from "node:readline";
26
26
  import { execSync } from "node:child_process";
27
27
  import { bold, cyan, gray, green, yellow, red } from "../ui/output.mjs";
28
28
 
29
- // ── Replace this URL with your Formspree form endpoint ───────────────────────
30
- // Get one free at https://formspree.io (50 submissions/mo free, emails you each response)
31
- const FORMSPREE_ENDPOINT = "https://formspree.io/f/infernoflow"; // placeholder
29
+ const FORMSPREE_ENDPOINT = "https://formspree.io/f/maqarynd";
32
30
 
33
31
  const FEEDBACK_FORM_URL = "https://forms.gle/infernoflow-feedback"; // placeholder — replace with real form
34
32
  const FEEDBACK_FILE = path.join(os.homedir(), ".infernoflow", "feedback.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infernoflow",
3
- "version": "0.35.7",
3
+ "version": "0.35.9",
4
4
  "description": "Persistent memory for AI coding sessions — captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsurf.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -56,7 +56,7 @@
56
56
  "type": "git",
57
57
  "url": "git+https://github.com/ronmiz/infernoflow.git"
58
58
  },
59
- "homepage": "https://github.com/ronmiz/infernoflow#readme",
59
+ "homepage": "https://infernoflow.dev",
60
60
  "bugs": {
61
61
  "url": "https://github.com/ronmiz/infernoflow/issues"
62
62
  },