You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update documentation for git staging and MCP recommendations
- Add pre-execution git staging to codex-execute workflow for clear change visibility
- Update README to recommend MCP tools installation (not optional)
- Add core principle: no unsolicited reports without user permission
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ For all CLI tool usage, command syntax, and integration guidelines:
28
28
-**Learning from existing code** - Study and plan before implementing
29
29
-**Clear intent over clever code** - Be boring and obvious
30
30
-**Follow existing code style** - Match import patterns, naming conventions, and formatting of existing codebase
31
+
-**No unsolicited reports** - Task summaries can be performed internally, but NEVER generate additional reports, documentation files, or summary files without explicit user permission
31
32
32
33
### Simplicity Means
33
34
@@ -56,6 +57,7 @@ For all CLI tool usage, command syntax, and integration guidelines:
56
57
57
58
**NEVER**:
58
59
- Make assumptions - verify with existing code
60
+
- Generate reports, summaries, or documentation files without explicit user request
59
61
60
62
**ALWAYS**:
61
63
- Plan complex tasks thoroughly before implementation
MCP (Model Context Protocol) tools provide advanced codebase analysis. **Completely optional** - CCW works perfectly without them.
340
+
MCP (Model Context Protocol) tools provide advanced codebase analysis. **Recommended installation** - While CCW has fallback mechanisms, not installing MCP tools may lead to unexpected behavior or degraded performance in some workflows.
0 commit comments