feat(ADM-018): completed feature
This commit is contained in:
10
work/artifacts/F-034/architect.md
Normal file
10
work/artifacts/F-034/architect.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Architect — F-034 Fix start-dev.sh export vars
|
||||
|
||||
## Problem
|
||||
`npm run start` usa `--env-file=.env` pero puede fallar si el cwd no es project/ o si el shell no propaga bien las vars.
|
||||
|
||||
## Fix
|
||||
Agregar `export DATABASE_URL` y `export NODE_ENV` en el script shell antes de npm, para que los procesos hijos los tengan disponibles directamente sin depender de `--env-file`.
|
||||
|
||||
## Evidence
|
||||
- work/artifacts/F-034/implementer.md
|
||||
11
work/artifacts/F-034/implementer.md
Normal file
11
work/artifacts/F-034/implementer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Implementer — F-034 Fix start-dev.sh export vars
|
||||
|
||||
## Fix
|
||||
Agregar `export DATABASE_URL` y `export NODE_ENV` en el script shell antes de npm, complementando `--env-file`.
|
||||
|
||||
## Archivo
|
||||
- `project/scripts/start-dev.sh`
|
||||
|
||||
## Test
|
||||
- Server arranca sin error de config (prueba directa con export).
|
||||
- build/test passed, ./scripts/verify.sh passed
|
||||
13
work/artifacts/F-034/leader-close.json
Normal file
13
work/artifacts/F-034/leader-close.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"feature_id": "F-034",
|
||||
"agent": "leader",
|
||||
"verdict": "APPROVED",
|
||||
"summary": "F-034 cerrado. start-dev.sh exporta vars explicitamente.",
|
||||
"evidence": [
|
||||
"reviewer.json APPROVED",
|
||||
"security.json APPROVED",
|
||||
"qa.json APPROVED",
|
||||
"./scripts/verify.sh passed"
|
||||
],
|
||||
"timestamp": "2026-08-15T22:28:37Z"
|
||||
}
|
||||
1
work/artifacts/F-034/qa.json
Normal file
1
work/artifacts/F-034/qa.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-034","agent":"qa","verdict":"APPROVED","summary":"QA approved.","acceptance":[{"criterion":"Server arranca sin error DATABASE_URL","status":"PASS"},{"criterion":"verify.sh green","status":"PASS","evidence":"./scripts/verify.sh passed"}],"timestamp":"2026-08-15T22:27:40Z"}
|
||||
1
work/artifacts/F-034/reviewer.json
Normal file
1
work/artifacts/F-034/reviewer.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-034","agent":"reviewer","verdict":"APPROVED","summary":"F-034 approved. start-dev.sh ahora exporta vars explicitamente.","evidence":["Inspeccionado start-dev.sh","build/test passed","./scripts/verify.sh passed"],"timestamp":"2026-08-15T22:27:40Z"}
|
||||
1
work/artifacts/F-034/security.json
Normal file
1
work/artifacts/F-034/security.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-034","agent":"security","verdict":"APPROVED","summary":"Security approved. Vars hardcodeadas son localhost-only.","evidence":["npm audit passed"],"timestamp":"2026-08-15T22:27:40Z"}
|
||||
Reference in New Issue
Block a user