SSOT 대시보드:
- 한신대 기술분석 PDF(19쪽) 정합성 분석 + 이번 세션 발견 섹션 추가
- 섹션 폴드아웃(접기)·상단 목차(드릴다운)·모두 펼치기/접기 — 내용 보존, 레이아웃만 정리
페르소나 반응 강화('저항·반응 조절' 핵심 차별):
- PersonaCard.triggers(역린) 필드 + CCD 핵심상처 파생 역린 블록
- L0에 무례·모욕·조롱 시 현실적 동맹 균열 반응 지침
버그·성능 수정(라이브/E2E로 포착):
- 게이트웨이 페르소나 격리: --append-system-prompt를 --system-prompt(교체)로 + --exclude-dynamic-system-prompt-sections (내담자 캐릭터 붕괴·개발맥락 누출 차단)
- RAG: 임베더 동기 로드(약 7-13초)를 _warm_rag_caches 백그라운드 warm으로(세션 생성 블로킹 회귀 수정)
- voice TTS RMS 데드힌트 제거, init_state OpennessParams 파라미터객체화
- 한국어 PII(날짜·금액·주소) 마스킹 보강
- 레이아웃 시각 게이트: 폼 컨트롤 값 스크롤 오탐 제외(7/7)
검증: 백엔드 84/84, E2E 42(데스크톱 27·모바일 11·아바타 4), 시각 게이트 7/7
58 lines
1.9 KiB
Markdown
58 lines
1.9 KiB
Markdown
# Phase 3 Operational Gates
|
|
|
|
This folder turns the Phase 3 dashboard items into executable operator gates for the
|
|
20-person education pilot. It is not a legal opinion; the privacy and consent gates
|
|
must be reviewed by the project data steward and counsel before real participant data
|
|
is collected.
|
|
|
|
## Artifacts
|
|
|
|
- [pilot-runbook.md](pilot-runbook.md) - roster, session completion, operator cadence,
|
|
and evidence files for the 20-person education pilot.
|
|
- [kpi-measurement-plan.md](kpi-measurement-plan.md) - KPI definitions, thresholds,
|
|
data sources, and report shape.
|
|
- [dataset-export-manifest.md](dataset-export-manifest.md) - anonymized JSONL export
|
|
and manifest expectations for recursive-learning dataset output.
|
|
- [privacy-consent-audit.md](privacy-consent-audit.md) - consent, withdrawal, privacy,
|
|
and audit checklist.
|
|
|
|
## Evidence Root
|
|
|
|
Operators should keep real pilot evidence outside the source tree by default, for
|
|
example:
|
|
|
|
```powershell
|
|
$env:PHASE3_EVIDENCE_ROOT="D:\vignette-evidence\phase3-pilot-YYYYMMDD"
|
|
python scripts\check-phase3-artifacts.py --check --evidence-root $env:PHASE3_EVIDENCE_ROOT
|
|
```
|
|
|
|
The expected evidence root layout is:
|
|
|
|
```text
|
|
00-intake/
|
|
pilot_roster.csv
|
|
consent_receipts.csv
|
|
01-sessions/
|
|
session_completion.csv
|
|
02-measures/
|
|
prepost_measures.csv
|
|
sus_responses.csv
|
|
kpi_report.json
|
|
03-export/
|
|
export_manifest.json
|
|
04-privacy/
|
|
privacy_audit.md
|
|
withdrawal_log.csv
|
|
```
|
|
|
|
No evidence file should contain names, email addresses, phone numbers, raw student IDs,
|
|
raw source case records, raw audio, or third-party API secrets. Participant identity
|
|
mapping, if required, must live in the approved restricted location owned by the data
|
|
steward, not in the export or this repository.
|
|
|
|
## Phase 3 Dashboard Coverage
|
|
|
|
- 20-person education pilot: `pilot-runbook.md`
|
|
- KPI measurement: `kpi-measurement-plan.md`
|
|
- Recursive-learning dataset export: `dataset-export-manifest.md`
|
|
- Privacy, consent, withdrawal audit: `privacy-consent-audit.md`
|