From 760155f8fdcfc98e9f3b793c6b5f9b6ac105dd1e Mon Sep 17 00:00:00 2001
From: ax_rd <ax_rd@aisim.cn>
Date: Thu, 03 Sep 2026 08:52:12 +0800
Subject: [PATCH] feat: schema v2 迁移(aliases/status/文件指纹/provenance/unresolved_links + FTS external-content)+ Makefile 固化 FTS5 构建标志

---
 cmd/reorg.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cmd/reorg.go b/cmd/reorg.go
index f3509e3..1aae59d 100644
--- a/cmd/reorg.go
+++ b/cmd/reorg.go
@@ -11,7 +11,7 @@
 	Use:   "reorg",
 	Short: "根据分类结果重组知识库目录",
 	Long:  `# reorg - 目录重组
-kb-cli reorg [--plan=<文件>] [--dry-run] [--execute] # 根据分类结果重组知识库目录`,
+kb-cli reorg [--plan <文件>] [--dry-run] [--execute] # 根据分类结果重组知识库目录`,
 	RunE: runReorg,
 }
 

--
Gitblit v1.10.0