refactor: remove screen awareness and capture surfaces (#5186)

This commit is contained in:
Steven Enamakel
2026-07-25 09:18:42 +03:00
committed by GitHub
parent 9f22ae4086
commit ee1fa76081
224 changed files with 1083 additions and 18584 deletions
+6
View File
@@ -108,6 +108,12 @@ fi
lib_filters_raw=""
test_targets_raw=""
for f in "${files[@]}"; do
if [ ! -e "${f}" ]; then
# dorny/paths-filter includes deleted paths. They contain no changed lines
# to cover and, for tests, no longer correspond to runnable Cargo targets.
log "ignoring deleted rust-relevant path: ${f}"
continue
fi
case "${f}" in
src/lib.rs | src/main.rs)
run_full "root module ${f} changed — whole-crate scope"
+4 -4
View File
@@ -29,7 +29,6 @@
"2.1.1",
"2.1.2",
"2.1.3",
"2.1.4",
"2.2.1",
"2.2.2",
"2.2.3",
@@ -61,9 +60,10 @@
"5.1.1",
"5.1.2",
"5.1.3",
"5.3.1",
"5.3.2",
"5.3.3",
"5.1.4",
"5.2.1",
"5.2.2",
"5.2.3",
"6.1.1",
"6.1.2",
"6.1.3",
-1
View File
@@ -72,7 +72,6 @@ const INTENTIONAL_ENGLISH = new Set([
"memorySources.searchQueryPlaceholder",
"migration.vendor.hermes",
"namespaceOverview.entitiesShort",
"screenAwareness.debug.defaultPanicHotkey",
"settings.ai.connectionsPerTick",
"settings.ai.claudeCode.button", // Claude Code is a product name
"settings.ai.claudeCode.modalTitle", // Claude Code CLI is a product name
-1
View File
@@ -53,7 +53,6 @@ ALL_E2E_SUITES=(
memory_tree_summarizer_e2e
memory_fast_retrieve_e2e
ollama_embeddings_fallback_e2e
screen_intelligence_vision_e2e
skill_registry_e2e
subconscious_e2e
worker_b_domain_e2e