Ned Nguyen
Ned Nguyen
If user pass in a file that contains data about test's expected runtime, typ should be able to use it to shard the tests smarter.
From https://github.com/catapult-project/catapult/issues/2953 During replay: ssl_proxy._SetUpUsingDummyCert.handle_servername() invokes handler.server.get_certificate() https://github.com/chromium/web-page-replay/blob/841e12ec929a615bffeeec758668e9bd4686e952/sslproxy.py#L41 httpproxy.get_certificate() invokes http_archive.get_server_cert() https://github.com/chromium/web-page-replay/blob/841e12ec929a615bffeeec758668e9bd4686e952/httpproxy.py#L403 http_archive.get_server_cert() invokes certutils.get_host_cert(host) if the certificate does not exist already: https://github.com/chromium/web-page-replay/blob/841e12ec929a615bffeeec758668e9bd4686e952/httparchive.py#L435 certutils.get_host_cert(host) makes the connection to live host...
fyi: @perezju @petrcermak
Both Claude.md [1] and GEMINI.md [2] support referencing other context files through @. It would be great if agent.md standard can support the same syntax for linking other context files....