From 10ccbb548c06b7dcf70f335d7299248a1d521038 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 29 Mar 2026 15:47:31 -0700 Subject: [PATCH] chore: bump version and changelog (v0.13.5.1) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6974b7c5..14779248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.13.5.1] - 2026-03-29 — Gitignore .factory + +### Changed + +- **Stop tracking `.factory/` directory.** Generated Factory Droid skill files are now gitignored, same as `.claude/skills/` and `.agents/`. Removes 29 generated SKILL.md files from the repo. The `setup` script and `bun run build` regenerate these on demand. + ## [0.13.5.0] - 2026-03-29 — Factory Droid Compatibility gstack now works with Factory Droid. Type `/qa` in Droid and get the same 29 skills you use in Claude Code. This makes gstack the first skill library that works across Claude Code, Codex, and Factory Droid. diff --git a/VERSION b/VERSION index 9a41249e..ec9fa5a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.5.0 +0.13.5.1