diff --git a/dev/issues/0080-tables-llm-api.md b/dev/issues/0080-tables-llm-api.md index 63ce7f44..8bfed844 100644 --- a/dev/issues/0080-tables-llm-api.md +++ b/dev/issues/0080-tables-llm-api.md @@ -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] --- diff --git a/dev/issues/0081-tables-promote-registry.md b/dev/issues/0081-tables-promote-registry.md index e4aa1c38..2dc45568 100644 --- a/dev/issues/0081-tables-promote-registry.md +++ b/dev/issues/0081-tables-promote-registry.md @@ -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] ---