Commit Graph

3 Commits

  • Fix GLM chicken-and-egg problem in Master Prompt workflow
    BREAKING CHANGES to workflow:
    - Add 'BEFORE YOU BEGIN' section to MASTER-PROMPT.md
    - GLM users MUST configure GLM FIRST before using Claude Code
    - Add clear GLM pre-configuration steps at top of file
    - Add clear copy boundaries (✂️ COPY FROM HERE / ✂️ COPY ENDS HERE)
    - Add visual separator lines for copy-paste section
    
    README.md updates:
    - Add prominent GLM warning at top of Installation Options
    - Add quick GLM setup commands
    - Clarify Master Prompt workflow with step-by-step
    - Emphasize GLM pre-configuration requirement
    
    This fixes the issue where GLM users couldn't use Claude Code
    to paste the master prompt without first configuring GLM.
  • Integrate official Z.AI GLM Claude Code documentation
    - Add Claude Code installation prerequisite (npm install)
    - Update GLM configuration with official model mappings (glm-4.5-air, glm-4.7)
    - Add version verification (recommended 2.0.14+)
    - Include troubleshooting steps from Z.AI docs
    - Add /status command verification
    - Reference official Z.AI documentation: https://docs.z.ai/devpack/tool/claude
    - Update README with proper GLM model configuration
  • Add MASTER-PROMPT.md - copy-paste installation method for Claude Code
    - Users can now copy-paste a master prompt into Claude Code
    - Includes all source repository references
    - Step-by-step guided installation
    - Alternative to running bash scripts
    - Updated README with 3 installation options