docs(plugin-system): reference for install, injection, and required/optional split

Adds a bilingual reference explaining how plugins are installed and composed
(bundles, patches, profiles, the Loader), how they are injected and activated
(Cordis inject/provide, fiber PENDING), and a dependency-derived split of the
shipped base bundle into system-required and freely optional plugins. Links the
plugin-inventory README to it and excludes the desktop build output from the
translation-pairing corpus scan.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Pine
2026-08-14 18:44:41 +08:00
parent 7f4a87b992
commit e90650c164
5 changed files with 120 additions and 2 deletions
+2
View File
@@ -159,6 +159,8 @@ export const TRANSLATION_SCOPE_GLOB_EXCLUDES = [
'**/__pycache__/**',
'**/.pytest_cache/**',
'apps/web/dist/**',
'apps/desktop/dist/**',
'apps/desktop/build/harness/**',
'.artifacts/**',
'python/sdk-runtime/src/deepseek_harness_runtime/runtime/dsh-jsonrpc-agent-*/**',
'python/sdk-runtime/src/deepseek_harness_runtime/runtime/node/**',