From 79be292911cea4f617c1994fc4b8fd022f85cab5 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Sat, 16 May 2026 22:28:39 +0300 Subject: [PATCH] docs: document amp integration limitation refs #124 --- .pi/docs/INTEGRATIONS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pi/docs/INTEGRATIONS.md b/.pi/docs/INTEGRATIONS.md index 3905e834..ff46d0c5 100644 --- a/.pi/docs/INTEGRATIONS.md +++ b/.pi/docs/INTEGRATIONS.md @@ -209,6 +209,12 @@ this removes: ~/.config/opencode/plugins/herdr-agent-state.js ``` +## amp + +herdr does not currently install an Amp plugin. + +Amp's public plugin API exposes lifecycle and tool-call hooks, but not passive permission/request-blocked events. A Herdr Amp plugin that only reports `idle` and `working` would take hook authority for the pane and mask Herdr's existing screen heuristics for Amp `blocked` states. Until Amp exposes permission state as an observable plugin event, Amp remains heuristic-only in Herdr. + ## known limitations - these integrations only activate inside herdr-managed panes.