fanout-cli 0.7.0 → 0.9.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 +8 -2
- package/dist/cli.js +0 -0
- package/dist/cli.js.map +7 -1
- package/dist/fake-agent.js +0 -0
- package/dist/fake-agent.js.map +7 -0
- package/dist/view.html +863 -0
- package/package.json +15 -11
- package/plugin/.claude-plugin/plugin.json +12 -0
- package/plugin/.mcp.json +10 -0
- package/plugin/README.md +44 -0
- package/plugin/bin/fanout +48 -0
- package/plugin/commands/crew.md +11 -0
- package/plugin/commands/fanout.md +30 -0
- package/plugin/commands/watch.md +20 -0
- package/plugin/hooks/hooks.json +28 -0
- package/plugin/skills/fanout/SKILL.md +126 -0
- package/dist/cli.d.ts +0 -3
- package/dist/cli.d.ts.map +0 -1
- package/dist/demo.d.ts +0 -32
- package/dist/demo.d.ts.map +0 -1
- package/dist/demo.js +0 -207
- package/dist/demo.js.map +0 -1
- package/dist/format.d.ts +0 -4
- package/dist/format.d.ts.map +0 -1
- package/dist/format.js +0 -64
- package/dist/format.js.map +0 -1
- package/dist/home.d.ts +0 -9
- package/dist/home.d.ts.map +0 -1
- package/dist/home.js +0 -13
- package/dist/home.js.map +0 -1
- package/dist/main.d.ts +0 -21
- package/dist/main.d.ts.map +0 -1
- package/dist/main.js +0 -602
- package/dist/main.js.map +0 -1
- package/dist/unfinished.d.ts +0 -34
- package/dist/unfinished.d.ts.map +0 -1
- package/dist/unfinished.js +0 -84
- package/dist/unfinished.js.map +0 -1
package/README.md
CHANGED
|
@@ -25,8 +25,14 @@ fanout demo # the offline walkthrough
|
|
|
25
25
|
fanout help # everything else
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
Then add the plugin
|
|
29
|
-
|
|
28
|
+
Then add the plugin, which is what Claude Code drives:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
/plugin marketplace add elberacasa/fanout
|
|
32
|
+
/plugin install fanout@fanout
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
That gives you `/fanout <goal>` inside your session.
|
|
30
36
|
|
|
31
37
|
## What it will not do
|
|
32
38
|
|
package/dist/cli.js
CHANGED
|
Binary file
|