Retire Taskdeck-owned runtime hooks - #1554
Merged
Merged
Conversation
Signed-off-by: Chris0Jeky <jeky.tck@gmail.com>
Signed-off-by: Chris0Jeky <jeky.tck@gmail.com>
Signed-off-by: Chris0Jeky <jeky.tck@gmail.com>
Owner
Author
|
Exact-head review packet
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c587dae77a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Signed-off-by: Chris0Jeky <jeky.tck@gmail.com>
This was referenced Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The project layer duplicated the global PreToolUse dispatcher, added a Python process to Bash calls, denied six of eight benign raw-text probes, did not cover native PowerShell, and could turn timeout-shaped tool noise into durable failure rows. Removing the project-owned runtime layer makes normal development smoother without claiming that user-, organization-, or runtime-level controls are disabled.
Reusable producer work is tracked in agent-harness issues #188, #189, #190, and #191.
Verification
powershell -NoProfile -File scripts/git/Test-New-CodexIssueWorktree.ps1? 28/28 passed on the implementation parent; exact-head focused re-proof below covers the review fixpowershell -NoProfile -File scripts/git/Test-New-CodexIssueWorktree.ps1 -Case headless-permission-contract? 1/1 passed on exact headpy -3 -B -m unittest discover -s scripts/agent_hooks -p "test_render_failure_ledger.py"? 11/11 passed on exact headnode scripts/check-docs-governance.mjs? passednode scripts/check-golden-principles.mjs? passednode scripts/check-github-ops-governance.mjs? passed.claude/settings.jsonhas no hooks or deny property, retired handler files are absent, and T3/free authority remainsagent/powershell-deny-floorrow is byte-preserved and a separate resolution row is appendedgit diff --check? passedNo product runtime code changed, so backend/frontend builds and product tests were not run locally; Required CI remains the exact-head cross-platform gate.
Closes #1552
Closes #1293
Closes #1475
Closes #1476
Closes #1497