mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-09 17:38:40 +02:00
chore: bump version to 1.10.1.0
Updates VERSION, package.json, CHANGELOG header, and TODOS completion marker from 1.6.5.0 to 1.10.1.0.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.6.5.0] - 2026-04-23
|
## [1.10.1.0] - 2026-04-23
|
||||||
|
|
||||||
## **We tried to make Opus 4.7 faster with a prompt. Measurement said it got slower. Pulled the bullet.**
|
## **We tried to make Opus 4.7 faster with a prompt. Measurement said it got slower. Pulled the bullet.**
|
||||||
|
|
||||||
|
|||||||
@@ -1252,14 +1252,14 @@ Shipped in v0.6.5. TemplateContext in gen-skill-docs.ts bakes skill name into pr
|
|||||||
|
|
||||||
## Completed
|
## Completed
|
||||||
|
|
||||||
### Overlay efficacy harness + Opus 4.7 fanout nudge removal (v1.6.5.0)
|
### Overlay efficacy harness + Opus 4.7 fanout nudge removal (v1.10.1.0)
|
||||||
- Built `test/skill-e2e-overlay-harness.test.ts`, a parametric periodic-tier eval that drives `@anthropic-ai/claude-agent-sdk` and measures first-turn fanout rate (overlay-ON vs overlay-OFF) across registered fixtures
|
- Built `test/skill-e2e-overlay-harness.test.ts`, a parametric periodic-tier eval that drives `@anthropic-ai/claude-agent-sdk` and measures first-turn fanout rate (overlay-ON vs overlay-OFF) across registered fixtures
|
||||||
- Measured the original "Fan out explicitly" overlay nudge: baseline Opus 4.7 = 70% first-turn fanout on toy prompt, with our nudge = 10%, with Anthropic's own canonical `<use_parallel_tool_calls>` text = 0%
|
- Measured the original "Fan out explicitly" overlay nudge: baseline Opus 4.7 = 70% first-turn fanout on toy prompt, with our nudge = 10%, with Anthropic's own canonical `<use_parallel_tool_calls>` text = 0%
|
||||||
- Removed the counterproductive nudge from `model-overlays/opus-4-7.md`
|
- Removed the counterproductive nudge from `model-overlays/opus-4-7.md`
|
||||||
- Shipped 36-test free-tier unit suite for the SDK runner + strict fixture validator
|
- Shipped 36-test free-tier unit suite for the SDK runner + strict fixture validator
|
||||||
- Registered `overlay-harness-opus-4-7-fanout-{toy,realistic}` in E2E_TOUCHFILES and E2E_TIERS
|
- Registered `overlay-harness-opus-4-7-fanout-{toy,realistic}` in E2E_TOUCHFILES and E2E_TIERS
|
||||||
- Total investigation cost: ~$7 across 3 eval runs
|
- Total investigation cost: ~$7 across 3 eval runs
|
||||||
**Completed:** v1.6.5.0
|
**Completed:** v1.10.1.0
|
||||||
|
|
||||||
### CI eval pipeline (v0.9.9.0)
|
### CI eval pipeline (v0.9.9.0)
|
||||||
- GitHub Actions eval upload on Ubicloud runners ($0.006/run)
|
- GitHub Actions eval upload on Ubicloud runners ($0.006/run)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gstack",
|
"name": "gstack",
|
||||||
"version": "1.6.5.0",
|
"version": "1.10.1.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",
|
||||||
|
|||||||
Reference in New Issue
Block a user