Update CHANGELOG.md and remove autoresearch.jsonl

This commit is contained in:
Tobi Lütke 2026-05-22 20:24:01 +00:00
parent 65e517f783
commit f72f6dcc6c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## [Unreleased]
### Fixes
- Launcher: Rewrite `bin/qmd` as a Node-based shebang polyglot to fix global npm installation execution failures on Windows (#668 / #452), while supporting seamless fallback to Bun in Node-less environments.
## [2.5.1] - 2026-05-20
### Changes

View File

@ -1,3 +0,0 @@
{"type":"config","name":"Fixing Windows execution wrapper regression by rewriting launcher in Node.js","metricName":"test_status","metricUnit":"","bestDirection":"lower"}
{"run":1,"commit":"65b813d","metric":0,"metrics":{},"status":"keep","description":"Rewrite launcher in Node.js to fix Windows execution and keep tests passing","timestamp":1779480224809,"segment":0,"confidence":null,"asi":{"hypothesis":"Rewrite launcher in Node.js to enable native cmd/ps1 wrappers on Windows, and adjust mock node in tests to delegate wrapper execution"}}
{"run":2,"commit":"7a5d8f5","metric":0,"metrics":{},"status":"keep","description":"Make bin/qmd launcher a shebang polyglot to support both Windows cmd/ps1 native wrappers and sh-invoked smoke tests","timestamp":1779480529550,"segment":0,"confidence":null,"asi":{"hypothesis":"Convert launcher to a polyglot shell/JS script starting with #!/usr/bin/env node, and fix JS falsy env-var evaluation to support package-smoke tests"}}