Preserve not-found identity for native tool callers #85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plumb stable prepare probes branch protection and creates it when the show operation is not found. Through the Runseal adaptor, Forgejo HTTP 404 is normalized to
The target could not be found, so Plumb cannot distinguish the expected missing resource from another failure. This surfaced while preparing v0.16.5/v0.16.6; delivery used the equivalent nativeprotection createthenbranch createoperations. Preserve a structured not-found identity (or an HTTP status marker at the library boundary) without exposing credentials or weakening the CLI error.