@n8n-as-code/skills 1.1.0-next.30 → 1.1.0-next.38
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/README.md +2 -1
- package/dist/assets/n8n-docs-complete.json +419 -419
- package/dist/assets/n8n-knowledge-index.json +1272 -610
- package/dist/assets/n8n-nodes-index.json +16140 -5118
- package/dist/assets/n8n-nodes-technical.json +15845 -4542
- package/dist/assets/workflows-index.json +7939 -1
- package/dist/services/mcp-service.d.ts +1 -0
- package/dist/services/mcp-service.d.ts.map +1 -1
- package/dist/services/workflow-registry.d.ts +4 -0
- package/dist/services/workflow-registry.d.ts.map +1 -1
- package/dist/services/workflow-registry.js +6 -2
- package/dist/services/workflow-registry.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ n8nac skills guides --list
|
|
|
90
90
|
### `examples` - 🌐 Search & Download Community Workflows
|
|
91
91
|
Search and download workflows from the **n8nworkflows.xyz** community repository (7000+ workflows).
|
|
92
92
|
|
|
93
|
-
The packaged index contains workflow metadata and source
|
|
93
|
+
The packaged index contains workflow metadata plus the upstream source ref and exact source commit used for the snapshot. Workflow JSON is fetched on demand from that same indexed upstream revision when you run `examples download`, so search results and downloaded files stay aligned instead of drifting with a floating `main` branch. Each workflow keeps its original upstream license.
|
|
94
94
|
|
|
95
95
|
#### `examples search <query>`
|
|
96
96
|
Search workflows using FlexSearch for high-relevance results.
|
|
@@ -134,6 +134,7 @@ n8nac skills examples list --limit 50
|
|
|
134
134
|
Thanks to [nusquama/n8nworkflows.xyz](https://github.com/nusquama/n8nworkflows.xyz) for maintaining the public workflow archive used as the source for this index.
|
|
135
135
|
- 📦 **Lightweight** - ~6MB index (~500KB compressed)
|
|
136
136
|
- 🎯 **High relevance** - Smart keyword matching and ranking
|
|
137
|
+
- 🧭 **Explicit refresh policy** - each index build takes a fresh snapshot of the configured upstream ref and stores the resolved commit in `workflows-index.json`
|
|
137
138
|
|
|
138
139
|
### `related <query>` - 🔗 Discover Resources
|
|
139
140
|
Find related nodes and documentation.
|