운영 문서와 상태판 동기화
This commit is contained in:
parent
3a9f70a97b
commit
eb77d7ec7c
10 changed files with 369 additions and 145 deletions
|
|
@ -22,10 +22,10 @@ The smoke created two fresh P1 learner sessions through the real API path:
|
|||
|
||||
| Track | Session | API Curve | DB Final State |
|
||||
|---|---|---|---|
|
||||
| Empathy | `a6c4d731-875e-4023-a369-b07de65f511e` | `0.0 -> 0.0 -> 0.095 -> 0.133 -> 0.171`, stage `탐색` from turn 3 | stage `탐색`, `turn_seq=5`, `effective_openness=0.17100003361701965`, `rapport_credit=0.8100000023841858`, `resistance=0.5199999213218689` |
|
||||
| Advice jump | `5bf60d80-12f5-45ef-99fd-1856d02f6bb4` | `0.0 -> 0.0 -> 0.0 -> 0.0 -> 0.0`, stage `라포` throughout | stage `라포`, `turn_seq=5`, `effective_openness=0.0`, `rapport_credit=0.0`, `resistance=0.9580000042915344` |
|
||||
| Empathy | `e8b92568-dd8a-48cc-8746-c4199495b15f` | `0.0 -> 0.0 -> 0.095 -> 0.133 -> 0.171`, stage `탐색` from turn 3 | stage `탐색`, `turn_seq=5`, `effective_openness=0.17100003361701965`, `rapport_credit=0.8100000023841858`, `resistance=0.5199999213218689` |
|
||||
| Advice jump | `ce979dc9-4afd-4d37-b544-77cc76ff0436` | `0.0 -> 0.0 -> 0.0 -> 0.0 -> 0.0`, stage `라포` throughout | stage `라포`, `turn_seq=5`, `effective_openness=0.0`, `rapport_credit=0.0`, `resistance=0.9580000042915344` |
|
||||
|
||||
The DB also stored fast-loop `turn_client_state` rows for both sessions. The full JSON output is `docs/ops/resistance-openness-db-smoke-2026-06-28.json`.
|
||||
The DB also stored 10 `app.turns` rows and fast-loop `turn_client_state` rows for both sessions. The script now asserts the full API curve, stage trajectory, DB turn row count, and client-state persistence before writing `ok: true`. The full JSON output is `docs/ops/resistance-openness-db-smoke-2026-06-28.json`.
|
||||
|
||||
## Verdict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue