chore: integrate AI development platform into HLL Vietnam project

This commit is contained in:
devRaGonSa
2026-03-19 10:57:24 +01:00
parent 8a35ed02f9
commit a82a90a1b4
28 changed files with 874 additions and 17 deletions

View File

@@ -1,5 +1,22 @@
# Orchestrator
El orquestador coordinará en fases posteriores la ejecución de tareas, la asignación de roles y la trazabilidad del trabajo entre agentes del proyecto.
The orchestrator is responsible for turning repository context into safe, scoped and verifiable tasks for HLL Vietnam.
Los agentes actuarán sobre responsabilidades acotadas, con decisiones documentadas y cambios verificables.
## What it does
- Reviews repository structure and current documentation
- Identifies the smallest useful unit of work
- Assigns the most suitable role guidance for the task
- Keeps tasks aligned with HLL Vietnam constraints and branding
- Prevents uncontrolled work outside the task system
## How it collaborates
- Reads `ai/architecture-index.md` and `ai/repo-context.md` first
- Uses `ai/task-template.md` to draft tasks
- Sends execution to the appropriate role document in this folder
- Keeps completed work traceable through `ai/tasks/` and `ai/system-metrics.md`
## Current scope
At this stage the orchestrator supports repository setup, documentation alignment, planning hygiene and future implementation flow. It does not define product roadmap beyond explicit project instructions.