dev-memory-cli 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,4 +81,3 @@ apply 会串行写入 repo 共享层,生成 `archive_summary.md`,并把分
81
81
  4. 汇总实际上提条目、归档路径和任何跳过项。
82
82
 
83
83
  如果 apply 报 branch 不存在、schema 漂移或并发归档冲突,停止并报告真实错误;不得强行移动目录或手写 INDEX 绕过 CLI。
84
-
@@ -100,4 +100,3 @@ custom proposal 不会自动 apply。根据反馈决定是直接精确改写、
100
100
  - 实际改写、删除、重置的数量
101
101
  - 备份和 summary 路径
102
102
  - 因漂移校验而跳过的动作
103
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-memory-cli",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "CLI for dev-memory hooks and repo-local setup (formerly @xluos/dev-assets-cli)",
5
5
  "license": "MIT",
6
6
  "repository": {