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
|
|
@ -51,9 +51,9 @@ struct AppState {
|
|||
bus: Bus,
|
||||
socket: PathBuf,
|
||||
/// Same `TurnFiles` the harness's turn loop uses. Shared so
|
||||
/// `/api/compact` re-uses the exact MCP config / system prompt /
|
||||
/// settings claude saw on the last regular turn — keeps the
|
||||
/// session shape identical across compact + normal turns.
|
||||
/// `/api/compact` re-uses the exact MCP config / system prompt
|
||||
/// claude saw on the last regular turn — keeps the session shape
|
||||
/// identical across compact + normal turns.
|
||||
files: TurnFiles,
|
||||
/// Prevents `/api/compact` from racing with an in-flight normal turn.
|
||||
turn_lock: TurnLock,
|
||||
|
|
|
|||
Loading…
Reference in a new issue