fix: resolve merge conflicts with main (v0.13.5.1)

Main landed v0.13.5.1 (gitignore .factory) while this branch had v0.13.6.0.
Kept v0.13.6.0 (higher), added 0.13.5.1 CHANGELOG entry from main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan 2026-03-29 15:50:50 -07:00
commit 019ecb3185
No known key found for this signature in database
GPG Key ID: C1F69E85C74EFE1D
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ Browse output is now wrapped in trust boundary markers so agents can tell page c
- **Factory Droid support.** Removed `--host factory`, `.factory/` generated skills, Factory CI checks, and all Factory-specific code paths. - **Factory Droid support.** Removed `--host factory`, `.factory/` generated skills, Factory CI checks, and all Factory-specific code paths.
## [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 ## [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. 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.