@ijfw/install 1.2.10 → 1.3.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/README.md +5 -3
- package/dist/install.js +1884 -80
- package/package.json +1 -1
- package/src/install.ps1 +8 -15
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @ijfw/install
|
|
2
2
|
|
|
3
3
|
One-command installer for [IJFW](https://gitlab.com/therealseandonahoe/ijfw) -- the AI
|
|
4
|
-
efficiency layer for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot.
|
|
4
|
+
efficiency layer for 14 AI coding agents: Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, Hermes, Wayland, OpenCode, Qwen Code, Cline, Kimi Code, OpenClaw, and Aider.
|
|
5
5
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
@@ -39,8 +39,10 @@ Memory is preserved across re-runs by default.
|
|
|
39
39
|
|
|
40
40
|
## Preflight
|
|
41
41
|
|
|
42
|
-
Requires `node >=18
|
|
43
|
-
installer
|
|
42
|
+
Requires `node >=18` and `git` (used for the initial repo clone). The
|
|
43
|
+
installer is Node-native end to end -- no bash, no WSL, no Git for Windows
|
|
44
|
+
shell. On native Windows use the PowerShell installer (PS 5.1+), which
|
|
45
|
+
delegates to Node directly:
|
|
44
46
|
|
|
45
47
|
```powershell
|
|
46
48
|
iwr https://gitlab.com/therealseandonahoe/ijfw/-/raw/main/installer/src/install.ps1 -OutFile install.ps1
|