-
995e93598a
fix(tests): 修 pre-existing 测试失配,恢复 make test 全绿 (t_8496e8b6)
main
小唯
2026-09-12 18:07:40 +0800
-
b9107fa925
docs+test(recall): 修正批量更新注释(delta 分组,非 CASE WHEN)+ 补 IPC 只读校验用例 (t_8496e8b6)
小唯
2026-09-12 18:07:30 +0800
-
2e04adf054
perf(recall): 累积延迟更新治理写放大 — 读路径零逐条写 + 单事务批量落盘 (t_8496e8b6)
小怡
2026-09-12 17:57:31 +0800
-
38c31eeede
fix(recall): 笔记知识对召回不可见 —— 补搜 wiki-curator-main
xiaowei
2026-09-11 21:22:22 +0800
-
2504174a75
fix(security): 写入侧凭证过滤 — 密钥不再进记忆/图谱/Obsidian 镜像
小唯
2026-09-11 00:41:59 +0800
-
e9a07cd678
fix(obsidian-sync): 文件名 slug 不再把中文替换成下划线 + rune 级截断 + 撞名消歧
小唯
2026-09-10 23:15:01 +0800
-
3872294045
fix(graph-cleanup): CleanupNoiseNodes NULL-id panic + 新增 scoped 卫安/A03/A04 测试污染清理端点 (t_1dfaaa4a)
小唯
2026-09-08 09:02:35 +0800
-
4714efaab9
fix(distill-quality): 严格质量门槛 1b (t_cc07ef4b) — <20字/纯疑问句/状态汇报拒绝; 20-50需实体或动词
小唯
2026-09-07 21:50:09 +0800
-
4130e6b668
feat(memory-quality): 方案B写时质量门槛+方案C provenance 标注
xiaowei
2026-09-07 19:29:54 +0800
-
a5b5e217f3
fix(forgetting): 遗忘机制方案A — 碎片快速道+episodes/长内容保护+stats修正
xiaowei
2026-09-07 19:23:36 +0800
-
1bf23c42e8
fix(stats): count_rows filter 类型修正 Option<&str> -> Option<String>
小唯
2026-09-06 09:25:27 +0800
-
f6c4383f98
fix(stats): tombstone_count 统计源修正 — 数 memories is_deleted=true 行
小唯
2026-09-06 09:22:49 +0800
-
f6cd93fbd7
fix(forgetting): P2 候选源升级 — Rust scan 全表替代纯缓存遍历
xiaowei
2026-09-06 02:32:58 +0800
-
6c1c21fadf
perf(pagerank): O(V+E) 累加实现替代 O(V²) 全源遍历
p1-merge-bounding
xiaowei
2026-09-06 01:20:21 +0800
-
e67f0bc7a6
fix(recall): Embedder http client 8s 超时 + decay 分批 AC-1 日志
xiaowei
2026-09-06 01:08:42 +0800
-
4376f1f2ce
fix(forgetting): P1 防风暴 - 限长/分桶/抽样下推/decay分批
xiaowei
2026-09-06 00:56:06 +0800
-
4c62074a61
fix(consolidate): 按目标分组批量LLM决策,消除O(n²)调用风暴
fix-softdelete-only
小唯
2026-09-06 00:32:27 +0800
-
0881b9c05f
fix(softdelete): 单独应用 SoftDelete 持久化修复(506f76b+SoftDelete only, 不含 lancedb_scan 风暴代码)
小唯
2026-09-06 00:23:23 +0800
-
506f76bd00
fix(hermes-plugin): memory_feedback 闭环 — prefetch/memory_search 输出带 memory_id,system prompt 引导标记有用/无用
xiaowei
2026-09-05 21:44:08 +0800
-
8356480541
fix(consolidate): eps 1.0->0.4 修复 DBSCAN 聚类失效 (clusters=1->34)
xiaowei
2026-09-05 18:13:53 +0800
-
28a3d4f6b8
fix(hermes-plugin): 在正本基础上加 conflicts 解析(保留 prefetch/social 功能,勿用部署副本整体覆盖)
xiaowei
2026-09-04 01:35:31 +0800
-
6fa2d9b892
fix(hermes-plugin): commit 解析 conflicts 字段返回 warning(同步部署副本 d520a9091)
xiaowei
2026-09-04 01:33:41 +0800
-
63f123417b
fix(distill): commit 检出冲突时不进自动蒸馏(conflict guard)
xiaowei
2026-09-04 01:29:11 +0800
-
ae73982743
fix(distill): max_tokens 800→1200 — Agnes推理token预算不足
xiaowei
2026-08-20 01:13:06 +0800
-
ea4b5a4dfe
fix(distill): max_tokens 600→800 — Agnes推理模型JSON不再截断
xiaowei
2026-08-20 00:10:51 +0800
-
38701748d1
feat(distill): P4 AAAK压缩索引 + P5 Markdown导出层
小唯
2026-08-12 01:37:27 +0800
-
82c3d25423
feat(distill): P2 离线整合(UPDATE_PROMPT) + P3 双缓冲(token积累) + JSON健壮剥离修复
小唯
2026-08-11 21:38:10 +0800
-
0734ffaa5a
feat(distill): LightMem式逐条事实提取 prompt(P1)— 从整段摘要升级为逐条独立事实,保留全部实体细节+时间区分+推断隐含信息
小唯
2026-08-11 17:51:08 +0800
-
11162e2f60
fix: consolidation 风暴 — distill cooldown 60s→15min, cluster_only 跳过 PageRank
小唯
2026-08-10 01:21:57 +0800
-
98e541b985
fix: distill LLM 模型切换 gemma-4-31b-it + JSON 解析增强
xiaowei
2026-08-02 23:59:29 +0800
-
21bc777430
fix: episodes 持久化到 LanceDB(重启不再清零)
xiaowei
2026-08-02 23:41:37 +0800
-
6f9361f4e9
docs: 更新 README — 4个项目关系图 + TencentDB + Soulful
小唯
2026-07-20 15:58:54 +0800
-
4e17b8cb98
docs: 说明与 xiaowei-system 的关系和安装顺序
小唯
2026-07-20 15:50:07 +0800
-
c4d17df71c
fix: Phase D/G/H 编译修复 - governance.go: 加 PendingCount() 方法给 ConflictsPending metrics - distill/: 删 consolidation.go(死代码,231行无引用) - scripts/: backup.sh 加7天保留策略 + restore.sh 恢复脚本
小唯
2026-07-10 05:10:12 +0800
-
d524fd741b
docs: 分身速通卡(rag-skill集成+100%自动化管道说明)
小唯
2026-07-08 15:20:47 +0800
-
707903dee7
docs: 织忆v3.9+rag-skill 项目复盘报告(全自动化管道产出)
小唯
2026-07-08 12:58:14 +0800
-
1970fb4f06
feat: 织忆+rag-skill深度检索模式 + 07-Wiki全目录索引
小唯
2026-07-08 12:42:17 +0800
-
25a1bb52dc
docs: 织忆系统功能用法说明(v3.9全功能速查)
小唯
2026-07-08 12:26:49 +0800
-
25151bfda2
fix: three-way-check.sh — add X-API-Key to zhiyid endpoint check, replace *** placeholder
小唯
2026-07-08 12:26:28 +0800
-
8ca3ca0497
feat: 织忆系统全面推 Gitea v3.9
小唯
2026-07-08 12:24:39 +0800
-
ca37de93b6
docs: 重写 README.md — 完整项目说明(架构图/特性清单/API速查表/目录结构)
小唯
2026-07-08 12:23:56 +0800
-
51aa9de939
fix: robust auto-start after reboot
小唯
2026-07-02 01:05:24 +0800
-
c86f5bc304
fix: NewAPI key strip sk- prefix + LLM wiki graceful fallback
小唯
2026-07-02 01:00:23 +0800
-
57ac628b3f
fix: H1-H6 gaps all resolved
小唯
2026-07-02 00:43:46 +0800
-
db3d3d8e85
docs: P3-P5 implementation plans + skill update
小唯
2026-07-02 00:30:43 +0800
-
7fabc58bf3
feat: P3 CREATIVE.md isolation + P4 Ground Truth prompt + P5 Wiki curator
小唯
2026-07-02 00:29:47 +0800
-
f4313a40ef
docs: add implementation plans for P0/P1/P2 features
小唯
2026-07-02 00:23:04 +0800
-
5e24646600
feat: P1 auto-injection hook with social close detection
小唯
2026-07-02 00:22:43 +0800
-
72cbf73583
feat: P0 recall fallback + P2 trust scoring for graph edges
小唯
2026-07-02 00:22:24 +0800
-
fa0eb004a8
docs: add Memory-OS 7-layer comparison with source code analysis (2026-07-01)
小唯
2026-07-01 23:53:34 +0800
-
dc8d074cf5
fix: 6 Go code quality fixes + 4 plugin bug fixes
小唯
2026-06-20 16:51:13 +0800
-
12c4c58c1c
fix: re-enable /api/v1/memories list endpoint (via AdminAPI)
小唯
2026-06-20 16:24:52 +0800
-
23c6547503
perf: add graph navigate cache (TTL 5min, 500 entries) + cache invalidation + cache stats API
小唯
2026-06-16 18:09:51 +0800
-
d6188a2bd7
fix: health endpoint + graph/edge API + normalizeEntity Chinese + nl_query comparison
小唯
2026-06-16 16:16:35 +0800
-
bd8008b3fd
fix: comment out api.ListMemories (removed from routes)
小唯
2026-06-15 18:34:12 +0800
-
a76b6d3afa
feat(graph): add graph cleanup + nl_query + navigate grouped format
小唯
2026-06-15 18:09:06 +0800
-
79b994ce4b
feat: add memory_graph_navigate and memory_graph_stats tools (v1.1.0)
小唯
2026-06-15 17:28:16 +0800
-
b9f9f75c31
fix: IsContradiction typo in bench_test.go
小唯
2026-06-15 11:08:13 +0800
-
8ad4a7c794
feat: add freshness field to memory lifecycle
小唯
2026-06-15 10:39:15 +0800
-
42a8aeb53c
api/server: only record distill_loss when Overall>0, exclude fallback pollution
xiaowei
2026-06-12 11:43:05 +0800
-
cf31ff5e8e
api: add /api/v1/metrics endpoint exposing Dashboard metrics (avg_distill_loss, etc.)
xiaowei
2026-06-12 08:54:00 +0800
-
90c43c0717
fix(distill): increase HTTP client timeout 30s→120s for LLM calls
xiaowei
2026-06-11 10:39:07 +0800
-
c3db6ffe30
feat(backup): add standalone backup script, deprecate Go API route
xiaowei
2026-06-10 10:19:55 +0800
-
b237cc9aeb
fix(backup): add 5min timeout to tar, fix comment
xiaowei
2026-06-10 10:16:49 +0800
-
2c96f805f4
fix: consolidate trigger uses full mode instead of cluster_only
xiaowei
2026-06-09 12:45:33 +0800
-
ffee97032e
docs: save DESIGN-v2-llm-optimizer.md (parked, not implementing yet)
xiaowei
2026-06-08 11:16:54 +0800
-
b669a01e16
feat: add DESIGN-v2-llm-optimizer.md (草稿 v0.3)
xiaowei
2026-06-08 11:09:43 +0800
-
1516fe5bc8
fix: add clusters_found/noise_points/quality_score to consolidate API response
xiaowei
2026-06-08 10:35:10 +0800
-
f286348ad8
fix: gap auto-close + conflict_muchen handler
xiaowei
2026-06-08 00:54:40 +0800
-
82652ab489
storage/embedder: 支持 MODEL_NAME 环境变量指定 embedding 模型
xiaowei
2026-06-06 18:22:40 +0800
-
2d6981d4fb
E5.1 织忆插件 v1.1: 记忆展开详情+分类过滤+质量分条+写记忆入口+设置持久化+图谱边标签+实体列表侧边栏
xiaowei
2026-06-03 20:25:53 +0800
-
8d62d35ae7
cleanup: 删除废弃数据目录 /home/muc/data(20K,仅 transaction 文件,实际数据在 /var/lib/memoryweave)
xiaowei
2026-06-03 12:49:54 +0800
-
3d054e7590
自验证机制:consolidate 聚类下限 + timestamp 前置检查 + 启动数据目录检查 + 修复图谱扩展字段名
xiaowei
2026-06-03 12:44:31 +0800
-
612d915eec
fix: 移除 episodes 直接写入 recall 结果
xiaowei
2026-06-03 01:36:45 +0800
-
7ec0642b9d
feat: E1.1-E1.7 图谱 BFS 扩展全部完成
xiaowei
2026-06-02 20:26:57 +0800
-
48e33039a0
fix: SQLite WAL mode 解决图谱导航超时问题
xiaowei
2026-06-02 19:10:03 +0800
-
40a8c9edee
feat: E1 BFS 扩展 + 生产部署完整套件
xiaowei
2026-06-02 18:58:38 +0800
-
0bda9a8420
fix: 静态文件路径 / 在 Auth 白名单中放行(供 Web UI 直接访问)
xiaowei
2026-06-02 17:34:28 +0800
-
293ae82fb2
docs: E5 全部完成,状态更新为全部完成 ✅
xiaowei
2026-06-02 17:12:19 +0800
-
4501d93717
E5.3 Web UI: React 单文件 + 静态文件中间件
xiaowei
2026-06-02 17:10:28 +0800
-
420b48ae72
E5.2 增强 CLI: zhiyi stats/tree/recall/graph/entity 命令
xiaowei
2026-06-02 16:32:18 +0800
-
8a3eaae122
docs: E5.1 完成,E5.2 待启动
xiaowei
2026-06-02 15:43:46 +0800
-
9c02d16322
docs: WORKLOG 同步 E5.1 Obsidian 插件
xiaowei
2026-06-02 15:43:31 +0800
-
abef38cb05
E5.1 Obsidian 插件: CORS中间件 + 记忆面板 + 图谱视图 + 搜索模态框
xiaowei
2026-06-02 15:42:54 +0800
-
f93da87a97
fix: distill端点 /status /queue /quota(Engine新增导出方法);WORKLOG同步
xiaowei
2026-06-02 12:28:00 +0800
-
8db0138b06
G8: Restore+ListBackups 端点;G9: SearchCache 双级缓存(内存+Redis L2)
xiaowei
2026-06-02 11:43:34 +0800
-
bbce18f748
docs: 同步 E4.3 调用方已接入;G7 E3 自优化闭环完成记录
xiaowei
2026-06-02 09:55:10 +0800
-
b0059166a2
fix G7 E3: crystallize路由路径+GetSkillCandidates通过Rust IPC查LanceDB
xiaowei
2026-06-02 04:19:58 +0800
-
243a2066a4
G7.3: skill execute + quality_score fix
xiaowei
2026-06-02 00:48:36 +0800
-
43286dd2d7
G7.1+G7.2: skill persistence + crystallize API
xiaowei
2026-06-02 00:01:59 +0800
-
137c25f16f
G7.1 fix: skillByNameHandler method dispatch, Redis persistence verified
xiaowei
2026-06-01 23:48:51 +0800
-
4f2c0fe769
G7.1: skill persistence - BayesianSkillManager Redis + CRUD API
xiaowei
2026-06-01 23:44:36 +0800
-
8b01ab2d90
docs: add E4.3 bug fix to WORKLOG
xiaowei
2026-06-01 22:55:32 +0800
-
df2b648973
fix E4.3: extract entities from content instead of namespace
xiaowei
2026-06-01 22:49:50 +0800
-
525b5f2bb2
fix E4.3: 回退 FileGraph,恢复 SQLiteGraphStore(数据在 graph.db)
xiaowei
2026-06-01 01:16:31 +0800
-
2d0923a85c
E4.3: 图谱度参与遗忘决策(完整接入)
xiaowei
2026-05-31 22:29:28 +0800
-
3c27ec8322
E4.1 中文感知修复文档补充
xiaowei
2026-05-31 16:23:05 +0800
-
51eec76f1f
fix E4.1: IsContradiction 中文感知修复(字符级切分+否定词检测)
xiaowei
2026-05-31 16:22:35 +0800
-
03fe336616
E4 图谱推理实现文档:E4.1 矛盾检测+E4.2 跨agent recall+E4.3 遗忘参考图谱度
xiaowei
2026-05-31 16:13:29 +0800
-
a6403dd088
E4 图谱推理:E4.1 矛盾检测+E4.2 跨agent recall+E4.3 遗忘参考图谱度
xiaowei
2026-05-31 16:03:21 +0800