Skip to content

Releases: EddaCraft/kindling

v0.1.2

16 Feb 14:45
090611a

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 Feb 04:39

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

What's Changed

Security

  • Fix SQL injection vector in database export — validate limit parameter before interpolation into queries (#2) by @joshuaboys
  • Add permissions to GitHub publish workflow — restrict token scope (#24) by @joshuaboys

Bug Fixes

  • Fix Claude Code plugin for standalone installation — remove workspace:* devDependencies that broke npm install outside the monorepo, bump auto-install timeout to 120s, improve stdio handling and debug logging (#21) by @joshuaboys
  • Fix private: true preventing npm publish by @joshuaboys
  • Fix KindlingClient → KindlingApiClient class name in README example (#19) by @joshuaboys

Features

  • Add Claude Code plugin marketplace manifest for github:EddaCraft/kindling installation by @joshuaboys

Documentation

  • Add README for the main @eddacraft/kindling npm package — quick start, bundled exports, entry points, lightweight alternatives (#19) by @joshuaboys
  • Add installation links to root README by @joshuaboys

Chores

Full Changelog: v0.1.0...v0.1.1

Kindling Beta Release

12 Feb 02:15

Choose a tag to compare

Kindling Beta Release Pre-release
Pre-release

What's Changed

  • docs(plan): Implement Anvil Plan Spec structure for Kindling by @joshuaboys in #4 & #1
  • feat: Implement M2 Phase 1 - TypeScript monorepo with core packages by @joshuaboys in #2
  • feat: scaffold M1 package structure and core documentation by @joshuaboys in #3
  • feat: Pocketflow Adapter - vendoring solution and doc updates by @joshuaboys in #5
  • feat: add KindlingService, API server, and expanded CLI commands by @joshuaboys in #6
  • feat: prepare all packages for npm publishing by @joshuaboys in #7
  • chore: add code quality tooling: Prettier, ESLint, Husky, and lint-staged by @joshuaboys in #9
  • chore: approve build scripts for better-sqlite3 and esbuild by @joshuaboys in #11
  • docs: add active development warning to README by @joshuaboys in #12
  • ci: add lightweight CI workflow for PRs and main branch by @joshuaboys in #8
  • feat(plugin): migrate Claude Code plugin from flat files to SQLite by @joshuaboys in #10
  • fix: DX hardening - security, error handling, docs by @joshuaboys in #14
  • feat: rework Claude Code plugin with SQLite engine by @joshuaboys in #15
  • chore: npm publishing readiness by @joshuaboys in #16
  • chore: rename packages from @kindling/* to @eddacraft/* scope by @joshuaboys in #17
  • chore: eddacraft scope rename by @joshuaboys in #18

Full Changelog: https://github.com/EddaCraft/kindling/commits/v0.1.0