infernoflow 0.43.6 → 0.43.7

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.
Files changed (1) hide show
  1. package/package.json +61 -61
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "infernoflow",
3
- "version": "0.43.6",
4
- "description": "Persistent memory for AI coding sessions \u2014 captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsurf.",
5
- "type": "module",
6
- "bin": {
7
- "infernoflow": "dist/bin/infernoflow.mjs"
8
- },
9
- "engines": {
10
- "node": ">=18"
11
- },
12
- "files": [
13
- "dist/bin",
14
- "dist/lib",
15
- "dist/templates",
16
- "README.md"
17
- ],
18
- "scripts": {
19
- "test": "node scripts/smoke.mjs && node scripts/json-smoke.mjs && node scripts/json-negative-smoke.mjs && node scripts/implement-smoke.mjs && node scripts/adopt-smoke.mjs && node scripts/pr-impact-smoke.mjs && node scripts/sync-smoke.mjs && node scripts/run-smoke.mjs",
20
- "test:help": "node bin/infernoflow.mjs --help",
21
- "build": "node build.mjs",
22
- "prepublishOnly": "echo skipping build",
23
- "inferno:promote-draft": "node scripts/inferno-promote-draft.mjs"
24
- },
25
- "dependencies": {},
26
- "keywords": [
27
- "ai",
28
- "ai-memory",
29
- "ai-context",
30
- "ai-coding",
31
- "session-memory",
32
- "persistent-memory",
33
- "agent-memory",
34
- "agent-handoff",
35
- "copilot",
36
- "cursor",
37
- "claude",
38
- "windsurf",
39
- "mcp",
40
- "mcp-server",
41
- "context-switching",
42
- "developer-tools",
43
- "cli",
44
- "infernoflow",
45
- "gotchas",
46
- "coding-assistant"
47
- ],
48
- "author": "infernoflow",
49
- "license": "MIT",
50
- "repository": {
51
- "type": "git",
52
- "url": "git+https://github.com/ronmiz/infernoflow.git"
53
- },
54
- "homepage": "https://infernoflow.dev",
55
- "bugs": {
56
- "url": "https://github.com/ronmiz/infernoflow/issues"
57
- },
58
- "devDependencies": {
59
- "esbuild": "^0.28.0"
60
- }
61
- }
1
+ {
2
+ "name": "infernoflow",
3
+ "version": "0.43.7",
4
+ "description": "Persistent memory for AI coding sessions \u2014 captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsurf.",
5
+ "type": "module",
6
+ "bin": {
7
+ "infernoflow": "dist/bin/infernoflow.mjs"
8
+ },
9
+ "engines": {
10
+ "node": ">=18"
11
+ },
12
+ "files": [
13
+ "dist/bin",
14
+ "dist/lib",
15
+ "dist/templates",
16
+ "README.md"
17
+ ],
18
+ "scripts": {
19
+ "test": "node scripts/smoke.mjs && node scripts/json-smoke.mjs && node scripts/json-negative-smoke.mjs && node scripts/implement-smoke.mjs && node scripts/adopt-smoke.mjs && node scripts/pr-impact-smoke.mjs && node scripts/sync-smoke.mjs && node scripts/run-smoke.mjs",
20
+ "test:help": "node bin/infernoflow.mjs --help",
21
+ "build": "node build.mjs",
22
+ "prepublishOnly": "echo skipping build",
23
+ "inferno:promote-draft": "node scripts/inferno-promote-draft.mjs"
24
+ },
25
+ "dependencies": {},
26
+ "keywords": [
27
+ "ai",
28
+ "ai-memory",
29
+ "ai-context",
30
+ "ai-coding",
31
+ "session-memory",
32
+ "persistent-memory",
33
+ "agent-memory",
34
+ "agent-handoff",
35
+ "copilot",
36
+ "cursor",
37
+ "claude",
38
+ "windsurf",
39
+ "mcp",
40
+ "mcp-server",
41
+ "context-switching",
42
+ "developer-tools",
43
+ "cli",
44
+ "infernoflow",
45
+ "gotchas",
46
+ "coding-assistant"
47
+ ],
48
+ "author": "infernoflow",
49
+ "license": "MIT",
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "git+https://github.com/ronmiz/infernoflow.git"
53
+ },
54
+ "homepage": "https://infernoflow.dev",
55
+ "bugs": {
56
+ "url": "https://github.com/ronmiz/infernoflow/issues"
57
+ },
58
+ "devDependencies": {
59
+ "esbuild": "^0.28.0"
60
+ }
61
+ }