@comfanion/workflow 4.36.15 → 4.36.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/workflow",
3
- "version": "4.36.15",
3
+ "version": "4.36.16",
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-24T15:52:25.533Z",
3
+ "buildDate": "2026-01-24T15:55:08.659Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",
@@ -269,7 +269,14 @@ vectorizer:
269
269
  ignore:
270
270
  - "**/node_modules/**"
271
271
  - "**/.git/**"
272
+ - "**/dist/**"
273
+ - "**/build/**"
272
274
  - "**/.opencode/**"
275
+ - "**/docs/**"
276
+ - "**/vendor/**"
277
+ - "**/__pycache__/**"
278
+ - "**/*.min.js"
279
+ - "**/*.bundle.js"
273
280
  - "**/package-lock.json"
274
281
  - "**/yarn.lock"
275
282