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
feat: list_fns + fn_source full source + fn_arity introspection improvements
- list_fns() added as ergonomic alias for list_defined_fns()
- fn_source(name) now emits full formatted source via formatter::format_program
instead of just "fn name(params) { ... }"; enables self-inspection loops
where OMC programs can read their own function implementations
- fn_arity(name) already worked; no change
- get_scope_vars() already worked; no change
1132/1132 tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments