Fix release installers and package manager fallbacks

This commit is contained in:
Advait Paliwal
2026-03-24 19:10:21 -07:00
parent 762ca66a68
commit 3ee6ff4199
9 changed files with 162 additions and 33 deletions

View File

@@ -15,8 +15,7 @@ Feynman stores all configuration and state under `~/.feynman/`. This directory i
├── web-search.json # Web search routing config
├── auth/ # OAuth tokens and API keys
├── sessions/ # Persisted conversation history
── packages/ # Installed optional packages
└── bin/ # Binary (when installed via the native installer)
── packages/ # Installed optional packages
```
The `settings.json` file is the primary configuration file. It is created by `feynman setup` and can be edited manually. A typical configuration looks like: