Skip to content

Comments

Use Git Bash to pass system prompt content on Windows#34

Merged
alex-feel merged 1 commit intomainfrom
alex-feel-dev
Aug 16, 2025
Merged

Use Git Bash to pass system prompt content on Windows#34
alex-feel merged 1 commit intomainfrom
alex-feel-dev

Conversation

@alex-feel
Copy link
Owner

No description provided.

PowerShell has command-line length limits and argument parsing issues
that prevent passing the 28KB system prompt directly. Solution uses
Git Bash (always installed for Claude Code) to execute the command
with proper shell expansion: $(cat 'path') syntax.

This ensures the system prompt content is passed directly to Claude Code
instead of expecting it to read files (which it won't do).
@alex-feel alex-feel enabled auto-merge August 16, 2025 02:10
@alex-feel alex-feel merged commit 3fa8313 into main Aug 16, 2025
5 checks passed
@alex-feel alex-feel deleted the alex-feel-dev branch August 16, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant