diff --git a/docs/architecture.md b/docs/architecture.md index 9bdd34b..336c795 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -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). ---