Skip to content

Commit 9e58c18

Browse files
committed
chore(capabilities): refresh ACP interaction inventory
1 parent 0767b46 commit 9e58c18

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

docs/interactive-capabilities/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ BitFun Playbook currently contains **22 features**, **16 settings pages**, and *
2727
- Generated runtime catalog: `src/crates/contracts/product-domains/src/generated/product-control-catalog.json`
2828
- Generated per-item interaction audit: `docs/interactive-capabilities/technical/product-control-open-audit.json`
2929

30-
说明书、网站、搜索和 Agent 只看“功能 + 设置 + 子能力”。每项子能力都必须引用已注册 Tauri Command 或可解析的源码标记;这些证据不会进入公开目录。当前 **651** 个 Tauri 命令,以及 **364** 个产品交互源码文件中的 **4402** 个交互候选,只用于实现覆盖审计。
30+
说明书、网站、搜索和 Agent 只看“功能 + 设置 + 子能力”。每项子能力都必须引用已注册 Tauri Command 或可解析的源码标记;这些证据不会进入公开目录。当前 **651** 个 Tauri 命令,以及 **365** 个产品交互源码文件中的 **4408** 个交互候选,只用于实现覆盖审计。
3131

32-
Docs, website, search, and agents see only features, settings, and documented sub-capabilities. Every sub-capability must reference a registered Tauri command or a resolvable source marker; evidence is stripped from public projections. The **651** Tauri commands and **4402** interaction candidates across **364** product UI source files remain implementation-audit evidence only.
32+
Docs, website, search, and agents see only features, settings, and documented sub-capabilities. Every sub-capability must reference a registered Tauri command or a resolvable source marker; evidence is stripped from public projections. The **651** Tauri commands and **4408** interaction candidates across **365** product UI source files remain implementation-audit evidence only.
3333

3434
## 控制边界 / Control boundary
3535

docs/interactive-capabilities/technical/ui-interaction-inventory.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"roots": [
66
"src/web-ui/src"
77
],
8-
"digest": "e94ff7da7ba104f8bce70a0d11c8e3137ef9ec87dfea22b40b4e1c0cc038c7fd",
9-
"fileCount": 364,
10-
"interactionCount": 4402,
8+
"digest": "154fb37d1f29ab10e8f342c0de543258a8ca07584c08cfa659f4a161346eac58",
9+
"fileCount": 365,
10+
"interactionCount": 4408,
1111
"files": [
1212
{
1313
"sourceFile": "src/web-ui/src/app/components/AboutDialog/AboutDialog.tsx",
@@ -779,6 +779,11 @@
779779
"interactionCount": 91,
780780
"digest": "5921d31e205fe8c7f72bfe76744cd593fa223334685709f909b0242bd717406e"
781781
},
782+
{
783+
"sourceFile": "src/web-ui/src/flow_chat/components/AcpModeSelector.tsx",
784+
"interactionCount": 8,
785+
"digest": "4fb25e7b3a84e494b0508cbefd3014aeac3d165e061d13548543094720a00563"
786+
},
782787
{
783788
"sourceFile": "src/web-ui/src/flow_chat/components/ChatInput.tsx",
784789
"interactionCount": 72,
@@ -851,8 +856,8 @@
851856
},
852857
{
853858
"sourceFile": "src/web-ui/src/flow_chat/components/ModelSelector.tsx",
854-
"interactionCount": 51,
855-
"digest": "4ed5c1325e9a0badcecef22b8cefbbb24d0e9dd3e1a118840199ab3a203abf1e"
859+
"interactionCount": 49,
860+
"digest": "b1b2ef2ebd07ae3dbbe8425b42c51ac35871064675b2c00b3bb1cc3e65461b09"
856861
},
857862
{
858863
"sourceFile": "src/web-ui/src/flow_chat/components/PendingQueuePanel.tsx",

0 commit comments

Comments
 (0)