cli-five 0.2.18 → 0.2.19
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 +16 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **Code Like I'm Five** — scaffold a 5-agent AI team into any repo.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Three ways to install
|
|
6
6
|
|
|
7
7
|
### Full setup (recommended for teams)
|
|
8
8
|
|
|
@@ -27,6 +27,21 @@ copilot plugin install idusortus/cli-five
|
|
|
27
27
|
|
|
28
28
|
Installs the 5 agents to your Copilot profile. No project config, no interview — just the agents with the same autonomous contracts shipped by the scaffolded templates.
|
|
29
29
|
|
|
30
|
+
### Let an agent do it (prompt)
|
|
31
|
+
|
|
32
|
+
Paste a ready-made prompt into any repo and have your agent install *and verify* cli-five there:
|
|
33
|
+
|
|
34
|
+
```text
|
|
35
|
+
Install cli-five in this repo for OpenCode and verify it works. Preview with
|
|
36
|
+
`npx -y cli-five@latest init --target opencode --dry-run --yes` first, then run it
|
|
37
|
+
without --dry-run. Confirm all five agents appear in `opencode debug agents`, run a
|
|
38
|
+
live orchestrator->planner delegation smoke test, run `npx -y cli-five@latest doctor`,
|
|
39
|
+
gitignore STATE.md/agent-diary.md/histories/, and leave everything staged without
|
|
40
|
+
committing. Report what you verified.
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
The full version — platform detection, provider/auth checks, collision preview, stop conditions, and what to report back — is in **[docs/INSTALL_PROMPT.md](docs/INSTALL_PROMPT.md)**. It is generic: use it in any repository, Copilot or OpenCode.
|
|
44
|
+
|
|
30
45
|
## Supported platforms
|
|
31
46
|
|
|
32
47
|
cli-five can scaffold for:
|