huskies: merge 1218 story Remembered/sticky permission approvals so constrained agents stop re-prompting for the same action class

This commit is contained in:
Huskies Agent
2026-07-18 13:58:35 +00:00
parent fbaf5bf959
commit 7d3de2bb44
21 changed files with 313 additions and 214 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ pub async fn create_worktree(
tokio::task::spawn_blocking(move || configure_sparse_checkout(&wt_clone))
.await
.map_err(|e| format!("spawn_blocking: {e}"))??;
write_mcp_json(&wt_path, port)?;
write_mcp_json(&wt_path, port, story_id)?;
return Ok(WorktreeInfo {
path: wt_path,
branch,
@@ -68,7 +68,7 @@ pub async fn create_worktree(
.await
.map_err(|e| format!("spawn_blocking: {e}"))??;
write_mcp_json(&wt_path, port)?;
write_mcp_json(&wt_path, port, story_id)?;
run_setup_commands(&wt_path, config).await;
Ok(WorktreeInfo {