mirror of
https://github.com/mfakbar127/Claude-Samurai
synced 2026-06-21 13:57:42 +00:00
remove PRD
This commit is contained in:
@@ -25,7 +25,8 @@
|
|||||||
"Bash(do echo:*)",
|
"Bash(do echo:*)",
|
||||||
"Bash(jq:*)",
|
"Bash(jq:*)",
|
||||||
"Bash(done)",
|
"Bash(done)",
|
||||||
"Bash(pnpm exec biome format:*)"
|
"Bash(pnpm exec biome format:*)",
|
||||||
|
"Bash(gh run list:*)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
CC config is a configuration file manager for Claude Code.
|
|
||||||
|
|
||||||
|
|
||||||
## Claude Code configuration files definition
|
|
||||||
|
|
||||||
- **User settings** are defined in `~/.claude/settings.json` and apply to all projects.
|
|
||||||
- For enterprise deployments of Claude Code, we also support **enterprise managed policy settings**. These take precedence over user settings. System administrators can deploy policies to:
|
|
||||||
- macOS: `/Library/Application Support/ClaudeCode/managed-settings.json`
|
|
||||||
- Linux and WSL: `/etc/claude-code/managed-settings.json`
|
|
||||||
- Windows: `C:\ProgramData\ClaudeCode\managed-settings.json`
|
|
||||||
- Enterprise deployments can also configure **managed MCP servers** that override user-configured servers. See [Enterprise MCP configuration](https://docs.claude.com/en/docs/claude-code/mcp#enterprise-mcp-configuration):
|
|
||||||
- macOS: `/Library/Application Support/ClaudeCode/managed-mcp.json`
|
|
||||||
- Linux and WSL: `/etc/claude-code/managed-mcp.json`
|
|
||||||
- Windows: `C:\ProgramData\ClaudeCode\managed-mcp.json`
|
|
||||||
|
|
||||||
|
|
||||||
In this phase, only do the follwing tasks:
|
|
||||||
|
|
||||||
- Implement the Tauri commands and react-query/mutation that read and write the configuration files.
|
|
||||||
- A minimal UI that allows you to view and edit the configuration files.
|
|
||||||
Reference in New Issue
Block a user