auto(0129): agents_dashboard — secret_store_cpp_infra + CMakeLists register #4

Open
dataforge wants to merge 615 commits from auto/0129 into master
3 changed files with 10 additions and 4 deletions
Showing only changes of commit c7904a7dcb - Show all commits
+6
View File
@@ -14,3 +14,9 @@
[submodule "cpp/vendor/implot3d"]
path = cpp/vendor/implot3d
url = https://github.com/brenocq/implot3d.git
[submodule "cpp/vendor/sdl3"]
path = cpp/vendor/sdl3
url = https://github.com/libsdl-org/SDL.git
[submodule "emsdk"]
path = emsdk
url = https://github.com/emscripten-core/emsdk.git
+1 -1
View File
@@ -20,7 +20,7 @@ uses_functions:
uses_types: []
returns: []
returns_optional: false
error_type: "exit_code_bash_core"
error_type: "error_go_core"
imports: []
example: |
source bash/functions/infra/e2e_run_cpp_windows.sh
+3 -3
View File
@@ -10,9 +10,9 @@ tested: false
description: "Establece una cookie en el browser via Network.setCookie del protocolo CDP. Soporta cookies HttpOnly. Util para tests e2e que necesitan autenticar el browser sin pasar por la UI de login."
tags: [cdp, browser, cookie, e2e, auth]
signature: "func CdpSetCookie(c *CDPConn, name, value, domain, path string, httpOnly bool) error"
uses_functions: []
uses_types:
- cdp_conn_go_browser
uses_functions:
- cdp_connect_go_browser
uses_types: []
returns: []
returns_optional: false
error_type: error_go_core