#72 removed the vendored fallback, so the four engines hard-depend on agentrust-capture-core. Anyone who installed a plugin before that release will find drift detection stops working until they pip install agentrust-capture-core.
The failure is loud and names the package and command, which was the point of not letting it fall into the hook's "integrity check skipped" guard. But it is still a breaking change for a bare install, and it removes a promise that was in three requirements.txt files and four READMEs: that the drift path needed nothing installed.
To close: a changelog entry in claude-code/CHANGELOG.md and the equivalent for codex and scheduled-agents, stating the requirement and the one-line remedy. If the plugin marketplace can express a dependency, use it so the install is not a manual step.
#72 removed the vendored fallback, so the four engines hard-depend on
agentrust-capture-core. Anyone who installed a plugin before that release will find drift detection stops working until theypip install agentrust-capture-core.The failure is loud and names the package and command, which was the point of not letting it fall into the hook's "integrity check skipped" guard. But it is still a breaking change for a bare install, and it removes a promise that was in three
requirements.txtfiles and four READMEs: that the drift path needed nothing installed.To close: a changelog entry in
claude-code/CHANGELOG.mdand the equivalent for codex and scheduled-agents, stating the requirement and the one-line remedy. If the plugin marketplace can express a dependency, use it so the install is not a manual step.