Day-to-Day Tips
- Run
pnpm run lint,pnpm run typecheck, andpnpm run testbefore publishing or sharing changes. - Unsure which strategy applies? Write a short script that imports
getLinkingStrategyForPackageand logs the result for your package path. - Live reload slowing you down? Increase the debounce (for example
--debounce 500). Values below200milliseconds are ignored. - After editing the registry manually, run
oink forgetfollowed byoink learnto rebuild clean symlinks. - Watch desktop notifications so you know whether a link succeeded without scrolling back through logs.
- Update this documentation whenever you add new behaviour or uncover a useful trick.