33 lines
742 B
Markdown
33 lines
742 B
Markdown
# TEST_REPORT — ECR-021 AICoreConfig
|
|
|
|
Date: 2026-08-08 · Loop continuous · commit: `140b08c`
|
|
|
|
## Commands
|
|
|
|
```bash
|
|
cd apps/api && go test ./internal/integration/ -run TestAICoreSystemPrompts -count=1
|
|
npm run build:admin
|
|
python3 scripts/ess-validate.py --phase review --ecr ECR-021
|
|
python3 scripts/ess-gate-check.py --ecr ECR-021
|
|
```
|
|
|
|
## Results
|
|
|
|
| Check | Result |
|
|
|-------|--------|
|
|
| TestAICoreSystemPrompts | PASS |
|
|
| build:admin | PASS |
|
|
| ess-validate review | PASS |
|
|
|
|
## AC
|
|
|
|
| ID | Evidence |
|
|
|----|----------|
|
|
| AC-F-01 | list 含 ask_default |
|
|
| AC-F-02 | get body 非空 |
|
|
| AC-F-03 | 未知 id → 404 |
|
|
| AC-S-01 | 无 token → 401 |
|
|
| AC-S-02 | 仅 users.read → 403 |
|
|
| AC-P-01 | list < 500ms |
|
|
| AC-O-01 | N/A 只读 |
|