@oisincoveney/pipeline 1.5.3 → 1.5.4
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 +7 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,10 +154,10 @@ pipe install-commands --host all
|
|
|
154
154
|
|
|
155
155
|
Generated resources are derived from the three config files; they are not
|
|
156
156
|
separate sources of truth. Host resources use exact native agents when the node
|
|
157
|
-
runner matches the host.
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
CLI instead of
|
|
157
|
+
runner matches the host. OpenCode also uses native subagents for cross-runner
|
|
158
|
+
model-backed nodes when the runner/profile provides an OpenCode-compatible
|
|
159
|
+
`model` or `host_models.opencode` value. Otherwise generated instructions
|
|
160
|
+
dispatch to that runner's CLI instead of inventing a host model.
|
|
161
161
|
|
|
162
162
|
| Host | Generated files | Invocation |
|
|
163
163
|
| ----------- | ------------------------------------------------------ | -------------------- |
|
|
@@ -165,14 +165,13 @@ CLI instead of doing instruction-only translation.
|
|
|
165
165
|
| Codex | `.agents/skills/pipe/SKILL.md`, `.codex/agents/*.toml` | `$pipe <task>` |
|
|
166
166
|
| OpenCode | `.opencode/commands/pipe.md`, `.opencode/agents/*.md` | `/pipe <task>` |
|
|
167
167
|
| Kimi | `.kimi/skills/pipe/SKILL.md`, `.kimi/agents/*.yaml` | `/skill:pipe <task>` |
|
|
168
|
-
| Pi | `.pi/prompts/pipe.md
|
|
168
|
+
| Pi | `.pi/prompts/pipe.md` | `/pipe <task>` |
|
|
169
169
|
|
|
170
170
|
The installer is idempotent, supports `--check` and `--dry-run`, and refuses to
|
|
171
171
|
overwrite manually edited files unless `--force` is supplied.
|
|
172
172
|
|
|
173
|
-
Runner `model` is the canonical model id. Optional
|
|
174
|
-
|
|
175
|
-
identifier:
|
|
173
|
+
Runner `model` is the canonical model id. Optional `host_models.<host>` entries
|
|
174
|
+
are only needed when a host uses a different model identifier:
|
|
176
175
|
|
|
177
176
|
```yaml
|
|
178
177
|
runners:
|