@comfanion/workflow 4.33.0 → 4.33.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.
package/bin/cli.js CHANGED
@@ -200,7 +200,7 @@ program
200
200
  type: 'confirm',
201
201
  name: 'jira_enabled',
202
202
  message: 'Enable Jira integration?',
203
- default: options.jira || config.jira_enabled
203
+ default: options.jira === true ? true : (config.jira_enabled || false)
204
204
  },
205
205
  {
206
206
  type: 'input',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/workflow",
3
- "version": "4.33.0",
3
+ "version": "4.33.1",
4
4
  "description": "Initialize OpenCode Workflow system for AI-assisted development with semantic code search",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "3.0.0",
3
- "buildDate": "2026-01-24T12:11:50.565Z",
3
+ "buildDate": "2026-01-24T12:13:18.909Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",