[ADDED] Agregar archivo de prompt para consultas de tarifas y remover archivos antiguos

- Añadir rates.prompt con la plantilla de consulta para tarifas
- Eliminar archivos de tarifas antiguos de la ubicación original
- Organizar archivos para nueva estructura donde las tarifas se guardan por tipo

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mauro Rosero P. 2025-03-12 12:20:39 -05:00
parent 7b01fbf6ee
commit 18e218f445
Signed by: mrosero
GPG key ID: 83BD2A5F674B7E26
8 changed files with 2 additions and 7 deletions

View file

@ -1 +0,0 @@
20.00

View file

@ -1 +0,0 @@
30.00

View file

@ -1 +0,0 @@
100.00

View file

@ -1 +0,0 @@
200.00

View file

@ -1 +0,0 @@
3

View file

@ -1 +0,0 @@
30.00

View file

@ -1 +0,0 @@
100.00

2
bin/config/rates.prompt Normal file
View file

@ -0,0 +1,2 @@
What is the average hourly rate in USD for a [developer type] developer, expressed as a numerical value with two decimal places?
Replace [developer type] with the desired specialization, such as "Python" or "JavaScript".