Skip to content

v1.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 22:17
Immutable release. Only release title and notes can be modified.
14b0484

Fixed

  • A synthesizer's refusal was accepted as the new memory file whenever it
    happened to open with a heading. Nothing else about the output was checked,
    so three lines of "I cannot rewrite this document" replaced the whole file
    and were redistributed to every agent, recoverable only from the .bak.
    A synthesis must now be at least a quarter of the document it was given.
    Shrinking is the job -- folding the imported sections away is most of it,
    and a measured real merge came in at 45% -- so the floor sits an order of
    magnitude above a refusal and well under a genuine merge.

Changes since v1.6.1

  • fix: refuse a synthesis far smaller than the document it merged (#22) (14b0484)

4 files changed, 85 insertions(+), 16 deletions(-)

Full diff: v1.6.1...v1.6.2