remove PRD

This commit is contained in:
Randy Lu
2025-11-17 01:10:25 +08:00
parent 8b980d0af2
commit d6d6ac6ebf
2 changed files with 2 additions and 21 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"Bash(do echo:*)",
"Bash(jq:*)",
"Bash(done)",
"Bash(pnpm exec biome format:*)"
"Bash(pnpm exec biome format:*)",
"Bash(gh run list:*)"
],
"deny": [],
"ask": []
-20
View File
@@ -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.