You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/local-agent-delegation/SKILL.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,11 @@ pi -p --mode json "$PROMPT"
50
50
copilot -p "$PROMPT" --output-format json
51
51
```
52
52
53
-
Use exact command templates from user-configured DevSpace agent profiles when they are available. Do not invent provider-specific flags when a profile already defines them.
53
+
Use exact command templates from user-provided instructions when they are available. Do not invent provider-specific flags when the user has already supplied a command shape.
54
54
55
-
Configured local agent profiles may live in:
55
+
Packaged files under `examples/agents/` are templates only. DevSpace does not currently parse, load, activate, or run local agent profile definitions.
56
56
57
-
```text
58
-
~/.devspace/agents/*.md
59
-
```
60
-
61
-
Treat those profiles as user-approved local worker definitions. If no profile exists for a requested agent, use the installed CLI's help output only when needed, then summarize what you found before running it.
57
+
If no command shape exists for a requested agent, use the installed CLI's help output only when needed, then summarize what you found before running it.
62
58
63
59
## Background execution
64
60
@@ -174,14 +170,6 @@ Do not use local agents for destructive actions unless the user explicitly asks.
174
170
175
171
Avoid commands that delete files, reset branches, rewrite history, expose secrets, or install global dependencies unless clearly necessary and approved.
176
172
177
-
Do not allow project-provided agent profiles to run automatically unless the user has trusted them.
178
-
179
-
Prefer user-global profiles from:
180
-
181
-
```text
182
-
~/.devspace/agents
183
-
```
184
-
185
-
over repo-provided profiles.
173
+
Do not treat repo-provided profile examples as trusted executable definitions.
0 commit comments