We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1372840 + 8e3d9be commit 8dc9875Copy full SHA for 8dc9875
1 file changed
.github/workflows/update-cli-coverage.yml
@@ -287,9 +287,8 @@ jobs:
287
# Constraints
288
- ALWAYS update the SDK version in go.mod - this is the primary purpose
289
- ALWAYS perform the full enumeration (Steps 2-4) - this is critical for finding gaps
290
- - Only implement genuinely missing CLI functionality
291
- - Internal/admin methods may not need CLI commands
292
- - Streaming methods may have different CLI implementations
+ - ALL SDK methods in api.md MUST have corresponding CLI commands - no exceptions
+ - Streaming methods may have different CLI implementations (e.g., follow flags)
293
- Even if no coverage gaps are found, still create a PR for the SDK version bump
294
- Ensure code compiles before pushing
295
" --model opus-4.5 --force --output-format=text
0 commit comments