feat: add markdown module header and async bash execution result structs

Introduce `include/markdown.h` with retoor copyright header and add `r_process_result_t` struct plus `r_bash_execute_ext` / `r_process_result_free` declarations to `include/bash_executor.h` for advanced async process handling.
This commit is contained in:
2026-01-29 05:54:10 +00:00
parent 8215d7012d
commit dccd79c05a
98 changed files with 6682 additions and 817 deletions
+1
View File
@@ -18,6 +18,7 @@ SRC_CORE = $(SRCDIR)/r_error.c \
$(SRCDIR)/agent.c \
$(SRCDIR)/bash_executor.c \
$(SRCDIR)/context_manager.c \
$(SRCDIR)/markdown.c \
$(SRCDIR)/r_diff.c \
$(SRCDIR)/main.c