ci(prd): rename PRD to prd-new placeholder per new convention
lint / lint (push) Successful in 1m26s
test / unit (pull_request) Successful in 29s
test / integration (pull_request) Successful in 44s

This commit is contained in:
2026-06-06 22:10:20 -04:00
parent a4e75b5ff0
commit bf8eeb8d3d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ class EgressAddon:
"""
if flow.websocket is None: # type: ignore[union-attr]
return
route = match_route(self.routes, flow.request.pretty_host)
route = match_route(self.config.routes, flow.request.pretty_host)
if route is None:
return
message = flow.websocket.messages[-1] # type: ignore[union-attr]
@@ -1,4 +1,4 @@
# PRD 0055: Extended outbound DLP scan surfaces
# PRD prd-new: Extended outbound DLP scan surfaces
- **Status:** Active
- **Author:** claude
+1 -1
View File
@@ -606,7 +606,7 @@ class TestDecisionDefaults(unittest.TestCase):
# --- scan_outbound -------------------------------------------------------
class TestScanOutbound(unittest.TestCase):
class TestScanOutboundBody(unittest.TestCase):
def test_body_token_patterns_still_block(self):
result = scan_outbound(
Route(host="chatgpt.com"),