Add a docstring to every public symbol in flydsl/{expr,compiler,utils}/ with: one-line summary, args/returns, and one ≤5-line example. Keep it
terse and agent friendly.
Goal: an agent grepping any public symbol in flydsl gets enough context from the docstring alone to use it correctly, without opening additional files.
Add a docstring to every public symbol in
flydsl/{expr,compiler,utils}/with: one-line summary, args/returns, and one ≤5-line example. Keep itterse and agent friendly.
Goal: an agent grepping any public symbol in flydsl gets enough context from the docstring alone to use it correctly, without opening additional files.