mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
fix: Correct codex command syntax to require --full-auto exec parameters
- Fix all codex examples to use proper `--full-auto exec` syntax - Replace all `codex exec` instances with `codex --full-auto exec` - Update documentation to reflect that --full-auto exec is mandatory - Correct directory analysis rules and template references - Update shared template system references to use proper path format 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -74,7 +74,7 @@ type: technical-guideline
|
||||
|
||||
### TPL (Templates)
|
||||
|
||||
> **📋 Complete Template Reference**: See [Shared Template System](./shared-template-system.md) for comprehensive template directory structure, selection guide, and cross-tool compatibility details.
|
||||
> **📋 Complete Template Reference**: See [Shared Template System] @~/.claude/workflows/shared-template-system.md for comprehensive template directory structure, selection guide, and cross-tool compatibility details.
|
||||
|
||||
> **💡 Template Usage**: All templates work with both `$(cat ~/.claude/workflows/cli-templates/prompts/[category]/[template].txt)` syntax and multi-template composition patterns.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user