Add PR description

This commit is contained in:
kevin zhao
2025-12-03 19:06:29 +00:00
parent 2526ae1ed7
commit 4e0de6bc1f

6
PR.md Normal file
View File

@@ -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)