update reports to v2.1.84 — shell field, initialPrompt, /fast syntax + workflow changelogs
Commands: add `shell` frontmatter field (bash/powershell), update /fast to /fast [on|off], bump to 12 fields. Skills: add `shell` frontmatter field, bump to 12 fields. Subagents: add `initialPrompt` frontmatter field, bump to 16 fields. Settings: add WebFetch and MCP permission rules for workflow domains. Changelogs: append v2.1.84 entries for commands, skills, subagents, concepts, and development workflows. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Sub-agents Best Practice
|
||||
|
||||
<br>
|
||||
<br>
|
||||
[](../implementation/claude-subagents-implementation.md)
|
||||
|
||||
Claude Code subagents — frontmatter fields and official built-in agent types.
|
||||
@@ -14,7 +14,7 @@ Claude Code subagents — frontmatter fields and official built-in agent types.
|
||||
|
||||
---
|
||||
|
||||
## Frontmatter Fields (15)
|
||||
## Frontmatter Fields (16)
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
|-------|------|----------|-------------|
|
||||
@@ -32,6 +32,7 @@ Claude Code subagents — frontmatter fields and official built-in agent types.
|
||||
| `background` | boolean | No | Set to `true` to always run as a background task (default: `false`) |
|
||||
| `effort` | string | No | Effort level override when this subagent is active: `low`, `medium`, `high`, `max`. Default: inherits from session |
|
||||
| `isolation` | string | No | Set to `"worktree"` to run in a temporary git worktree (auto-cleaned if no changes) |
|
||||
| `initialPrompt` | string | No | Auto-submitted as the first user turn when this agent runs as the main session agent (via `--agent` or the `agent` setting). Commands and skills are processed. Prepended to any user-provided prompt |
|
||||
| `color` | string | No | CLI output color for visual distinction (e.g., `green`, `magenta`). Functional but absent from official frontmatter table — documented in interactive quickstart only |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user