@comfanion/workflow 4.36.34 → 4.36.35

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
@@ -265,7 +265,7 @@ program
265
265
  { name: 'sequential-thinking - Enhanced reasoning (recommended)', value: 'sequential-thinking', checked: true },
266
266
  { name: 'chrome-devtools - Chrome debugging, DOM, network', value: 'chrome-devtools', checked: false },
267
267
  { name: 'playwright - Browser automation and testing', value: 'playwright', checked: false },
268
- { name: 'figma - Figma design files and components', value: 'figma', checked: false },
268
+ { name: 'figma - Figma design files', value: 'figma', checked: false },
269
269
  { name: 'grep - Search code examples from GitHub', value: 'grep', checked: false },
270
270
  { name: 'github - GitHub repos, issues, PRs', value: 'github', checked: false },
271
271
  { name: 'sentry - Query Sentry issues (OAuth)', value: 'sentry', checked: false },
@@ -1310,7 +1310,7 @@ const MCP_CATALOG = {
1310
1310
  requires_env: ['FIGMA_ACCESS_TOKEN'],
1311
1311
  recommended: false
1312
1312
  },
1313
- 'github': {
1313
+ 'github': {
1314
1314
  name: 'GitHub',
1315
1315
  description: 'GitHub repos, issues, PRs',
1316
1316
  type: 'local',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/workflow",
3
- "version": "4.36.34",
3
+ "version": "4.36.35",
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
- "version": "4.36.34",
3
- "buildDate": "2026-01-24T21:07:31.172Z",
2
+ "version": "4.36.35",
3
+ "buildDate": "2026-01-24T21:09:22.844Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",