chore: record journal

This commit is contained in:
YBF
2026-09-15 12:13:42 +08:00
parent 54c46446bf
commit 330b40b0dd
2 changed files with 42 additions and 2 deletions
+3 -2
View File
@@ -8,7 +8,7 @@
<!-- @@@auto:current-status -->
- **Active File**: `journal-1.md`
- **Total Sessions**: 72
- **Total Sessions**: 74
- **Last Active**: 2026-09-15
<!-- @@@/auto:current-status -->
@@ -19,7 +19,7 @@
<!-- @@@auto:active-documents -->
| File | Lines | Status |
|------|-------|--------|
| `journal-1.md` | ~1558 | Active |
| `journal-1.md` | ~1613 | Active |
<!-- @@@/auto:active-documents -->
---
@@ -29,6 +29,7 @@
<!-- @@@auto:session-history -->
| # | Date | Title | Commits | Branch |
|---|------|-------|---------|--------|
| 74 | 2026-09-15 | 统一 OneTalk buyer facts IndexedDB | `cd888ac` | `dev-fix` |
| 73 | 2026-09-15 | 完成 React 卡片监测 | `b28ccb0` | `09-14-react-card-monitor` |
| 72 | 2026-09-15 | Index OneTalk durable ledger queries | `c4623ee` | `09-14-onetalk-indexeddb-query-indexes` |
| 71 | 2026-09-14 | Implement Mind workspace authorization | `c9417f4` | `dev` |
+39
View File
@@ -1572,3 +1572,42 @@ Enforced unique workspace context across Mind authorization HTTP and WebSocket f
### Status
[OK] **Completed**
## Session 74: 统一 OneTalk buyer facts IndexedDB
<!-- trellis-session: v=2 fp=03cfc00161d86a76 -->
**Date**: 2026-09-15
**Task**: 统一 OneTalk buyer facts IndexedDB
**Package**: chrome-extension
**Branch**: `dev-fix`
### Summary
将 buyer facts 接入统一 v10 IndexedDB schema,删除错误开发库并保留 v8/v9 升级回归。
### Main Changes
- buyer ledger 复用主数据库名称、版本与唯一升级入口
- v9→v10 新增 buyer store 并保留既有 stores、records 与 indexes
- 已从当前扩展 Worker 精确删除错误独立 IndexedDB
### Git Commits
| Hash | Message |
|------|---------|
| `cd888ac` | fix: unify OneTalk buyer facts IndexedDB |
### Testing
- [OK] buyer、v8→v9、v9→v10 定向回归 3/3 通过
- [OK] 全量扩展测试 402/403 通过;剩余 rendered-card 清理失败为既有基线
- [OK] typecheck/build 仍被 HEAD 既有 storage.ts readAll 未定义阻断
### Status
[OK] **Completed**
### Next Steps
- 修复既有 readAll 类型错误后重建并加载扩展,完成 v10 浏览器写入 smoke