sync all reports to Claude Code v2.1.80 — fix frontmatter field coverage across commands, skills, and subagents
- Commands: 4→11 frontmatter fields (QA correction — official docs confirm commands support same frontmatter as skills, reversing 5 runs of incorrect "skill-only" INVALID status) - Skills: 10→11 fields (added effort) - Subagents: 14→15 fields (added effort) - Settings: added channelsEnabled managed setting - Concepts: added Channels row, Git Worktrees deep link, Plugins marketplace link - Development workflows: star/count updates, table reorder - CLAUDE.md: added effort to subagent definition - README: v2.1.80 badge, added Kenneth to follows Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Claude Code Settings Reference
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A comprehensive guide to all available configuration options in Claude Code's `settings.json` files. As of v2.1.79, Claude Code exposes **60+ settings** and **100+ environment variables** (use the `"env"` field in `settings.json` to avoid wrapper scripts).
|
||||
A comprehensive guide to all available configuration options in Claude Code's `settings.json` files. As of v2.1.80, Claude Code exposes **60+ settings** and **100+ environment variables** (use the `"env"` field in `settings.json` to avoid wrapper scripts).
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
@@ -321,6 +321,7 @@ Configure Model Context Protocol servers for extended capabilities.
|
||||
| `allowedMcpServers` | array | Managed only | Allowlist with name/command/URL matching |
|
||||
| `deniedMcpServers` | array | Managed only | Blocklist with matching |
|
||||
| `allowManagedMcpServersOnly` | boolean | Managed only | Only allow MCP servers explicitly listed in managed allowlist |
|
||||
| `channelsEnabled` | boolean | Managed only | Allow [channels](https://code.claude.com/docs/en/channels) for Team and Enterprise users. When unset or `false`, channel message delivery is blocked regardless of `--channels` flag |
|
||||
|
||||
### MCP Server Matching (Managed Settings)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user