chore(skills): upgrade gstack v0.14.1.0 → v1.5.1.0 - #11
Merged
Conversation
Major changes since v0.14.1.0: - v1.3: design taste memory, /context-save + /context-restore session state - v1.4: /make-pdf skill (markdown → publication-quality PDF via headless Chromium) - v1.5.0: prompt injection defense (8-layer ML classifier stack in sidebar agent) - v1.5.1: PDF fixes (double page numbers, HTML entity double-escaping, Linux fonts) New skills: make-pdf, health, context-restore, context-save, open-gstack-browser, pair-agent, devex-review, plan-devex-review, plan-tune, benchmark-models Skill symlinks converted from flat symlinks to per-skill SKILL.md symlinks. Note: SKILL.md symlinks use absolute paths — machine-specific, vendoring deprecated.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the vendored gstack AI assistant tooling from v0.14.1.0 to v1.5.1.0. No fspeek Go code changes — this is purely a tooling maintenance update.
New skills added:
/make-pdf,/health,/context-save,/context-restore,/open-gstack-browser,/pair-agent,/devex-review,/plan-devex-review,/plan-tune,/benchmark-modelsKey changes across v1.3→v1.5:
/context-save+/context-restoresession state as readable markdown/make-pdfskill — markdown → publication-quality PDF (Helvetica, page numbers, TOC, cover, watermark)&amp;→&), Linux font fallback (Liberation Sans instead of DejaVu Sans)Note on symlinks: Skill symlinks converted from flat directory symlinks to per-skill
SKILL.mdsymlinks with absolute paths. These are machine-specific — a known limitation of the deprecated vendored approach. Other developers would need to run./setupin.claude/skills/gstack/to regenerate them after cloning.Test Coverage
No new application code paths (pure tooling upgrade). All existing Go tests pass.
Pre-Landing Review
No issues found. Changes are entirely in
.claude/skills/gstack/(vendored tooling). Adversarial review flagged upstream gstack CI concerns (Node.js tarball checksum, HTTP apt mirror, unpinned@anthropic-ai/claude-code) — informational only, not fspeek code.Plan Completion
No plan file detected.
TODOS
No TODO items completed in this PR (TODO-1 was already marked complete in v0.2.2.0).
Test plan
go test ./... -race -count=1)go fmt ./...andgo vet ./...clean🤖 Generated with Claude Code