-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@sparkleideas/ruflo-source-patch",
"version": "4.37.0",
"publishConfig": {
"access": "public"
},
"description": "Patches ruflo / @claude-flow's cwd-anchoring defect (ruvnet/ruflo#2633) at source in the installed npm library, stopping .claude-flow/.swarm folder and daemon proliferation caused by Claude Code working-directory drift.",
"type": "module",
"bin": {
"ruflo-source-patch": "bin/cli.mjs"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"keywords": [
"ruflo",
"claude-flow",
"claude-code",
"daemon",
"patch",
"cwd",
"workaround"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sparkling/ruflo-source-patch.git"
},
"homepage": "https://github.com/sparkling/ruflo-source-patch#readme",
"bugs": {
"url": "https://github.com/ruvnet/ruflo/issues/2633"
},
"license": "MIT",
"scripts": {
"test": "bash scripts/run-tests.sh",
"lint:md": "node scripts/md-lint.mjs"
}
}