dsh-plugin-guide 0.3.15 → 0.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README-es.md +43 -40
- package/README-hi.md +43 -40
- package/README-pt.md +43 -40
- package/README-zh.md +43 -40
- package/README.md +19 -15
- package/dist/dsh-plugin-dev.js +230 -6
- package/guide/plugin-dev-guide.md +1 -1
- package/guide/release-engineering.md +7 -5
- package/guide/release-engineering.zh-CN.md +7 -5
- package/guide/unfixed-issues.md +4 -2
- package/package.json +5 -4
- package/references/official-docs/AGENTS.md +74 -49
- package/references/official-docs/README.i18n.yaml +2 -2
- package/references/official-docs/README.zh.md +12 -0
- package/references/official-docs/SNAPSHOT.md +4 -4
- package/references/official-docs/THIRD_PARTY_NOTICES.md +86 -30
- package/references/official-docs/docs/AGENTS.md +7 -6
- package/references/official-docs/docs/agent-lifecycle.i18n.yaml +2 -2
- package/references/official-docs/docs/agent-lifecycle.md +12 -5
- package/references/official-docs/docs/agent-lifecycle.zh.md +12 -5
- package/references/official-docs/docs/api-gateway.i18n.yaml +2 -2
- package/references/official-docs/docs/api-gateway.md +2 -2
- package/references/official-docs/docs/api-gateway.zh.md +2 -2
- package/references/official-docs/docs/architecture.i18n.yaml +2 -2
- package/references/official-docs/docs/architecture.md +26 -12
- package/references/official-docs/docs/architecture.zh.md +28 -14
- package/references/official-docs/docs/capability-seams.i18n.yaml +2 -2
- package/references/official-docs/docs/capability-seams.md +111 -31
- package/references/official-docs/docs/capability-seams.zh.md +111 -31
- package/references/official-docs/docs/config-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/config-catalog.md +674 -202
- package/references/official-docs/docs/config-catalog.zh.md +691 -219
- package/references/official-docs/docs/cookbook/adding-a-session-format-version.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-session-format-version.md +111 -0
- package/references/official-docs/docs/cookbook/adding-a-session-format-version.zh.md +111 -0
- package/references/official-docs/docs/cookbook/adding-a-settings-card.md +8 -8
- package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +9 -9
- package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-a-tool.md +2 -2
- package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +4 -4
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +1 -1
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +1 -1
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +1 -1
- package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/extension-cookbook.md +3 -3
- package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +5 -5
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.md +1 -1
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +1 -1
- package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.md +108 -0
- package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.zh.md +108 -0
- package/references/official-docs/docs/cordis-api/fiber.i18n.yaml +2 -2
- package/references/official-docs/docs/cordis-api/fiber.md +3 -3
- package/references/official-docs/docs/cordis-api/fiber.zh.md +3 -3
- package/references/official-docs/docs/cordis-api/inherited.md +0 -3
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +2 -2
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.md +2 -2
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +2 -2
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.i18n.yaml +2 -2
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.md +14 -15
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.zh.md +15 -16
- package/references/official-docs/docs/dependency-catalog.json +7312 -0
- package/references/official-docs/docs/development.i18n.yaml +2 -2
- package/references/official-docs/docs/development.md +13 -3
- package/references/official-docs/docs/development.zh.md +16 -6
- package/references/official-docs/docs/event-producer-consumer.i18n.yaml +2 -2
- package/references/official-docs/docs/event-producer-consumer.md +50 -39
- package/references/official-docs/docs/event-producer-consumer.zh.md +55 -44
- package/references/official-docs/docs/glossary.i18n.yaml +2 -2
- package/references/official-docs/docs/glossary.md +1 -1
- package/references/official-docs/docs/glossary.zh.md +1 -1
- package/references/official-docs/docs/i18n/README.i18n.yaml +2 -2
- package/references/official-docs/docs/i18n/README.md +8 -3
- package/references/official-docs/docs/i18n/README.zh.md +8 -3
- package/references/official-docs/docs/i18n/style-samples.md +1 -1
- package/references/official-docs/docs/i18n/translation-prompt.md +5 -5
- package/references/official-docs/docs/i18n/translation-rules.zh.md +2 -2
- package/references/official-docs/docs/module-graph.i18n.yaml +2 -2
- package/references/official-docs/docs/module-graph.md +303 -120
- package/references/official-docs/docs/module-graph.zh.md +303 -120
- package/references/official-docs/docs/persistence-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/persistence-catalog.md +5699 -64
- package/references/official-docs/docs/persistence-catalog.zh.md +5708 -73
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.md +280 -0
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.schema.json +13557 -0
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.zh.md +280 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.md +52 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.schema.json +910 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.zh.md +52 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.md +96 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.schema.json +8478 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.zh.md +96 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.md +48 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.schema.json +72 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.zh.md +48 -0
- package/references/official-docs/docs/persistence-changes/README.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/README.md +74 -0
- package/references/official-docs/docs/persistence-changes/README.zh.md +74 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/README.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/README.md +74 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/README.zh.md +74 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.md +5105 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.schema.json +49308 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.zh.md +5105 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.md +5107 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.schema.json +49411 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.zh.md +5107 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.md +5362 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.schema.json +56466 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.zh.md +5362 -0
- package/references/official-docs/docs/persistence-changes/releases/README.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/README.md +103 -0
- package/references/official-docs/docs/persistence-changes/releases/README.zh.md +103 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.md +201 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.schema.json +39868 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.zh.md +201 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.md +261 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.schema.json +43342 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.zh.md +261 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.md +126 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.schema.json +19452 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.zh.md +126 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.schema.json +5320 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.zh.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.md +110 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.schema.json +21258 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.zh.md +110 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.schema.json +417 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.zh.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.md +119 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.schema.json +29672 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.zh.md +119 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.md +295 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.schema.json +48429 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.zh.md +295 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.md +286 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.schema.json +49347 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.zh.md +286 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.schema.json +17642 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.zh.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.md +154 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.schema.json +38678 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.zh.md +154 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.md +86 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.schema.json +783 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.zh.md +86 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.md +139 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.schema.json +24597 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.zh.md +139 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.schema.json +2132 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.zh.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/manifest.json +162 -0
- package/references/official-docs/docs/persistence-schema.json +61480 -0
- package/references/official-docs/docs/postmortem/README.i18n.yaml +1 -1
- package/references/official-docs/docs/postmortem/README.md +1 -1
- package/references/official-docs/docs/postmortem/README.zh.md +1 -1
- package/references/official-docs/docs/rescope.i18n.yaml +2 -2
- package/references/official-docs/docs/rescope.md +2 -2
- package/references/official-docs/docs/rescope.zh.md +2 -2
- package/references/official-docs/docs/session-format-status.i18n.yaml +6 -0
- package/references/official-docs/docs/session-format-status.md +49 -0
- package/references/official-docs/docs/session-format-status.zh.md +49 -0
- package/references/official-docs/docs/subsystems/README.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/README.md +12 -3
- package/references/official-docs/docs/subsystems/README.zh.md +23 -14
- package/references/official-docs/docs/subsystems/agent-team.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/agent-team.md +1 -1
- package/references/official-docs/docs/subsystems/agent-team.zh.md +2 -2
- package/references/official-docs/docs/subsystems/approval.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/approval.md +1 -1
- package/references/official-docs/docs/subsystems/approval.zh.md +1 -1
- package/references/official-docs/docs/subsystems/attachment.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/attachment.md +17 -7
- package/references/official-docs/docs/subsystems/attachment.zh.md +17 -7
- package/references/official-docs/docs/subsystems/{code-runtime.i18n.yaml → boot.i18n.yaml} +3 -3
- package/references/official-docs/docs/subsystems/boot.md +223 -0
- package/references/official-docs/docs/subsystems/boot.zh.md +223 -0
- package/references/official-docs/docs/subsystems/browser-use.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/browser-use.md +67 -0
- package/references/official-docs/docs/subsystems/browser-use.zh.md +67 -0
- package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/client-modules.md +20 -10
- package/references/official-docs/docs/subsystems/client-modules.zh.md +21 -11
- package/references/official-docs/docs/subsystems/client-resources.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/client-resources.md +92 -0
- package/references/official-docs/docs/subsystems/client-resources.zh.md +92 -0
- package/references/official-docs/docs/subsystems/commands.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/commands.md +4 -0
- package/references/official-docs/docs/subsystems/commands.zh.md +5 -1
- package/references/official-docs/docs/subsystems/compaction.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/compaction.md +48 -2
- package/references/official-docs/docs/subsystems/compaction.zh.md +50 -4
- package/references/official-docs/docs/subsystems/computer-use.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/computer-use.md +56 -0
- package/references/official-docs/docs/subsystems/computer-use.zh.md +56 -0
- package/references/official-docs/docs/subsystems/conversation.zh.md +1 -1
- package/references/official-docs/docs/subsystems/core.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/core.md +106 -60
- package/references/official-docs/docs/subsystems/core.zh.md +109 -63
- package/references/official-docs/docs/subsystems/deliverables.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/deliverables.md +178 -0
- package/references/official-docs/docs/subsystems/deliverables.zh.md +178 -0
- package/references/official-docs/docs/subsystems/extensions.zh.md +1 -1
- package/references/official-docs/docs/subsystems/feedback.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/feedback.md +165 -31
- package/references/official-docs/docs/subsystems/feedback.zh.md +165 -31
- package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/filesystem.md +15 -0
- package/references/official-docs/docs/subsystems/filesystem.zh.md +16 -1
- package/references/official-docs/docs/subsystems/goal.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/goal.md +37 -1
- package/references/official-docs/docs/subsystems/goal.zh.md +38 -2
- package/references/official-docs/docs/subsystems/invariants.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/invariants.md +1 -1
- package/references/official-docs/docs/subsystems/invariants.zh.md +3 -3
- package/references/official-docs/docs/subsystems/jobs.i18n.yaml +1 -1
- package/references/official-docs/docs/subsystems/jobs.md +1 -1
- package/references/official-docs/docs/subsystems/jobs.zh.md +1 -1
- package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/llm-streaming.md +35 -15
- package/references/official-docs/docs/subsystems/llm-streaming.zh.md +37 -17
- package/references/official-docs/docs/subsystems/lsp.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/lsp.md +1 -1
- package/references/official-docs/docs/subsystems/lsp.zh.md +1 -1
- package/references/official-docs/docs/subsystems/mcp.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/mcp.md +139 -0
- package/references/official-docs/docs/subsystems/mcp.zh.md +139 -0
- package/references/official-docs/docs/subsystems/office-to-pdf.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/office-to-pdf.md +87 -0
- package/references/official-docs/docs/subsystems/office-to-pdf.zh.md +87 -0
- package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/permission-presets.md +62 -27
- package/references/official-docs/docs/subsystems/permission-presets.zh.md +62 -27
- package/references/official-docs/docs/subsystems/persistence.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/persistence.md +36 -15
- package/references/official-docs/docs/subsystems/persistence.zh.md +36 -15
- package/references/official-docs/docs/subsystems/plan.zh.md +2 -2
- package/references/official-docs/docs/subsystems/ptc-runtime.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/ptc-runtime.md +232 -0
- package/references/official-docs/docs/subsystems/ptc-runtime.zh.md +232 -0
- package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/sandbox.md +5 -4
- package/references/official-docs/docs/subsystems/sandbox.zh.md +7 -6
- package/references/official-docs/docs/subsystems/schedule.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/schedule.md +2 -2
- package/references/official-docs/docs/subsystems/schedule.zh.md +3 -3
- package/references/official-docs/docs/subsystems/scope.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/scope.md +1 -1
- package/references/official-docs/docs/subsystems/scope.zh.md +1 -1
- package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-projection.md +1 -1
- package/references/official-docs/docs/subsystems/session-projection.zh.md +2 -2
- package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-reference.md +11 -6
- package/references/official-docs/docs/subsystems/session-reference.zh.md +11 -6
- package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-telemetry.md +22 -6
- package/references/official-docs/docs/subsystems/session-telemetry.zh.md +23 -7
- package/references/official-docs/docs/subsystems/session-title.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-title.md +5 -5
- package/references/official-docs/docs/subsystems/session-title.zh.md +5 -5
- package/references/official-docs/docs/subsystems/session.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session.md +149 -61
- package/references/official-docs/docs/subsystems/session.zh.md +150 -62
- package/references/official-docs/docs/subsystems/shell.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/shell.md +19 -15
- package/references/official-docs/docs/subsystems/shell.zh.md +20 -16
- package/references/official-docs/docs/subsystems/sidebar-right.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/sidebar-right.md +153 -0
- package/references/official-docs/docs/subsystems/sidebar-right.zh.md +153 -0
- package/references/official-docs/docs/subsystems/skills.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/skills.md +4 -6
- package/references/official-docs/docs/subsystems/skills.zh.md +4 -6
- package/references/official-docs/docs/subsystems/slots.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/slots.md +52 -38
- package/references/official-docs/docs/subsystems/slots.zh.md +53 -39
- package/references/official-docs/docs/subsystems/spill.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/spill.md +13 -6
- package/references/official-docs/docs/subsystems/spill.zh.md +13 -6
- package/references/official-docs/docs/subsystems/ssh.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/ssh.md +135 -0
- package/references/official-docs/docs/subsystems/ssh.zh.md +135 -0
- package/references/official-docs/docs/subsystems/storage.zh.md +2 -2
- package/references/official-docs/docs/subsystems/subagent.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/subagent.md +33 -16
- package/references/official-docs/docs/subsystems/subagent.zh.md +32 -15
- package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/subprocess.md +41 -44
- package/references/official-docs/docs/subsystems/subprocess.zh.md +41 -44
- package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/system-prompt.md +6 -2
- package/references/official-docs/docs/subsystems/system-prompt.zh.md +7 -3
- package/references/official-docs/docs/subsystems/todo.zh.md +1 -1
- package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/token-meter.md +2 -1
- package/references/official-docs/docs/subsystems/token-meter.zh.md +2 -1
- package/references/official-docs/docs/subsystems/tools.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/tools.md +28 -12
- package/references/official-docs/docs/subsystems/tools.zh.md +28 -12
- package/references/official-docs/docs/subsystems/typert.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/typert.md +6 -5
- package/references/official-docs/docs/subsystems/typert.zh.md +6 -5
- package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/user-questions.md +2 -0
- package/references/official-docs/docs/subsystems/user-questions.zh.md +2 -0
- package/references/official-docs/docs/subsystems/web-client.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/web-client.md +5 -5
- package/references/official-docs/docs/subsystems/web-client.zh.md +6 -6
- package/references/official-docs/docs/subsystems/web-server.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/web-server.md +64 -0
- package/references/official-docs/docs/subsystems/web-server.zh.md +65 -1
- package/references/official-docs/docs/subsystems/webhook.i18n.yaml +1 -1
- package/references/official-docs/docs/subsystems/webhook.md +2 -2
- package/references/official-docs/docs/subsystems/workflow.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/workflow.md +8 -8
- package/references/official-docs/docs/subsystems/workflow.zh.md +10 -10
- package/references/official-docs/docs/subsystems/workspace.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/workspace.md +199 -1
- package/references/official-docs/docs/subsystems/workspace.zh.md +199 -1
- package/references/official-docs/docs/testing.i18n.yaml +2 -2
- package/references/official-docs/docs/testing.md +5 -4
- package/references/official-docs/docs/testing.zh.md +5 -4
- package/references/official-docs/docs/tool-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/tool-catalog.md +452 -187
- package/references/official-docs/docs/tool-catalog.zh.md +454 -189
- package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +2 -2
- package/references/official-docs/docs/tool-execution-pipeline.md +2 -2
- package/references/official-docs/docs/tool-execution-pipeline.zh.md +2 -2
- package/references/official-docs/docs/user/develop/basic/index.zh.md +1 -1
- package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/basic/publish.md +2 -2
- package/references/official-docs/docs/user/develop/basic/publish.zh.md +5 -5
- package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/framework/index.md +1 -1
- package/references/official-docs/docs/user/develop/framework/index.zh.md +1 -1
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.md +8 -8
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.zh.md +8 -8
- package/references/official-docs/docs/user/guide/index.zh.md +2 -2
- package/references/official-docs/docs/user/guide/mcp-memory.zh.md +1 -1
- package/references/official-docs/docs/user/guide/network-proxy.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/network-proxy.md +1 -1
- package/references/official-docs/docs/user/guide/network-proxy.zh.md +1 -1
- package/references/official-docs/docs/user/guide/providers.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/providers.md +12 -8
- package/references/official-docs/docs/user/guide/providers.zh.md +14 -10
- package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/python-sdk.md +59 -23
- package/references/official-docs/docs/user/guide/python-sdk.zh.md +60 -24
- package/references/official-docs/docs/web-styling.i18n.yaml +2 -2
- package/references/official-docs/docs/web-styling.md +2 -1
- package/references/official-docs/docs/web-styling.zh.md +3 -2
- package/references/official-docs/packages/AGENTS.md +1 -1
- package/references/official-docs/packages/README.md +12 -7
- package/references/official-docs/vendor/README.md +15 -11
- package/references/official-docs/website-docs.ts +4 -2
- package/scripts/sync-official-docs.ps1 +5 -5
- package/templates/js/README-es.md +1 -1
- package/templates/js/README-hi.md +1 -1
- package/templates/js/README-pt.md +1 -1
- package/templates/js/README-zh.md +1 -1
- package/templates/js/README.md +1 -1
- package/templates/js/package.json +2 -2
- package/templates/ts/README-es.md +1 -1
- package/templates/ts/README-hi.md +1 -1
- package/templates/ts/README-pt.md +1 -1
- package/templates/ts/README-zh.md +1 -1
- package/templates/ts/README.md +1 -1
- package/templates/ts/package.json +2 -2
- package/references/official-docs/docs/subsystems/code-runtime.md +0 -195
- package/references/official-docs/docs/subsystems/code-runtime.zh.md +0 -195
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "回溯 dsh-v0.1.5-alpha.2 的已声明 Session 持久化类型及相邻版本变化。"
|
|
3
|
+
kind: persistence-release
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# 持久化版本回溯: dsh-v0.1.5-alpha.2
|
|
7
|
+
|
|
8
|
+
[English](dsh-v0.1.5-alpha.2.md) | 中文
|
|
9
|
+
|
|
10
|
+
## 概述
|
|
11
|
+
|
|
12
|
+
新增 deliverables/presented 和 subagent/catalog。反馈记录新增可选字段 category,feedback/record 的 text 改为可选字段;写入格式仍为 3。
|
|
13
|
+
|
|
14
|
+
## 目录
|
|
15
|
+
|
|
16
|
+
- [发行来源](#evidence)
|
|
17
|
+
- [声明](#declaration)
|
|
18
|
+
- [结构变化](#changes)
|
|
19
|
+
- [校验](#verification)
|
|
20
|
+
- [开发备注](#dev-note)
|
|
21
|
+
|
|
22
|
+
-----
|
|
23
|
+
|
|
24
|
+
<a id="evidence"></a>
|
|
25
|
+
## 发行来源
|
|
26
|
+
|
|
27
|
+
这是供阅读和格式校验的近似回填,不是当时的兼容性确认。提取方法和覆盖限制见[归档说明](README.zh.md)。
|
|
28
|
+
|
|
29
|
+
| 项目 | 记录值 |
|
|
30
|
+
|---|---|
|
|
31
|
+
| 源码 tag | `dsh-v0.1.5-alpha.2` |
|
|
32
|
+
| 源码日期 | 2026-09-09T14:13:03.000Z |
|
|
33
|
+
| 发行记录 | 有 release 对象。 |
|
|
34
|
+
| 前一版本 | [dsh-v0.1.5-alpha.1](dsh-v0.1.5-alpha.1.zh.md) |
|
|
35
|
+
| Session 写入版本 | 3 |
|
|
36
|
+
| 完整重建清单 | <!-- persistence-release-inventory:start -->59 个根类型 / 462 种类型<!-- persistence-release-inventory:end --> |
|
|
37
|
+
| 本条快照 | [dsh-v0.1.5-alpha.2.schema.json](dsh-v0.1.5-alpha.2.schema.json) |
|
|
38
|
+
|
|
39
|
+
写入版本常量在该 tag 中的源码证据:
|
|
40
|
+
|
|
41
|
+
- `packages/core/session/src/types.ts`: `export const SESSION_FORMAT_VERSION = 3`
|
|
42
|
+
|
|
43
|
+
<a id="declaration"></a>
|
|
44
|
+
## 声明
|
|
45
|
+
|
|
46
|
+
```yaml persistence-release
|
|
47
|
+
schemaVersion: 1
|
|
48
|
+
tag: dsh-v0.1.5-alpha.2
|
|
49
|
+
previous: dsh-v0.1.5-alpha.1
|
|
50
|
+
sessionFormatVersion: 3
|
|
51
|
+
changes:
|
|
52
|
+
- root: event:deliverables/presented
|
|
53
|
+
before: null
|
|
54
|
+
after: 13d3d180f977bf78081d487ffa0ecb75857349bcab29a5a3fb48189fca2a6176
|
|
55
|
+
- root: event:feedback/message-put
|
|
56
|
+
before: 3b04fde0dc763cf84fbde7b6611b3194dd56d95d0c0bf0204311640468d586e1
|
|
57
|
+
after: b5086d249e8502e9ead1d39156bb8d559bde7951cac0f14ce150345b4e42a2bf
|
|
58
|
+
- root: event:feedback/record
|
|
59
|
+
before: fb9df8180a202f3c845d5aa6a81697b2f7213f6735abc17535a55656be60a575
|
|
60
|
+
after: b54940ff095c17e874c5be03815f4c2145a256cf3a1d34dae4ab2f7769dfffe8
|
|
61
|
+
- root: event:subagent/catalog
|
|
62
|
+
before: null
|
|
63
|
+
after: ae1f7110feeec697b8cab42b68f7709aa7b3279764099dfb53c25890d2e5c871
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
<a id="changes"></a>
|
|
67
|
+
## 结构变化
|
|
68
|
+
|
|
69
|
+
<!-- persistence-release-changes:start -->
|
|
70
|
+
|
|
71
|
+
检测到 4 个根类型变化、5 项结构差异。下表的最低要求按当前规则计算,只用于比较;不表示旧版本曾遵守这些规则,也不证明迁移或运行时兼容性。
|
|
72
|
+
|
|
73
|
+
| 路径 | 变化 | 当前最低要求 |
|
|
74
|
+
|---|---|---|
|
|
75
|
+
| `event:deliverables/presented` | `root-added` | `same-version` |
|
|
76
|
+
| `event:feedback/message-put.data.item.category` | `optional-property-added` | `same-version` |
|
|
77
|
+
| `event:feedback/record.data.text` | `property-made-optional` | `same-version` |
|
|
78
|
+
| `event:feedback/record.data.category` | `optional-property-added` | `same-version` |
|
|
79
|
+
| `event:subagent/catalog` | `root-added` | `same-version` |
|
|
80
|
+
|
|
81
|
+
<!-- persistence-release-changes:end -->
|
|
82
|
+
|
|
83
|
+
<a id="verification"></a>
|
|
84
|
+
## 校验
|
|
85
|
+
|
|
86
|
+
提取结果已通过规范图、根摘要和全部可达类型摘要校验;仅对历史 surface 事件允许源码原有的可选 `surfaceOp`。仓库内检查从前驱重建每个 tag,核对 before/after、快照覆盖和双语机器声明。
|
|
87
|
+
|
|
88
|
+
```sh
|
|
89
|
+
pnpm run verify-persistence-releases
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
<a id="dev-note"></a>
|
|
93
|
+
## 开发备注
|
|
94
|
+
|
|
95
|
+
无。
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
|
|
2
|
+
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
|
+
# after editing either side, bring the other along and re-record with:
|
|
4
|
+
# pnpm run verify-translation-pairing --write docs/persistence-changes/releases/dsh-v0.1.5-rc.1.md
|
|
5
|
+
dsh-v0.1.5-rc.1.md: e34e7f37ebb69cb59d1f4385c18f0669c8c8457f
|
|
6
|
+
dsh-v0.1.5-rc.1.zh.md: 9bf09e21a18d01bf1e55412901fe84ad741c3258
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Retrospective Session persistence types and adjacent-release changes for dsh-v0.1.5-rc.1."
|
|
3
|
+
kind: persistence-release
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Persistence release: dsh-v0.1.5-rc.1
|
|
7
|
+
|
|
8
|
+
English | [中文](dsh-v0.1.5-rc.1.zh.md)
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
11
|
+
|
|
12
|
+
All reconstructed persistence root digests match the preceding alpha/rc tag. The writer format remains 3.
|
|
13
|
+
|
|
14
|
+
## Table of Contents
|
|
15
|
+
|
|
16
|
+
- [Release evidence](#evidence)
|
|
17
|
+
- [Declaration](#declaration)
|
|
18
|
+
- [Structural changes](#changes)
|
|
19
|
+
- [Verification](#verification)
|
|
20
|
+
- [Dev Note](#dev-note)
|
|
21
|
+
|
|
22
|
+
-----
|
|
23
|
+
|
|
24
|
+
<a id="evidence"></a>
|
|
25
|
+
## Release evidence
|
|
26
|
+
|
|
27
|
+
This approximate backfill supports reading and format validation; it is not a contemporaneous compatibility acknowledgement. See the [archive reference](README.md) for extraction and coverage limits.
|
|
28
|
+
|
|
29
|
+
| Item | Recorded value |
|
|
30
|
+
|---|---|
|
|
31
|
+
| Source tag | `dsh-v0.1.5-rc.1` |
|
|
32
|
+
| Source date | 2026-09-10T01:36:48.000Z |
|
|
33
|
+
| Release record | Release object present. |
|
|
34
|
+
| Previous release | [dsh-v0.1.5-alpha.2](dsh-v0.1.5-alpha.2.md) |
|
|
35
|
+
| Session writer version | 3 |
|
|
36
|
+
| Reconstructed inventory | <!-- persistence-release-inventory:start -->59 roots / 462 types<!-- persistence-release-inventory:end --> |
|
|
37
|
+
| This snapshot | [dsh-v0.1.5-rc.1.schema.json](dsh-v0.1.5-rc.1.schema.json) |
|
|
38
|
+
|
|
39
|
+
Source evidence for the writer version constant at this tag:
|
|
40
|
+
|
|
41
|
+
- `packages/core/session/src/types.ts`: `export const SESSION_FORMAT_VERSION = 3`
|
|
42
|
+
|
|
43
|
+
<a id="declaration"></a>
|
|
44
|
+
## Declaration
|
|
45
|
+
|
|
46
|
+
```yaml persistence-release
|
|
47
|
+
schemaVersion: 1
|
|
48
|
+
tag: dsh-v0.1.5-rc.1
|
|
49
|
+
previous: dsh-v0.1.5-alpha.2
|
|
50
|
+
sessionFormatVersion: 3
|
|
51
|
+
changes: []
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
<a id="changes"></a>
|
|
55
|
+
## Structural changes
|
|
56
|
+
|
|
57
|
+
<!-- persistence-release-changes:start -->
|
|
58
|
+
|
|
59
|
+
Normalized root types and their transitive digests are unchanged from the preceding tag.
|
|
60
|
+
|
|
61
|
+
<!-- persistence-release-changes:end -->
|
|
62
|
+
|
|
63
|
+
<a id="verification"></a>
|
|
64
|
+
## Verification
|
|
65
|
+
|
|
66
|
+
Extraction passed canonical-graph, root-digest, and reachable-type-digest validation, permitting the original optional `surfaceOp` only for historical surface events. The in-tree check reconstructs each tag from its predecessor and verifies before/after values, snapshot coverage, and bilingual machine declarations.
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
pnpm run verify-persistence-releases
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
<a id="dev-note"></a>
|
|
73
|
+
## Dev Note
|
|
74
|
+
|
|
75
|
+
None.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "回溯 dsh-v0.1.5-rc.1 的已声明 Session 持久化类型及相邻版本变化。"
|
|
3
|
+
kind: persistence-release
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# 持久化版本回溯: dsh-v0.1.5-rc.1
|
|
7
|
+
|
|
8
|
+
[English](dsh-v0.1.5-rc.1.md) | 中文
|
|
9
|
+
|
|
10
|
+
## 概述
|
|
11
|
+
|
|
12
|
+
重建的所有持久化根类型摘要均与上一个 alpha/rc 标签一致。写入格式仍为 3。
|
|
13
|
+
|
|
14
|
+
## 目录
|
|
15
|
+
|
|
16
|
+
- [发行来源](#evidence)
|
|
17
|
+
- [声明](#declaration)
|
|
18
|
+
- [结构变化](#changes)
|
|
19
|
+
- [校验](#verification)
|
|
20
|
+
- [开发备注](#dev-note)
|
|
21
|
+
|
|
22
|
+
-----
|
|
23
|
+
|
|
24
|
+
<a id="evidence"></a>
|
|
25
|
+
## 发行来源
|
|
26
|
+
|
|
27
|
+
这是供阅读和格式校验的近似回填,不是当时的兼容性确认。提取方法和覆盖限制见[归档说明](README.zh.md)。
|
|
28
|
+
|
|
29
|
+
| 项目 | 记录值 |
|
|
30
|
+
|---|---|
|
|
31
|
+
| 源码 tag | `dsh-v0.1.5-rc.1` |
|
|
32
|
+
| 源码日期 | 2026-09-10T01:36:48.000Z |
|
|
33
|
+
| 发行记录 | 有 release 对象。 |
|
|
34
|
+
| 前一版本 | [dsh-v0.1.5-alpha.2](dsh-v0.1.5-alpha.2.zh.md) |
|
|
35
|
+
| Session 写入版本 | 3 |
|
|
36
|
+
| 完整重建清单 | <!-- persistence-release-inventory:start -->59 个根类型 / 462 种类型<!-- persistence-release-inventory:end --> |
|
|
37
|
+
| 本条快照 | [dsh-v0.1.5-rc.1.schema.json](dsh-v0.1.5-rc.1.schema.json) |
|
|
38
|
+
|
|
39
|
+
写入版本常量在该 tag 中的源码证据:
|
|
40
|
+
|
|
41
|
+
- `packages/core/session/src/types.ts`: `export const SESSION_FORMAT_VERSION = 3`
|
|
42
|
+
|
|
43
|
+
<a id="declaration"></a>
|
|
44
|
+
## 声明
|
|
45
|
+
|
|
46
|
+
```yaml persistence-release
|
|
47
|
+
schemaVersion: 1
|
|
48
|
+
tag: dsh-v0.1.5-rc.1
|
|
49
|
+
previous: dsh-v0.1.5-alpha.2
|
|
50
|
+
sessionFormatVersion: 3
|
|
51
|
+
changes: []
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
<a id="changes"></a>
|
|
55
|
+
## 结构变化
|
|
56
|
+
|
|
57
|
+
<!-- persistence-release-changes:start -->
|
|
58
|
+
|
|
59
|
+
规范化后的根类型及其传递引用摘要与前一 tag 相同。
|
|
60
|
+
|
|
61
|
+
<!-- persistence-release-changes:end -->
|
|
62
|
+
|
|
63
|
+
<a id="verification"></a>
|
|
64
|
+
## 校验
|
|
65
|
+
|
|
66
|
+
提取结果已通过规范图、根摘要和全部可达类型摘要校验;仅对历史 surface 事件允许源码原有的可选 `surfaceOp`。仓库内检查从前驱重建每个 tag,核对 before/after、快照覆盖和双语机器声明。
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
pnpm run verify-persistence-releases
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
<a id="dev-note"></a>
|
|
73
|
+
## 开发备注
|
|
74
|
+
|
|
75
|
+
无。
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
|
|
2
|
+
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
|
+
# after editing either side, bring the other along and re-record with:
|
|
4
|
+
# pnpm run verify-translation-pairing --write docs/persistence-changes/releases/dsh-v0.1.5-rc.2.md
|
|
5
|
+
dsh-v0.1.5-rc.2.md: 6922fe63dd1239cad10793df47b0f26e431d2aed
|
|
6
|
+
dsh-v0.1.5-rc.2.zh.md: ec3c16c6663ae60b88dc847921dde20bca6da097
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Retrospective Session persistence types and adjacent-release changes for dsh-v0.1.5-rc.2."
|
|
3
|
+
kind: persistence-release
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Persistence release: dsh-v0.1.5-rc.2
|
|
7
|
+
|
|
8
|
+
English | [中文](dsh-v0.1.5-rc.2.zh.md)
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
11
|
+
|
|
12
|
+
All reconstructed persistence root digests match the preceding alpha/rc tag. The writer format remains 3.
|
|
13
|
+
|
|
14
|
+
## Table of Contents
|
|
15
|
+
|
|
16
|
+
- [Release evidence](#evidence)
|
|
17
|
+
- [Declaration](#declaration)
|
|
18
|
+
- [Structural changes](#changes)
|
|
19
|
+
- [Verification](#verification)
|
|
20
|
+
- [Dev Note](#dev-note)
|
|
21
|
+
|
|
22
|
+
-----
|
|
23
|
+
|
|
24
|
+
<a id="evidence"></a>
|
|
25
|
+
## Release evidence
|
|
26
|
+
|
|
27
|
+
This approximate backfill supports reading and format validation; it is not a contemporaneous compatibility acknowledgement. See the [archive reference](README.md) for extraction and coverage limits.
|
|
28
|
+
|
|
29
|
+
| Item | Recorded value |
|
|
30
|
+
|---|---|
|
|
31
|
+
| Source tag | `dsh-v0.1.5-rc.2` |
|
|
32
|
+
| Source date | 2026-09-10T13:50:19.000Z |
|
|
33
|
+
| Release record | Release object present. |
|
|
34
|
+
| Previous release | [dsh-v0.1.5-rc.1](dsh-v0.1.5-rc.1.md) |
|
|
35
|
+
| Session writer version | 3 |
|
|
36
|
+
| Reconstructed inventory | <!-- persistence-release-inventory:start -->59 roots / 462 types<!-- persistence-release-inventory:end --> |
|
|
37
|
+
| This snapshot | [dsh-v0.1.5-rc.2.schema.json](dsh-v0.1.5-rc.2.schema.json) |
|
|
38
|
+
|
|
39
|
+
Source evidence for the writer version constant at this tag:
|
|
40
|
+
|
|
41
|
+
- `packages/core/session/src/types.ts`: `export const SESSION_FORMAT_VERSION = 3`
|
|
42
|
+
|
|
43
|
+
<a id="declaration"></a>
|
|
44
|
+
## Declaration
|
|
45
|
+
|
|
46
|
+
```yaml persistence-release
|
|
47
|
+
schemaVersion: 1
|
|
48
|
+
tag: dsh-v0.1.5-rc.2
|
|
49
|
+
previous: dsh-v0.1.5-rc.1
|
|
50
|
+
sessionFormatVersion: 3
|
|
51
|
+
changes: []
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
<a id="changes"></a>
|
|
55
|
+
## Structural changes
|
|
56
|
+
|
|
57
|
+
<!-- persistence-release-changes:start -->
|
|
58
|
+
|
|
59
|
+
Normalized root types and their transitive digests are unchanged from the preceding tag.
|
|
60
|
+
|
|
61
|
+
<!-- persistence-release-changes:end -->
|
|
62
|
+
|
|
63
|
+
<a id="verification"></a>
|
|
64
|
+
## Verification
|
|
65
|
+
|
|
66
|
+
Extraction passed canonical-graph, root-digest, and reachable-type-digest validation, permitting the original optional `surfaceOp` only for historical surface events. The in-tree check reconstructs each tag from its predecessor and verifies before/after values, snapshot coverage, and bilingual machine declarations.
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
pnpm run verify-persistence-releases
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
<a id="dev-note"></a>
|
|
73
|
+
## Dev Note
|
|
74
|
+
|
|
75
|
+
None.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "回溯 dsh-v0.1.5-rc.2 的已声明 Session 持久化类型及相邻版本变化。"
|
|
3
|
+
kind: persistence-release
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# 持久化版本回溯: dsh-v0.1.5-rc.2
|
|
7
|
+
|
|
8
|
+
[English](dsh-v0.1.5-rc.2.md) | 中文
|
|
9
|
+
|
|
10
|
+
## 概述
|
|
11
|
+
|
|
12
|
+
重建的所有持久化根类型摘要均与上一个 alpha/rc 标签一致。写入格式仍为 3。
|
|
13
|
+
|
|
14
|
+
## 目录
|
|
15
|
+
|
|
16
|
+
- [发行来源](#evidence)
|
|
17
|
+
- [声明](#declaration)
|
|
18
|
+
- [结构变化](#changes)
|
|
19
|
+
- [校验](#verification)
|
|
20
|
+
- [开发备注](#dev-note)
|
|
21
|
+
|
|
22
|
+
-----
|
|
23
|
+
|
|
24
|
+
<a id="evidence"></a>
|
|
25
|
+
## 发行来源
|
|
26
|
+
|
|
27
|
+
这是供阅读和格式校验的近似回填,不是当时的兼容性确认。提取方法和覆盖限制见[归档说明](README.zh.md)。
|
|
28
|
+
|
|
29
|
+
| 项目 | 记录值 |
|
|
30
|
+
|---|---|
|
|
31
|
+
| 源码 tag | `dsh-v0.1.5-rc.2` |
|
|
32
|
+
| 源码日期 | 2026-09-10T13:50:19.000Z |
|
|
33
|
+
| 发行记录 | 有 release 对象。 |
|
|
34
|
+
| 前一版本 | [dsh-v0.1.5-rc.1](dsh-v0.1.5-rc.1.zh.md) |
|
|
35
|
+
| Session 写入版本 | 3 |
|
|
36
|
+
| 完整重建清单 | <!-- persistence-release-inventory:start -->59 个根类型 / 462 种类型<!-- persistence-release-inventory:end --> |
|
|
37
|
+
| 本条快照 | [dsh-v0.1.5-rc.2.schema.json](dsh-v0.1.5-rc.2.schema.json) |
|
|
38
|
+
|
|
39
|
+
写入版本常量在该 tag 中的源码证据:
|
|
40
|
+
|
|
41
|
+
- `packages/core/session/src/types.ts`: `export const SESSION_FORMAT_VERSION = 3`
|
|
42
|
+
|
|
43
|
+
<a id="declaration"></a>
|
|
44
|
+
## 声明
|
|
45
|
+
|
|
46
|
+
```yaml persistence-release
|
|
47
|
+
schemaVersion: 1
|
|
48
|
+
tag: dsh-v0.1.5-rc.2
|
|
49
|
+
previous: dsh-v0.1.5-rc.1
|
|
50
|
+
sessionFormatVersion: 3
|
|
51
|
+
changes: []
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
<a id="changes"></a>
|
|
55
|
+
## 结构变化
|
|
56
|
+
|
|
57
|
+
<!-- persistence-release-changes:start -->
|
|
58
|
+
|
|
59
|
+
规范化后的根类型及其传递引用摘要与前一 tag 相同。
|
|
60
|
+
|
|
61
|
+
<!-- persistence-release-changes:end -->
|
|
62
|
+
|
|
63
|
+
<a id="verification"></a>
|
|
64
|
+
## 校验
|
|
65
|
+
|
|
66
|
+
提取结果已通过规范图、根摘要和全部可达类型摘要校验;仅对历史 surface 事件允许源码原有的可选 `surfaceOp`。仓库内检查从前驱重建每个 tag,核对 before/after、快照覆盖和双语机器声明。
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
pnpm run verify-persistence-releases
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
<a id="dev-note"></a>
|
|
73
|
+
## 开发备注
|
|
74
|
+
|
|
75
|
+
无。
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"capturedAt": "2026-09-12",
|
|
4
|
+
"releases": [
|
|
5
|
+
{
|
|
6
|
+
"tag": "dsh-v0.0.1-rc.1",
|
|
7
|
+
"sourceDate": "2026-08-10T19:25:09.000Z",
|
|
8
|
+
"publishedAt": null,
|
|
9
|
+
"sessionFormatVersion": 0
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"tag": "dsh-v0.0.1-rc.2",
|
|
13
|
+
"sourceDate": "2026-08-11T15:04:55.000Z",
|
|
14
|
+
"publishedAt": null,
|
|
15
|
+
"sessionFormatVersion": 0
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"tag": "dsh-v0.0.1-rc.3",
|
|
19
|
+
"sourceDate": "2026-08-12T20:18:26.000Z",
|
|
20
|
+
"publishedAt": null,
|
|
21
|
+
"sessionFormatVersion": 0
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "dsh-v0.0.1-rc.4",
|
|
25
|
+
"sourceDate": "2026-08-12T21:29:23.000Z",
|
|
26
|
+
"publishedAt": null,
|
|
27
|
+
"sessionFormatVersion": 0
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"tag": "dsh-v0.0.1-rc.5",
|
|
31
|
+
"sourceDate": "2026-08-12T22:18:58.000Z",
|
|
32
|
+
"publishedAt": null,
|
|
33
|
+
"sessionFormatVersion": 0
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"tag": "dsh-v0.1.0-rc.1",
|
|
37
|
+
"sourceDate": "2026-08-13T08:51:36.000Z",
|
|
38
|
+
"publishedAt": null,
|
|
39
|
+
"sessionFormatVersion": 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"tag": "dsh-v0.1.0-rc.2",
|
|
43
|
+
"sourceDate": "2026-08-13T09:23:52.000Z",
|
|
44
|
+
"publishedAt": null,
|
|
45
|
+
"sessionFormatVersion": 0
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"tag": "dsh-v0.1.0-rc.3",
|
|
49
|
+
"sourceDate": "2026-08-13T10:40:08.000Z",
|
|
50
|
+
"publishedAt": null,
|
|
51
|
+
"sessionFormatVersion": 0
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"tag": "dsh-v0.1.0-rc.5",
|
|
55
|
+
"sourceDate": "2026-08-13T11:38:46.000Z",
|
|
56
|
+
"publishedAt": null,
|
|
57
|
+
"sessionFormatVersion": 0
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"tag": "dsh-v0.1.0-rc.6",
|
|
61
|
+
"sourceDate": "2026-08-13T11:56:40.000Z",
|
|
62
|
+
"publishedAt": null,
|
|
63
|
+
"sessionFormatVersion": 0
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"tag": "dsh-v0.1.0-rc.7",
|
|
67
|
+
"sourceDate": "2026-08-17T11:03:17.000Z",
|
|
68
|
+
"publishedAt": "2026-08-17T11:48:11Z",
|
|
69
|
+
"sessionFormatVersion": 0
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"tag": "dsh-v0.1.0-rc.8",
|
|
73
|
+
"sourceDate": "2026-08-19T15:11:50.000Z",
|
|
74
|
+
"publishedAt": "2026-08-19T15:30:55Z",
|
|
75
|
+
"sessionFormatVersion": 0
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"tag": "dsh-v0.1.1-rc.1",
|
|
79
|
+
"sourceDate": "2026-08-21T06:21:44.000Z",
|
|
80
|
+
"publishedAt": "2026-08-21T06:36:49Z",
|
|
81
|
+
"sessionFormatVersion": 0
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"tag": "dsh-v0.1.1-rc.2",
|
|
85
|
+
"sourceDate": "2026-08-21T12:03:37.000Z",
|
|
86
|
+
"publishedAt": "2026-08-21T12:26:22Z",
|
|
87
|
+
"sessionFormatVersion": 0
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"tag": "dsh-v0.1.2-alpha.1",
|
|
91
|
+
"sourceDate": "2026-08-27T16:57:43.000Z",
|
|
92
|
+
"publishedAt": "2026-08-27T16:59:17Z",
|
|
93
|
+
"sessionFormatVersion": 0
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"tag": "dsh-v0.1.2-alpha.2",
|
|
97
|
+
"sourceDate": "2026-08-30T13:37:53.000Z",
|
|
98
|
+
"publishedAt": "2026-08-30T13:40:23Z",
|
|
99
|
+
"sessionFormatVersion": 0
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"tag": "dsh-v0.1.2-alpha.3",
|
|
103
|
+
"sourceDate": "2026-08-31T15:53:17.000Z",
|
|
104
|
+
"publishedAt": "2026-08-31T15:55:32Z",
|
|
105
|
+
"sessionFormatVersion": 0
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"tag": "dsh-v0.1.2-alpha.4",
|
|
109
|
+
"sourceDate": "2026-09-01T15:37:26.000Z",
|
|
110
|
+
"publishedAt": "2026-09-01T15:39:10Z",
|
|
111
|
+
"sessionFormatVersion": 0
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"tag": "dsh-v0.1.2-alpha.5",
|
|
115
|
+
"sourceDate": "2026-09-02T07:57:43.000Z",
|
|
116
|
+
"publishedAt": "2026-09-02T08:14:34Z",
|
|
117
|
+
"sessionFormatVersion": 0
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"tag": "dsh-v0.1.2-rc.1",
|
|
121
|
+
"sourceDate": "2026-09-03T02:35:15.000Z",
|
|
122
|
+
"publishedAt": "2026-09-03T05:42:52Z",
|
|
123
|
+
"sessionFormatVersion": 0
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"tag": "dsh-v0.1.3-alpha.1",
|
|
127
|
+
"sourceDate": "2026-09-04T09:16:23.000Z",
|
|
128
|
+
"publishedAt": "2026-09-04T09:42:12Z",
|
|
129
|
+
"sessionFormatVersion": 2
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"tag": "dsh-v0.1.3-alpha.2",
|
|
133
|
+
"sourceDate": "2026-09-07T11:45:35.000Z",
|
|
134
|
+
"publishedAt": "2026-09-07T12:49:54Z",
|
|
135
|
+
"sessionFormatVersion": 2
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"tag": "dsh-v0.1.5-alpha.1",
|
|
139
|
+
"sourceDate": "2026-09-08T15:25:45.000Z",
|
|
140
|
+
"publishedAt": "2026-09-08T15:56:47Z",
|
|
141
|
+
"sessionFormatVersion": 3
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"tag": "dsh-v0.1.5-alpha.2",
|
|
145
|
+
"sourceDate": "2026-09-09T14:13:03.000Z",
|
|
146
|
+
"publishedAt": "2026-09-09T14:19:39Z",
|
|
147
|
+
"sessionFormatVersion": 3
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"tag": "dsh-v0.1.5-rc.1",
|
|
151
|
+
"sourceDate": "2026-09-10T01:36:48.000Z",
|
|
152
|
+
"publishedAt": "2026-09-10T02:04:45Z",
|
|
153
|
+
"sessionFormatVersion": 3
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"tag": "dsh-v0.1.5-rc.2",
|
|
157
|
+
"sourceDate": "2026-09-10T13:50:19.000Z",
|
|
158
|
+
"publishedAt": "2026-09-10T14:31:28Z",
|
|
159
|
+
"sessionFormatVersion": 3
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|