Describe your repository setup in plain English — no JSON required
GetTerkel/software-factoryRepository config pages now let you describe your setup in natural language and generate the right JSON overrides. No more hand-writing against a 22-key schema with nested shapes and enum fields — type what you want, review the result in the editor, then save. The settings reference also collapses behind a summary line with a search filter, so finding a specific path takes a few keystrokes instead of scrolling through all 48 entries.
featureCopy repository config between projects, with plain-English explanations for each setting
GetTerkel/software-factorySetting up a second repository no longer means re-typing the first one's config by hand. Pick any other registered repository from a dropdown and choose Replace or Merge — the config loads into your editor for review without saving anything until you're ready.
Every config setting also now has a plain-English explanation listed right below the editor, so you don't need to guess what `protectedPaths`, `budgets`, or any other key does.
**How to use it:** Open any repository's config page. The copy dropdown appears at the top of the overrides editor; the setting explanations are listed underneath it.
featurePick repositories to add from your GitHub App's grant
GetTerkel/software-factoryAdding a repository now shows what's available from your GitHub App's grant as a pick list. Check the ones you want and click **Add** — no more copying GitHub URLs. The add-by-URL form is still available behind a disclosure for repos the grant doesn't cover yet.
**Repos** is now **Repositories** in the nav, with permanent redirects so existing links and bookmarks keep working. The config page breadcrumb was also fixed.
improvement