feat(skill_tree): scan dev/issues+flows, parse frontmatter, render counts
- main.cpp scan dev/issues + dev/flows con std::filesystem - parsea cada .md con parse_md_frontmatter_cpp_core (nueva fn pure) - cuenta por status/domain/kind, lista nodos en panel Tree - panel Inspector muestra detalle del nodo seleccionado (DoD, depends, related) - --self-test imprime conteos a stdout (exit 0 si parse_errors=0) - Reload manual via boton o tecla F5 - discover_registry_root: FN_REGISTRY_ROOT env o walk-up desde cwd - uses_functions actualizado con parse_md_frontmatter_cpp_core - CMakeLists.txt incluye el .cpp del parser Smoke test 166 nodos parseados (159 issues + 7 flows), 0 parse errors. Fase A del epic 0109. Sigue: 0109b layout anillos + render estatico. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
add_imgui_app(skill_tree
|
||||
main.cpp
|
||||
${CMAKE_SOURCE_DIR}/functions/core/parse_md_frontmatter.cpp
|
||||
)
|
||||
target_include_directories(skill_tree PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user