diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9a27ff9..1a98403 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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": [] diff --git a/specs/PRD.md b/specs/PRD.md deleted file mode 100644 index 4880fcb..0000000 --- a/specs/PRD.md +++ /dev/null @@ -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. \ No newline at end of file