refactor: make ARNES external-repo based with ticket publish flow

This commit is contained in:
rikrdo
2026-05-18 00:26:32 +02:00
parent 3ff9b70e4c
commit b396b6d3c9
101 changed files with 810 additions and 6140 deletions

View File

@@ -10,13 +10,16 @@
## Overview
Este directorio contiene especificaciones BDD en formato Gherkin.
Los archivos `.feature` sirven como especificación ejecutable.
Este directorio contiene las especificaciones BDD fuente en formato Gherkin.
Separación recomendada:
- `spec/bdd/features/` = source-of-truth de escenarios
- `features/` = assets ejecutables del runner (steps, config)
### naming conventions
```
features/
```text
spec/bdd/features/
├── <domain>/
│ ├── <feature-name>.feature
│ └── <feature-name>.feature