Portable Baseline Config Pattern When expanding configuration templates, partition settings into portable baseline (safe on any machine) vs. environment-specific (hooks, plugins, marketplace config). Use canonical tool resolution patterns like or fallbacks already established in the codebase. Implement multi-package changes targeting the same file sequentially to avoid merge conflicts. Verify actual execution calls are replaced and only comments/diagnostics remain. ---