You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
AST-skeleton class member signatures:ashlr__read AST skeletons now render a
class's shape — each method's signature (with the body elided as { … }) plus
field/property/abstract/index signatures — instead of eliding the whole class body.
Gives the model a class's callable surface for orientation at a fraction of the tokens.
(chunker attaches members to class chunks — additive; genome RAG unaffected.)