docs(flows): DoD obligatorio con user-facing surface + abrir issues 0100-0103 (taxonomia, frontmatter migration, dev_console, work dashboard)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-17 00:07:04 +02:00
parent 4abc3f97ec
commit 4a786911cb
3 changed files with 38 additions and 24 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ add_imgui_app(dag_engine_ui
)
target_include_directories(dag_engine_ui PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
# fn_table_viz: provides data_table::render(), viz_render, TQL engine, Lua, LLM.
# fn_module_data_table: provides data_table::render(), viz_render, TQL engine, Lua, LLM.
# Guard keeps the app compilable in builds where vendor/lua is absent.
if(TARGET fn_table_viz)
target_link_libraries(dag_engine_ui PRIVATE fn_table_viz)
if(TARGET fn_module_data_table)
target_link_libraries(dag_engine_ui PRIVATE fn_module_data_table)
endif()
if(WIN32)