0f7580a893
Brings the Zed configuration under dotfiles management, stowed to ~/.config/zed alongside the other home_config packages. settings.json carries the Australis Dark theme selection, the PFI-LiteLLM OpenAI-compatible provider, explicit default_model and inline_assistant_model assignments, and the edit-prediction endpoint. The model assignments are required: the Inline Assistant, git commit message generation, and thread summaries each resolve their model independently of the agent panel's UI selection, and report the provider as unconfigured when neither setting is present. themes/australis-dark.json is generated from the palette spec in the australis repo (zed/build-theme.py there is the source of truth). The prompts/ directory is deliberately left untracked. It is an LMDB database with an active lock file, not user-authored content. No credentials are included. The provider API key lives in the system keychain, which is where Zed stores it; endpoint addresses are internal RFC 1918.