feat: Persistent Chat v1.1 CO-Chat 整合上传 Gitea

同步 enhance/bridge/smoke/retire 模块、vendor 3.3.34、增强面板与 PRD 文档,
Hub 接入 hub-routes-prd,含安装/经验/模块说明与 co-integration 运维脚本。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
卡若AI
2026-06-29 17:42:16 +08:00
parent 0c836af847
commit ba786b3700
57 changed files with 7657 additions and 2566 deletions

View File

@@ -0,0 +1,33 @@
{
"schema": "pchat-cochat-engine-bundle/v3",
"sourceExtension": "co-chat.co-chat-panel-3.3.34",
"bundlePath": "/Users/karuo/Documents/个人/.persistent-chat-v1.1/vendor/cochat-engine/3.3.34",
"bundledAt": "2026-06-29",
"bundleSize": "~18MB",
"fileCount": 22,
"integrityManifestVerified": true,
"pchatPolicy": {
"requiresCoCardKey": false,
"requiresRemoteLicenseApi": false,
"usesLicenseCoreWasmAtRuntime": false,
"enhanceGate": ["permOk", "cursorPrefOk", "patchOk"],
"stateFile": "~/.persistent-chat-local/composer-enhance.json"
},
"verifyScript": "开发文档/脚本/pchat_verify_cochat_bundle.sh",
"bundleScript": "开发文档/脚本/pchat_bundle_cochat_engine.sh",
"runtimeComponents": {
"patchEngine": "resources/reset-cursor-env.mjs",
"patchUninstall": "dist/uninstall.cjs",
"noQuotaConfig": "package.json coChatPanel.noQuota*",
"permFixScript": "../scripts/cochat_fix_write_permission.sh"
},
"vendorOnlyNotUsedAtRuntime": [
"resources/license-core.wasm",
"dist/extension.js (WASM gate path — pchat 直调 patch 替代)"
],
"patchMarkersRequired": [
"CO_NO_QUOTA_MCP_V1",
"CO_COMPOSER_BRIDGE",
"CO_NO_QUOTA_EXTHOST_V1"
]
}