@paths.design/caws-cli 8.2.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -319,7 +319,7 @@ async function qualityGatesCommand(options = {}) {
319
319
  // Handle context options: --all-files takes precedence, then --context
320
320
  if (options.allFiles) {
321
321
  args.push('--context=ci');
322
- } else if (options.context && options.context !== 'commit') {
322
+ } else if (options.context) {
323
323
  args.push(`--context=${options.context}`);
324
324
  }
325
325
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paths.design/caws-cli",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "CAWS CLI - Coding Agent Workflow System command-line tools for spec management, quality gates, and AI-assisted development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {