mirror of https://github.com/garrytan/gstack.git
chore: bump version and changelog (v1.61.0.0)
This commit is contained in:
parent
e9e32c3cad
commit
ed0cf4f544
29
CHANGELOG.md
29
CHANGELOG.md
|
|
@ -1,5 +1,34 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.61.0.0] - 2026-07-10
|
||||||
|
|
||||||
|
## **Turn “something broke” into a report a maintainer can reproduce and fix.**
|
||||||
|
|
||||||
|
The new `/bug-report` skill reconstructs the user's actions from conversation and
|
||||||
|
repository evidence, captures narrowly scoped diagnostics, attempts a safe local
|
||||||
|
reproduction, and separates confirmed facts from hypotheses. It produces both a
|
||||||
|
maintainer-ready issue draft and an honest PR implementation handoff without
|
||||||
|
silently editing code or publishing anything.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `/bug-report`: evidence-driven timeline reconstruction, environment capture,
|
||||||
|
bounded reproduction attempts, exact steps, regression range, and maintainer
|
||||||
|
verification guidance.
|
||||||
|
- Independent exact-byte redaction gates for reports, evidence files, and PR-body
|
||||||
|
drafts, plus visual/OCR review and metadata stripping for screenshots.
|
||||||
|
- Router precedence that sends bare broken-behavior requests to `/investigate`,
|
||||||
|
explicit retrospective reporting to `/bug-report`, and proactive web exploration
|
||||||
|
to `/qa-only`.
|
||||||
|
- Deterministic coverage for routing, privacy sinks, generated host variants,
|
||||||
|
report-only behavior, and redaction-file lifetime.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- The shared redaction documentation resolver supports retaining a scanned temp
|
||||||
|
file until its destination write succeeds, preventing trusted bytes from being
|
||||||
|
deleted and reconstructed before persistence.
|
||||||
|
|
||||||
## [1.60.1.0] - 2026-07-09
|
## [1.60.1.0] - 2026-07-09
|
||||||
|
|
||||||
## **The /autoplan dual-voice eval is back on the board, catching real regressions.**
|
## **The /autoplan dual-voice eval is back on the board, catching real regressions.**
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gstack",
|
"name": "gstack",
|
||||||
"version": "1.60.1.0",
|
"version": "1.61.0.0",
|
||||||
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
|
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue