chore: remove CLI endpoints section from Codex Code Guidelines

This commit is contained in:
catlog22
2026-01-28 21:33:43 +08:00
parent b361a8c041
commit 6e94fc0740

View File

@@ -1,10 +1,5 @@
# Codex Code Guidelines
## CLI Endpoints
- **CLI Tools Usage**: @~/.claude/workflows/cli-tools-usage.md
- **CLI Endpoints Config**: @~/.claude/cli-tools.json
**Strictly follow the cli-tools.json configuration**
Available CLI endpoints are dynamically defined by the config file
@@ -30,11 +25,8 @@ Available CLI endpoints are dynamically defined by the config file
- Graceful degradation
- Don't expose sensitive info
## Core Principles
**Incremental Progress**:
- Small, testable changes
- Commit working code frequently