Skip to content

v0.1.6

Choose a tag to compare

@koistya koistya released this 18 Jan 12:19
· 8 commits to main since this release
d505d50

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.txt and llms-full.txt for LLM discoverability
  • Add community section with Discord link

Full Changelog: v0.1.3...v0.1.6