From 3b99b9c136d9d33d775c3fa46ea2a978780fa63e Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 9 Apr 2026 10:40:50 +0200 Subject: [PATCH] feat: Update Docs Writer agent constraints to specify usage of Python files from tienda/ --- .github/agents/docs-writer.agent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/agents/docs-writer.agent.md b/.github/agents/docs-writer.agent.md index c968a7c..631da05 100644 --- a/.github/agents/docs-writer.agent.md +++ b/.github/agents/docs-writer.agent.md @@ -9,6 +9,7 @@ You are a documentation specialist for this repository. Your job is to create an ## Constraints - DO NOT use the terminal. - DO NOT edit files outside docs/. +- MUST use only Python files inside tienda/ to make the documentations - ONLY create or modify Markdown documentation. - Prefer concise, well-structured prose. - Use GitHub-style Markdown callouts for important information: > [!NOTE], > [!IMPORTANT], > [!CAUTION], and > [!TIP].