v0.1.6
Features
- Force-include patterns — Use
+prefix to include gitignored files (e.g.,+docs/**/*.local.md) - Node.js compatibility — Works with both Node.js and Bun runtimes
Example
bundles: {
docs: [
"docs/**/*", // respects .gitignore
"+docs/**/*.local.md", // force-include local notes
],
}Other Changes
- Add comprehensive documentation site at kriasoft.com/srcpack
- Add
llms.txtandllms-full.txtfor LLM discoverability - Add community section with Discord link
Full Changelog: v0.1.3...v0.1.6