@syntax-syllogism/aloop 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -42
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
|
|
7
7
|
|
|
8
|
+
## [0.8.0] - 2026-09-20
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Eval harness for running code across multiple models
|
|
13
|
+
- JSDoc type checking for validation
|
|
14
|
+
- Live TUI renderer for interactive aloop runs
|
|
15
|
+
- aloop init command for project initialization
|
|
16
|
+
- Guided resume capability to repair failing gates
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- TUI renderer now runs even with --yes flag
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- JSDoc type contracts bound to production boundaries
|
|
25
|
+
- Fixed TUI rendering performance with diff-stat caching
|
|
26
|
+
- Resume repair and downstream attestation restored
|
|
27
|
+
|
|
8
28
|
## [0.7.0] - 2026-09-18
|
|
9
29
|
|
|
10
30
|
### Added
|
|
@@ -17,6 +37,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
17
37
|
Gemini has no reasoning-effort flag, so a configured `effort` is ignored for
|
|
18
38
|
it.
|
|
19
39
|
|
|
40
|
+
## [0.6.2] - 2026-09-16
|
|
41
|
+
|
|
42
|
+
### Fixed
|
|
43
|
+
|
|
44
|
+
- Resolve Windows executables to correct on-disk casing
|
|
45
|
+
|
|
20
46
|
## [0.6.0] - 2026-09-14
|
|
21
47
|
|
|
22
48
|
### Added
|
|
@@ -60,6 +86,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
60
86
|
- Handle a failed Windows timeout teardown and isolate POSIX tests from
|
|
61
87
|
Windows CI.
|
|
62
88
|
|
|
89
|
+
## [0.5.2] - 2026-09-13
|
|
90
|
+
|
|
91
|
+
### Changed
|
|
92
|
+
|
|
93
|
+
- Internal maintenance and tooling updates
|
|
94
|
+
|
|
95
|
+
## [0.5.1] - 2026-09-13
|
|
96
|
+
|
|
97
|
+
### Changed
|
|
98
|
+
|
|
99
|
+
- Internal maintenance and tooling updates
|
|
100
|
+
|
|
63
101
|
## [0.5.0] - 2026-09-12
|
|
64
102
|
|
|
65
103
|
### Added
|
|
@@ -82,15 +120,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
82
120
|
- Wiki commit preservation with cron scheduling
|
|
83
121
|
- Output streaming for long-running phases to prevent false hang detection
|
|
84
122
|
|
|
85
|
-
## [Unreleased]
|
|
86
|
-
|
|
87
123
|
---
|
|
88
124
|
|
|
89
125
|
## Pre-extraction history
|
|
90
126
|
|
|
91
127
|
History from before the standalone extraction (changesets format), preserved for reference.
|
|
92
128
|
|
|
93
|
-
|
|
94
129
|
## 0.4.6
|
|
95
130
|
|
|
96
131
|
### Patch Changes
|
|
@@ -194,42 +229,3 @@ History from before the standalone extraction (changesets format), preserved for
|
|
|
194
229
|
rather than assuming `origin` in repos with several remotes.
|
|
195
230
|
- Prompts ship with the package and are overridable per phase from
|
|
196
231
|
`.loop/prompts/` in the consuming project.
|
|
197
|
-
|
|
198
|
-
## [0.8.0] - 2026-09-20
|
|
199
|
-
|
|
200
|
-
### Added
|
|
201
|
-
|
|
202
|
-
- Eval harness for running code across multiple models
|
|
203
|
-
- JSDoc type checking for validation
|
|
204
|
-
- Live TUI renderer for interactive aloop runs
|
|
205
|
-
- aloop init command for project initialization
|
|
206
|
-
- Guided resume capability to repair failing gates
|
|
207
|
-
|
|
208
|
-
### Changed
|
|
209
|
-
|
|
210
|
-
- TUI renderer now runs even with --yes flag
|
|
211
|
-
|
|
212
|
-
### Fixed
|
|
213
|
-
|
|
214
|
-
- JSDoc type contracts bound to production boundaries
|
|
215
|
-
- Fixed TUI rendering performance with diff-stat caching
|
|
216
|
-
- Resume repair and downstream attestation restored
|
|
217
|
-
|
|
218
|
-
## [0.6.2] - 2026-09-16
|
|
219
|
-
|
|
220
|
-
### Fixed
|
|
221
|
-
|
|
222
|
-
- Resolve Windows executables to correct on-disk casing
|
|
223
|
-
|
|
224
|
-
## [0.5.2] - 2026-09-13
|
|
225
|
-
|
|
226
|
-
### Changed
|
|
227
|
-
|
|
228
|
-
- Internal maintenance and tooling updates
|
|
229
|
-
|
|
230
|
-
## [0.5.1] - 2026-09-13
|
|
231
|
-
|
|
232
|
-
### Changed
|
|
233
|
-
|
|
234
|
-
- Internal maintenance and tooling updates
|
|
235
|
-
|