| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-31 | 1.4 kB | |
| v1.9.1 source code.tar.gz | 2026-07-31 | 8.9 MB | |
| v1.9.1 source code.zip | 2026-07-31 | 10.6 MB | |
| Totals: 3 Items | 19.5 MB | 2 | |
Install
:::bash
npm i @opengsd/gsd-core@1.9.1
# or
npm i @opengsd/gsd-core@latest
What's Changed
Enhancement
- enh(#2904): add a
reviewerentry type so third-party reviewer lanes are discoverable by @trek-e in https://github.com/open-gsd/gsd-core/pull/2912 - docs(#2782): how-to for declaring a reviewer lane in a capability by @trek-e in https://github.com/open-gsd/gsd-core/pull/2906
Fix
- fix(#2667): run-with-timeout mediates .cmd/.bat/.exe spawns on Windows (CVE-2024-27980); fallow pre-pass names failure kind by @trek-e in https://github.com/open-gsd/gsd-core/pull/2897
- fix(#2788): recover Gaps Found rows; mark-complete no longer false-succeeds on a rejected row by @trek-e in https://github.com/open-gsd/gsd-core/pull/2902
- fix(#2825): gsd-code-fixer honors workflow.use_worktrees; never rm -rf a reparse point by @trek-e in https://github.com/open-gsd/gsd-core/pull/2905
- fix(#2834): write defaults.json before agent TOML generation on clean Codex install by @trek-e in https://github.com/open-gsd/gsd-core/pull/2900
- fix(#2843): findProjectRoot stops at git-repo boundaries, not just MAX_DEPTH by @trek-e in https://github.com/open-gsd/gsd-core/pull/2909
- fix(#2844): verify-summary ignores future/prose path mentions; resolves project root by @trek-e in https://github.com/open-gsd/gsd-core/pull/2910
Full Changelog: https://github.com/open-gsd/gsd-core/compare/v1.9.0...v1.9.1