4d-run
Installation
SKILL.md
4D Method Runner
Run a 4D project method with the right runtime.
Choose the Runtime First
- Use
tool4dfor most test-like runs, especially when--datalessis acceptable. - If it is unclear whether the method needs the full runtime, try
tool4dfirst. If that run fails for reasons that look specific totool4dor missing database/runtime support, then switch to the full 4D runtime. - Use the full 4D runtime when the method depends on a real data file, database state, UI/runtime features missing from
tool4d, or the user explicitly saystool4dis insufficient. - Do not try to discover the 4D runtime automatically. Ask the user for the path to
4D.app, the inner4Dbinary, or4D.exe.
Prefer this fallback strategy because it is usually faster than deciding up front from incomplete context.
Finding tool4d
tool4d can be located in two ways: