diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig-appframework/sig-appframework.md
old mode 100755
new mode 100644
index 127282351e6af2ceebeda10462dad7c4a79d66ba..2a5b524610effb46afacdde5b7bd1b9b3e574a7b
--- a/sig/sig-appframework/sig-appframework.md
+++ b/sig/sig-appframework/sig-appframework.md
@@ -23,9 +23,9 @@ OpenHarmony ApplicationFramework technology stack scope is shown in the followin
| Component Name | Component Description | Component Repository Name |
| ---------------------------------- | ------------------------------------------------------------ | --------------------------------------------- |
-| Command Line Tool | Provides the command line to install, update, uninstall and query information of OpenHarmony bundles. | bundlemanager_bundle_framework |
+| Command Line Tool | Provides the command line to install, update, uninstall and query information of OpenHarmony bundles. | bundlemanager_bundle_tool |
| Bundle Management Framework | Provides the ability to install, update, uninstall and query information of OpenHarmony bundles and service installation bundles. | bundlemanager_bundle_framework |
-| Distributed Bundle Framework | Provides the ability to distributed manage bundles. | bundlemanager_bundle_framework |
+| Distributed Bundle Framework | Provides the ability to distributed manage bundles. | bundlemanager_distributed_bundle_framework |
| SDK Tool | Provide hap packaging, unpacking tools, and application manifest file checking tools used by IDE. | developtools_packing_tool |
| Application Verify | Provides integrity verification and source control capabilities for hap applications. | security_appverify |
| Common Event Service | Provides applications with the ability to subscribe, publish, and unsubscribe from public events. | notification_common_event_service |
@@ -72,6 +72,8 @@ OpenHarmony ApplicationFramework technology stack scope is shown in the followin
- systemabilitymgr_safwk_lite:https://gitee.com/openharmony/systemabilitymgr_safwk_lite
- developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool
- bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework
+ - bundlemanager_bundle_tool:https://gitee.com/openharmony/bundlemanager_bundle_tool
+ - bundlemanager_distributed_bundle_framework:https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework
- bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite
- developtools_ace_js2bundle:https://gitee.com/openharmony/developtools_ace_js2bundle
- developtools_ace_ets2bundle:https://gitee.com/openharmony/developtools_ace_ets2bundle
diff --git a/sig/sig-appframework/sig-appframework_cn.md b/sig/sig-appframework/sig-appframework_cn.md
old mode 100755
new mode 100644
index 310b2c70790c3af4e135694354b7802e4bdd31a1..c6082334f8093c554111be5c1fd1dbfce8fdfa1e
--- a/sig/sig-appframework/sig-appframework_cn.md
+++ b/sig/sig-appframework/sig-appframework_cn.md
@@ -18,9 +18,9 @@ ApplicationFramework SIG技术栈范围全景图如下图所示:
## 代码仓
| 部件名称 | 部件功能描述 | 部件仓名称 |
| ---------------- | ------------------------------------------------------------ | --------------------------------------------- |
-| 命令行工具 | 包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力。 | bundlemanager_bundle_framework |
+| 命令行工具 | 包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力。 | bundlemanager_bundle_tool |
| 包管理基础框架 | 提供OpenHarmony应用和服务安装包的安装、更新、卸载以及信息查询等能力,包含包管理接口和包管理服务。 | bundlemanager_bundle_framework |
-| 分布式包管理框架 | 分布式包管理服务。 | bundlemanager_bundle_framework |
+| 分布式包管理框架 | 分布式包管理服务。 | bundlemanager_distributed_bundle_framework |
| SDK工具 | 提供IDE使用的hap包打包、拆包工具、应用清单文件检查工具。 | developtools_packing_tool |
| 应用签名校验 | 提供了对hap应用的完整性校验和来源管控能力,是OpenHarmony生态安全的基础。 | security_appverify |
| 公共事件服务 | 为应用程序提供订阅、发布、退订公共事件的能力。 | notification_common_event_service |
@@ -67,6 +67,8 @@ ApplicationFramework SIG技术栈范围全景图如下图所示:
- systemabilitymgr_safwk_lite:https://gitee.com/openharmony/systemabilitymgr_safwk_lite
- developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool
- bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework
+ - bundlemanager_bundle_tool:https://gitee.com/openharmony/bundlemanager_bundle_tool
+ - bundlemanager_distributed_bundle_framework:https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework
- bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite
- developtools_ace_js2bundle:https://gitee.com/openharmony/developtools_ace_js2bundle
- developtools_ace_ets2bundle:https://gitee.com/openharmony/developtools_ace_ets2bundle
diff --git a/sig/sigs.json b/sig/sigs.json
index 8b07e5190d2079c4eac13990ecea35cb0da482ea..a592762cb954d469b21d51ca1c27f044f8bb66e4 100644
--- a/sig/sigs.json
+++ b/sig/sigs.json
@@ -1008,6 +1008,8 @@
"https://gitee.com/openharmony/ability_form_fwk",
"https://gitee.com/openharmony/ability_idl_tool",
"https://gitee.com/openharmony/bundlemanager_bundle_framework",
+ "https://gitee.com/openharmony/bundlemanager_bundle_tool",
+ "https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework",
"https://gitee.com/openharmony/bundlemanager_bundle_framework_lite",
"https://gitee.com/openharmony/global_resource_management",
"https://gitee.com/openharmony/global_resource_management_lite",
@@ -1034,6 +1036,8 @@
"foundation/ability/form_fwk",
"foundation/ability/idl_tool",
"foundation/bundlemanager/bundle_framework",
+ "foundation/bundlemanager/bundle_tool",
+ "foundation/bundlemanager/distributed_bundle_framework",
"foundation/bundlemanager/bundle_framework_lite",
"base/global/resource_management",
"base/global/global_resource_management_lite",
diff --git a/zh/committer.md b/zh/committer.md
index efb8e879e91ed6fcc8b72004c396132c3ee329e5..1b296504ff379d091ba2ba725b3abfbe8bbce923 100644
--- a/zh/committer.md
+++ b/zh/committer.md
@@ -447,4 +447,6 @@
|445|tools_previewer|tools_previewer|https://gitee.com/duanlang2020|duanjintao2@huawei.com|https://gitee.com/hmscoe|zhaowenguang2@huawei.com|SIG_ide|
|446|third_party_libfuse|third_party/libfuse|https://gitee.com/bubble_mao|maojingjing1@huawei.com|https://gitee.com/panqinxu|panqinxu1@huawei.com|SIG_Kernel|
|447|kernel_common_modules|kernel/common_modules|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel|
-|448|kernel_linux_common_modules|kernel/linux/common_modules|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel|
\ No newline at end of file
+|448|kernel_linux_common_modules|kernel/linux/common_modules|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel|
+|449|bundlemanager_bundle_tool|foundation/bundlemanager/bundle_tool|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao
https://gitee.com/zhongjianfei|shuaiyutao1@huawei.com
zhongjianfei@huawei.com|SIG_ApplicationFramework|
+|450|bundlemanager_distributed_bundle_framework|foundation/bundlemanager/distributed_bundle_framework|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao
https://gitee.com/zhongjianfei|shuaiyutao1@huawei.com
zhongjianfei@huawei.com|SIG_ApplicationFramework|
\ No newline at end of file