Skip to content

v1.35.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 07:33
· 52 commits to main since this release
931c4be

Added

  • AST-skeleton enum coverage: ashlr__read AST skeletons now include enum /
    export enum declarations, rendered in full (members are an enum's signal) rather than
    dropped. Other declarations remain signature-only with bodies elided. (chunker emits
    enum chunks — also enriches genome RAG chunking.)

Internal

  • CI stability: widened the brittle stub-mode bench-orchestrate perf bounds
    (parallel-speedup floor and per-node-ms ceiling) that flaked under concurrent CI load —
    they measured process-scheduling noise, not a perf SLA. Real regressions still trip them.