Load type signatures for mruby

ti-install-sigskillsetup L370
engneer-hamachan/mruby-ti
What it does

Load mruby class method signatures dynamically

Best for

Discovering mruby type landscape when starting a task in unfamiliar dynamic-typed codebases.

Inputs
  • · Target Ruby file
  • · Optional class/method name
  • · Command flags (--llm-nav, --llm-class, --llm-define)
Outputs
  • · Class list
  • · Method signatures with types
  • · Callers/callees graph
Preconditions
  • · ti type checker installed
  • · mruby project present
Failure modes
  • · File not found
  • · Incomplete type info
  • · Truncated output from pipe commands
Trust signals
  • · Multi-step workflow documented
  • · Explicit warnings about output truncation