From 145fccc987b3ebcfc78c2756645d28bf6a4e18bc Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Wed, 3 Dec 2025 19:06:29 +0000 Subject: [PATCH] Add PR description --- PR.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PR.md diff --git a/PR.md b/PR.md new file mode 100644 index 0000000000..c87df4523a --- /dev/null +++ b/PR.md @@ -0,0 +1,6 @@ +## Summary +- thread fallback evaluation through execpolicy so pipelines evaluate the first unmatched command instead of stopping at the first allow match +- update core exec_policy integration, execpolicycheck CLI, and docs to use the new fallback path and avoid skipping heuristics on later piped commands + +## Testing +- not run (not requested)