chore(issues): cierra 0080, marca 0081 partial

0080 status: pending -> done (closed 2026-05-13). Notas: pure layer +
LLM client + Ask AI modal + DuckDB adapter (FN_TQL_DUCKDB ON). 618
tests con DuckDB, 603 sin.

0081 status: pending -> partial (in progress). 0081-A DONE (20 types
extraidos al registry). 0081-B..L pendientes: extraer functions
restantes (compute_stage, tql_emit/apply, lua_engine, tql_to_sql,
join_tables, viz_render, data_table) + fn_table_viz lib + migrar
5 apps + fn doctor cpp-apps check.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-13 00:58:31 +02:00
parent 5325a65f7c
commit a07787fc5a
2 changed files with 14 additions and 3 deletions
+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]
---