Portable Baseline Config Pattern

Separate machine-portable baseline config from environment-specific hooks and plugins

vamseeachanta Updated

File contents

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 uv python find or command -v 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.

vamseeachanta/workspace-hub/tree/main/.agents/skills/workspace-hub/learned/portable-baseline-config-pattern commit 2fcdd6938f

Frequently asked questions

npx skillmds@latest add vamseeachanta/portable-baseline-config-pattern