feat(#1969): ship claude settings via /etc/claude-code/managed-settings.json
This commit is contained in:
parent
70d1cdc859
commit
b231ed2392
6 changed files with 49 additions and 65 deletions
|
|
@ -90,10 +90,3 @@ pub fn config_org_avatar_png() -> PathBuf {
|
|||
pub fn prompt_template() -> PathBuf {
|
||||
dir().join("prompts/system.md")
|
||||
}
|
||||
|
||||
/// `$HIVE_ASSETS_DIR/prompts/claude-settings.json` — the static
|
||||
/// `--settings` JSON every claude invocation reads.
|
||||
#[must_use]
|
||||
pub fn claude_settings() -> PathBuf {
|
||||
dir().join("prompts/claude-settings.json")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue