@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 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 references. Workflow JSON is fetched on demand from the upstream public archive when you run `examples download`. Each workflow keeps its original upstream license.
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.