sync: update from private repo (3a0870b)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-10 04:16:39 +00:00
parent 9f8958c4a2
commit dfc5950117
9 changed files with 414 additions and 378 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ YAML キーは **スネークケース** (`max_concurrency`)、コード内は *
|-----------|------|
| Preferences | 自分の新規タスクのデフォルト公開範囲などの個人設定 |
| 🔔 Notifications | ブラウザ通知 / Web Push の購読設定 |
| 🧠 Memory & Learning | memory エントリの編集と Reflection 履歴の閲覧revert |
| 🧠 Reflection 履歴 | Reflection の実行履歴・差分の閲覧revert(memory エントリの編集は ユーザーフォルダ → memory/) |
通知の詳細は [ブラウザ通知](#notifications)、memory の詳細は [メモリと学習](#memory) を参照。
@@ -97,7 +97,7 @@ Gateway の運用は [LLM Gateway 連携](#llm-gateway) を参照。
- 未保存のまま別タブへ移動しようとすると確認ダイアログが出る (`useUnsavedGuard`)
- 保存は **ETag ベースの楽観ロック**。他の管理者が先に保存していると「設定が他で変更されました。再読み込みしますか?」と表示される
- Preferences / Notifications / Memory & Learning の 3 つは個人 API で保存するため、この共通保存バーは出ない (各フォーム内で完結)
- Preferences / Notifications / Reflection 履歴 の 3 つは個人 API で保存するため、この共通保存バーは出ない (各フォーム内で完結)
## 反映タイミング