fix(infra): gradle_run detecta android-sdk — issue 0076 #2

Open
dataforge wants to merge 538 commits from auto/0076-gradle-sdk-detect into master
2 changed files with 14 additions and 3 deletions
Showing only changes of commit 574b3f6823 - Show all commits
+6 -2
View File
@@ -1,11 +1,15 @@
---
id: 0080
title: tables playground — LLM "Ask AI" + TQL/SQL emit (fase 11)
status: partial
status: done
priority: medium
created: 2026-05-12
updated: 2026-05-13
notes: pure layer + LLM client + Ask AI modal DONE. DuckDB adapter v2 (opcional, build flag FN_TQL_DUCKDB=1)
closed: 2026-05-13
notes: |
pure layer + LLM client + Ask AI modal + DuckDB adapter (FN_TQL_DUCKDB=ON opt-in).
618 tests pass con DuckDB (round-trip TQL emit -> execute -> match). 603 sin.
e2e linux+windows OK ambos modos.
related_components: [cpp/apps/primitives_gallery/playground/tables, lua_engine, tql, duckdb]
---
+8 -1
View File
@@ -1,9 +1,16 @@
---
id: 0081
title: tables playground — promote a registry + migrar apps C++ (fase 12)
status: pending
status: partial
priority: high
created: 2026-05-12
updated: 2026-05-13
notes: |
0081-A DONE: 20 types extraidos a cpp/functions/core/data_table_types.h con .md por type
(17 core + 3 viz). Playground includes via "core/data_table_types.h", no duplicacion.
603 tests pass, e2e linux+windows OK.
0081-B..L PENDING: extraer functions (compute_stage, tql_emit/apply, lua_engine, tql_to_sql,
join_tables, viz_render, data_table) + fn_table_viz lib + migrar 5 apps.
related_components: [cpp/apps/primitives_gallery/playground/tables, cpp/functions, fn_framework]
---