This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Your task is to create a detailed summary of the conversation so far, paying close attention to the user's explicit requests and your previous actions. | |
| This summary should be thorough in capturing business details, priorities, process patterns, and decisions that would be essential for continuing work without losing context. | |
| Your goal is to create a thorough summary that preserves business details, priorities, process patterns, and decisions. This summary must be detailed enough that work can continue seamlessly based on the information provided. | |
| Before writing your final summary, you must first conduct a thorough analysis. Write your analysis inside <analysis> tags and follow this process: | |
| 1. Read through the entire conversation chronologically | |
| 2. For each message and section, identify: | |
| - The user's explicit requests and stated intents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Force reinstall Claude Code when it's borked | |
| # Run this when: claude command not found, permission errors, or other weirdness | |
| set -e | |
| echo "🔧 Force reinstalling Claude Code..." | |
| echo "" | |
| # Find the npm global prefix (works across different node versions) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer