fix: routers in documents and referents

This commit is contained in:
Victor Hugo Vargas Servin 2026-06-30 00:45:04 -07:00
parent a7a545d09f
commit fcf0e6251a

View file

@ -1,4 +1,4 @@
# 📋 Chat-Bot — Technical Design Document
# 📋 Rony Chat Bot — Technical Design Document
**Versión:** 1.0
**Autor:** Victor Hugo Vargas
@ -9,6 +9,8 @@
> 📚 **Workspace:** Este proyecto es parte del workspace `Rony/`. Ver [`../README.md`](../../README.md).
>
> 🔑 **Depende de:** [`rony-llm-agent`](https://github.com/VictorVargas/rony-llm-agent) — librería core que provee agent loop, LLM clients, RAG, persona system.
>
> 📐 **Metodología:** Este proyecto sigue el enfoque **SDD + DDD + Hexagonal Architecture**. Los Requisitos Funcionales se numeran como `CRF-XXX`. Ver [`../../METHODOLOGY.md`](../../METHODOLOGY.md).
---