@syntax-syllogism/aloop 0.5.0 → 0.5.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -139,3 +139,16 @@ History from before the standalone extraction (changesets format), preserved for
139
139
  rather than assuming `origin` in repos with several remotes.
140
140
  - Prompts ship with the package and are overridable per phase from
141
141
  `.loop/prompts/` in the consuming project.
142
+
143
+ ## [0.5.2] - 2026-09-13
144
+
145
+ ### Changed
146
+
147
+ - Internal maintenance and tooling updates
148
+
149
+ ## [0.5.1] - 2026-09-13
150
+
151
+ ### Changed
152
+
153
+ - Internal maintenance and tooling updates
154
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntax-syllogism/aloop",
3
- "version": "0.5.0",
3
+ "version": "0.5.3",
4
4
  "description": "Syntax & Syllogism agentic loop runner.",
5
5
  "type": "module",
6
6
  "engines": {