Skip to content

Commit a73eeef

Browse files
committed
docs: add build-and-test.sh script documentation to development workflow
1 parent 70dcabf commit a73eeef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
3131
Note: The CCR proxy service auto-launches when you run `ccr code`
3232
- **Local development with yalc**:
3333
```bash
34+
# Manual workflow:
3435
yalc publish # After building changes
3536
yalc update @musistudio/llms # Force CCR to use latest version
3637
ccr restart # Restart to load updated package
38+
39+
# Automated workflow:
40+
./build-and-test.sh # Build CCR with updated LLMS package and show status
3741
```
3842
- **2025 Models Support**: ✅ PRODUCTION READY for GPT-5, o3, o4-mini via OpenAI Chat Completions API with transformer chain `["reasoning", "openai"]` in config.json
3943
- **Release a new version**:

0 commit comments

Comments
 (0)