release-skill 0.9.16 → 0.9.18
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/.claude-plugin/plugin.json +1 -1
- package/.codebuddy-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +2 -2
- package/.cursor-plugin/plugin.json +10 -0
- package/.kimi-plugin/plugin.json +1 -1
- package/.qoder-plugin/plugin.json +10 -0
- package/CHANGELOG.md +64 -0
- package/INSTALL.md +104 -9
- package/INSTALL.zh-CN.md +78 -7
- package/README.md +87 -32
- package/README.zh-CN.md +71 -30
- package/adapters/claude/.claude-plugin/plugin.json +1 -1
- package/adapters/claude/bin/consumer-contract-vectors.json +7 -7
- package/adapters/claude/bin/error-codes.json +1 -1
- package/adapters/claude/bin/foundation-resource-binding.json +1 -1
- package/adapters/claude/bin/prebuild-manifest.json +8 -4
- package/adapters/claude/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/adapters/claude/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/adapters/claude/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/adapters/claude/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/adapters/claude/bin/registry.json +1 -1
- package/adapters/claude/bin/release-skill.bundle.mjs +4950 -1819
- package/adapters/claude/bin/rules.json +1 -1
- package/adapters/claude/data/hosts/cursor/host-descriptor.json +34 -0
- package/adapters/claude/data/hosts/registry.json +1 -0
- package/adapters/claude/schemas/release-plan.schema.json +255 -25
- package/adapters/claude/schemas/release-project.schema.json +228 -26
- package/adapters/claude/skills/release-finish/SKILL.md +29 -15
- package/adapters/claude/skills/release-help/SKILL.md +40 -39
- package/adapters/claude/skills/release-verify/SKILL.md +2 -2
- package/adapters/claude/src/schemas/host-descriptor.schema.json +9 -2
- package/adapters/codex/.codex-plugin/plugin.json +2 -2
- package/adapters/codex/bin/consumer-contract-vectors.json +7 -7
- package/adapters/codex/bin/error-codes.json +1 -1
- package/adapters/codex/bin/foundation-resource-binding.json +1 -1
- package/adapters/codex/bin/prebuild-manifest.json +8 -4
- package/adapters/codex/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/adapters/codex/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/adapters/codex/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/adapters/codex/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/adapters/codex/bin/registry.json +1 -1
- package/adapters/codex/bin/release-skill.bundle.mjs +4950 -1819
- package/adapters/codex/bin/rules.json +1 -1
- package/adapters/codex/data/hosts/cursor/host-descriptor.json +34 -0
- package/adapters/codex/data/hosts/registry.json +1 -0
- package/adapters/codex/schemas/release-plan.schema.json +255 -25
- package/adapters/codex/schemas/release-project.schema.json +228 -26
- package/adapters/codex/skills/release-finish/SKILL.md +29 -15
- package/adapters/codex/skills/release-help/SKILL.md +40 -39
- package/adapters/codex/skills/release-verify/SKILL.md +2 -2
- package/adapters/codex/src/schemas/host-descriptor.schema.json +9 -2
- package/adapters/cursor/.cursor-plugin/plugin.json +10 -0
- package/adapters/cursor/bin/consumer-contract-vectors.json +110 -0
- package/adapters/cursor/bin/error-codes.json +161 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-contracts/LICENSE +202 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-contracts/NOTICE +10 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-engineering-kit/LICENSE +202 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-engineering-kit/NOTICE +10 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-engineering-kit/THIRD_PARTY_NOTICES +142 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-harness-node/LICENSE +202 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-harness-node/NOTICE +10 -0
- package/adapters/cursor/bin/foundation-legal/skill-family-harness-node/native-NOTICE +2 -0
- package/adapters/cursor/bin/foundation-resource-binding.json +1 -0
- package/adapters/cursor/bin/kernel-protocol.json +60 -0
- package/adapters/cursor/bin/license-texts/Apache-2.0.txt +201 -0
- package/adapters/cursor/bin/license-texts/MIT.txt +21 -0
- package/adapters/cursor/bin/prebuild-manifest.json +83 -0
- package/adapters/cursor/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/adapters/cursor/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/adapters/cursor/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/adapters/cursor/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/adapters/cursor/bin/registry.json +347 -0
- package/adapters/cursor/bin/release-skill-local-finish.mjs +4 -0
- package/adapters/cursor/bin/release-skill.bundle.mjs +151806 -0
- package/adapters/cursor/bin/release-skill.mjs +54 -0
- package/adapters/cursor/bin/rules.json +104 -0
- package/adapters/cursor/bin/schemas/consumer-contract-vector.schema.json +149 -0
- package/adapters/cursor/data/hosts/claude/host-descriptor.json +45 -0
- package/adapters/cursor/data/hosts/codebuddy/host-descriptor.json +26 -0
- package/adapters/cursor/data/hosts/codex/host-descriptor.json +45 -0
- package/adapters/cursor/data/hosts/cursor/host-descriptor.json +34 -0
- package/adapters/cursor/data/hosts/deepseek-harness/host-descriptor.json +23 -0
- package/adapters/cursor/data/hosts/kimi-code/host-descriptor.json +36 -0
- package/adapters/cursor/data/hosts/qoder/host-descriptor.json +26 -0
- package/adapters/cursor/data/hosts/registry.json +14 -0
- package/adapters/cursor/data/hosts/workbuddy/host-descriptor.json +34 -0
- package/adapters/cursor/data/licensing/registry.json +211 -0
- package/adapters/cursor/data/licensing/schema.json +207 -0
- package/adapters/cursor/native/safe-write/binding.gyp +41 -0
- package/adapters/cursor/native/safe-write/prebuilds/darwin-arm64/safe_write.node +0 -0
- package/adapters/cursor/native/safe-write/prebuilds.json +24 -0
- package/adapters/cursor/native/safe-write/src/safe_write.cc +2032 -0
- package/adapters/cursor/schemas/.render-manifest.json +41 -0
- package/adapters/cursor/schemas/approval-record.schema.json +115 -0
- package/adapters/cursor/schemas/artifact-lock.schema.json +111 -0
- package/adapters/cursor/schemas/artifact-plan.schema.json +52 -0
- package/adapters/cursor/schemas/artifact-policy.schema.json +76 -0
- package/adapters/cursor/schemas/evidence-event-v2.schema.json +164 -0
- package/adapters/cursor/schemas/evidence-event.schema.json +89 -0
- package/adapters/cursor/schemas/postpublish-approval-record.schema.json +47 -0
- package/adapters/cursor/schemas/release-plan.schema.json +2226 -0
- package/adapters/cursor/schemas/release-project.schema.json +1815 -0
- package/adapters/cursor/schemas/release-run.schema.json +777 -0
- package/adapters/cursor/skills/release-assess/SKILL.md +61 -0
- package/adapters/cursor/skills/release-config/SKILL.md +151 -0
- package/adapters/cursor/skills/release-docs/SKILL.md +120 -0
- package/adapters/cursor/skills/release-finish/SKILL.md +155 -0
- package/adapters/cursor/skills/release-help/SKILL.md +155 -0
- package/adapters/cursor/skills/release-marketplace/SKILL.md +157 -0
- package/adapters/cursor/skills/release-prepare/SKILL.md +136 -0
- package/adapters/cursor/skills/release-publish/SKILL.md +92 -0
- package/adapters/cursor/skills/release-reconcile/SKILL.md +81 -0
- package/adapters/cursor/skills/release-setup/SKILL.md +132 -0
- package/adapters/cursor/skills/release-verify/SKILL.md +110 -0
- package/adapters/cursor/src/schemas/adapter-build-manifest.schema.json +41 -0
- package/adapters/cursor/src/schemas/adapter-peer-verification-request.schema.json +54 -0
- package/adapters/cursor/src/schemas/adapter-peer-verification-result.schema.json +54 -0
- package/adapters/cursor/src/schemas/adapter-source.schema.json +47 -0
- package/adapters/cursor/src/schemas/audit-baseline-pin.schema.json +163 -0
- package/adapters/cursor/src/schemas/declared-read-surface-result.schema.json +61 -0
- package/adapters/cursor/src/schemas/engineering-baseline.schema.json +77 -0
- package/adapters/cursor/src/schemas/executable-identity-observation.schema.json +162 -0
- package/adapters/cursor/src/schemas/filesystem-root-binding.schema.json +14 -0
- package/adapters/cursor/src/schemas/filesystem-tree-observation.schema.json +71 -0
- package/adapters/cursor/src/schemas/fixed-set-publication-manifest.schema.json +108 -0
- package/adapters/cursor/src/schemas/fixed-set-publication-receipt.schema.json +148 -0
- package/adapters/cursor/src/schemas/host-capability-fact.schema.json +31 -0
- package/adapters/cursor/src/schemas/host-descriptor.schema.json +144 -0
- package/adapters/cursor/src/schemas/host-operation-plan.schema.json +57 -0
- package/adapters/cursor/src/schemas/host-operation-receipt.schema.json +81 -0
- package/adapters/cursor/src/schemas/host-probe-result.schema.json +30 -0
- package/adapters/cursor/src/schemas/host-registry.schema.json +18 -0
- package/adapters/cursor/src/schemas/host-verification-request.schema.json +67 -0
- package/adapters/cursor/src/schemas/host-verification-result.schema.json +149 -0
- package/adapters/cursor/src/schemas/managed-file-lock.schema.json +77 -0
- package/adapters/cursor/src/schemas/migration-manifest.schema.json +412 -0
- package/adapters/cursor/src/schemas/observation-scope.schema.json +91 -0
- package/adapters/cursor/src/schemas/operation-request.schema.json +58 -0
- package/adapters/cursor/src/schemas/operation-result.schema.json +130 -0
- package/adapters/cursor/src/schemas/platform-difference-registry.schema.json +110 -0
- package/adapters/cursor/src/schemas/plugin-verification-request.schema.json +499 -0
- package/adapters/cursor/src/schemas/plugin-verification-result.schema.json +1217 -0
- package/adapters/cursor/src/schemas/profile-adoption-declaration.schema.json +111 -0
- package/adapters/cursor/src/schemas/profile-descriptor.schema.json +99 -0
- package/adapters/cursor/src/schemas/project-manifest.schema.json +67 -0
- package/adapters/cursor/src/schemas/project-profile.schema.json +25 -0
- package/adapters/cursor/src/schemas/public-boundary-declaration.schema.json +73 -0
- package/adapters/cursor/src/schemas/report-binding.schema.json +42 -0
- package/adapters/cursor/src/schemas/report-model.schema.json +308 -0
- package/adapters/cursor/src/schemas/skill-family-directory-verification-request.schema.json +100 -0
- package/adapters/cursor/src/schemas/skill-family-directory-verification-result.schema.json +193 -0
- package/adapters/cursor/src/schemas/source-authority-receipt.schema.json +31 -0
- package/adapters/cursor/src/schemas/state-event-envelope.schema.json +38 -0
- package/adapters/cursor/src/schemas/state-snapshot-metadata.schema.json +25 -0
- package/adapters/cursor/src/schemas/structured-scan-policy.schema.json +97 -0
- package/adapters/cursor/src/schemas/surface-scan-policy.schema.json +42 -0
- package/adapters/cursor/src/schemas/timeout-policy.schema.json +24 -0
- package/adapters/cursor/src/schemas/token-estimate-record.schema.json +75 -0
- package/adapters/cursor/src/schemas/token-estimate-result.schema.json +43 -0
- package/adapters/cursor/src/schemas/watchdog-termination-envelope.schema.json +156 -0
- package/adapters/kimi/.kimi-plugin/plugin.json +1 -1
- package/adapters/kimi/bin/consumer-contract-vectors.json +7 -7
- package/adapters/kimi/bin/error-codes.json +1 -1
- package/adapters/kimi/bin/foundation-resource-binding.json +1 -1
- package/adapters/kimi/bin/prebuild-manifest.json +8 -4
- package/adapters/kimi/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/adapters/kimi/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/adapters/kimi/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/adapters/kimi/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/adapters/kimi/bin/registry.json +1 -1
- package/adapters/kimi/bin/release-skill.bundle.mjs +4950 -1819
- package/adapters/kimi/bin/rules.json +1 -1
- package/adapters/kimi/data/hosts/cursor/host-descriptor.json +34 -0
- package/adapters/kimi/data/hosts/registry.json +1 -0
- package/adapters/kimi/schemas/release-plan.schema.json +255 -25
- package/adapters/kimi/schemas/release-project.schema.json +228 -26
- package/adapters/kimi/skills/release-finish/SKILL.md +29 -15
- package/adapters/kimi/skills/release-help/SKILL.md +40 -39
- package/adapters/kimi/skills/release-verify/SKILL.md +2 -2
- package/adapters/kimi/src/schemas/host-descriptor.schema.json +9 -2
- package/adapters/qoder/.qoder-plugin/plugin.json +10 -0
- package/adapters/qoder/bin/consumer-contract-vectors.json +110 -0
- package/adapters/qoder/bin/error-codes.json +161 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-contracts/LICENSE +202 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-contracts/NOTICE +10 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-engineering-kit/LICENSE +202 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-engineering-kit/NOTICE +10 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-engineering-kit/THIRD_PARTY_NOTICES +142 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-harness-node/LICENSE +202 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-harness-node/NOTICE +10 -0
- package/adapters/qoder/bin/foundation-legal/skill-family-harness-node/native-NOTICE +2 -0
- package/adapters/qoder/bin/foundation-resource-binding.json +1 -0
- package/adapters/qoder/bin/kernel-protocol.json +60 -0
- package/adapters/qoder/bin/license-texts/Apache-2.0.txt +201 -0
- package/adapters/qoder/bin/license-texts/MIT.txt +21 -0
- package/adapters/qoder/bin/prebuild-manifest.json +83 -0
- package/adapters/qoder/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/adapters/qoder/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/adapters/qoder/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/adapters/qoder/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/adapters/qoder/bin/registry.json +347 -0
- package/adapters/qoder/bin/release-skill-local-finish.mjs +4 -0
- package/adapters/qoder/bin/release-skill.bundle.mjs +151806 -0
- package/adapters/qoder/bin/release-skill.mjs +54 -0
- package/adapters/qoder/bin/rules.json +104 -0
- package/adapters/qoder/bin/schemas/consumer-contract-vector.schema.json +149 -0
- package/adapters/qoder/data/hosts/claude/host-descriptor.json +45 -0
- package/adapters/qoder/data/hosts/codebuddy/host-descriptor.json +26 -0
- package/adapters/qoder/data/hosts/codex/host-descriptor.json +45 -0
- package/adapters/qoder/data/hosts/cursor/host-descriptor.json +34 -0
- package/adapters/qoder/data/hosts/deepseek-harness/host-descriptor.json +23 -0
- package/adapters/qoder/data/hosts/kimi-code/host-descriptor.json +36 -0
- package/adapters/qoder/data/hosts/qoder/host-descriptor.json +26 -0
- package/adapters/qoder/data/hosts/registry.json +14 -0
- package/adapters/qoder/data/hosts/workbuddy/host-descriptor.json +34 -0
- package/adapters/qoder/data/licensing/registry.json +211 -0
- package/adapters/qoder/data/licensing/schema.json +207 -0
- package/adapters/qoder/native/safe-write/binding.gyp +41 -0
- package/adapters/qoder/native/safe-write/prebuilds/darwin-arm64/safe_write.node +0 -0
- package/adapters/qoder/native/safe-write/prebuilds.json +24 -0
- package/adapters/qoder/native/safe-write/src/safe_write.cc +2032 -0
- package/adapters/qoder/schemas/.render-manifest.json +41 -0
- package/adapters/qoder/schemas/approval-record.schema.json +115 -0
- package/adapters/qoder/schemas/artifact-lock.schema.json +111 -0
- package/adapters/qoder/schemas/artifact-plan.schema.json +52 -0
- package/adapters/qoder/schemas/artifact-policy.schema.json +76 -0
- package/adapters/qoder/schemas/evidence-event-v2.schema.json +164 -0
- package/adapters/qoder/schemas/evidence-event.schema.json +89 -0
- package/adapters/qoder/schemas/postpublish-approval-record.schema.json +47 -0
- package/adapters/qoder/schemas/release-plan.schema.json +2226 -0
- package/adapters/qoder/schemas/release-project.schema.json +1815 -0
- package/adapters/qoder/schemas/release-run.schema.json +777 -0
- package/adapters/qoder/skills/release-assess/SKILL.md +60 -0
- package/adapters/qoder/skills/release-config/SKILL.md +150 -0
- package/adapters/qoder/skills/release-docs/SKILL.md +119 -0
- package/adapters/qoder/skills/release-finish/SKILL.md +154 -0
- package/adapters/qoder/skills/release-help/SKILL.md +154 -0
- package/adapters/qoder/skills/release-marketplace/SKILL.md +156 -0
- package/adapters/qoder/skills/release-prepare/SKILL.md +135 -0
- package/adapters/qoder/skills/release-publish/SKILL.md +91 -0
- package/adapters/qoder/skills/release-reconcile/SKILL.md +80 -0
- package/adapters/qoder/skills/release-setup/SKILL.md +131 -0
- package/adapters/qoder/skills/release-verify/SKILL.md +109 -0
- package/adapters/qoder/src/schemas/adapter-build-manifest.schema.json +41 -0
- package/adapters/qoder/src/schemas/adapter-peer-verification-request.schema.json +54 -0
- package/adapters/qoder/src/schemas/adapter-peer-verification-result.schema.json +54 -0
- package/adapters/qoder/src/schemas/adapter-source.schema.json +47 -0
- package/adapters/qoder/src/schemas/audit-baseline-pin.schema.json +163 -0
- package/adapters/qoder/src/schemas/declared-read-surface-result.schema.json +61 -0
- package/adapters/qoder/src/schemas/engineering-baseline.schema.json +77 -0
- package/adapters/qoder/src/schemas/executable-identity-observation.schema.json +162 -0
- package/adapters/qoder/src/schemas/filesystem-root-binding.schema.json +14 -0
- package/adapters/qoder/src/schemas/filesystem-tree-observation.schema.json +71 -0
- package/adapters/qoder/src/schemas/fixed-set-publication-manifest.schema.json +108 -0
- package/adapters/qoder/src/schemas/fixed-set-publication-receipt.schema.json +148 -0
- package/adapters/qoder/src/schemas/host-capability-fact.schema.json +31 -0
- package/adapters/qoder/src/schemas/host-descriptor.schema.json +144 -0
- package/adapters/qoder/src/schemas/host-operation-plan.schema.json +57 -0
- package/adapters/qoder/src/schemas/host-operation-receipt.schema.json +81 -0
- package/adapters/qoder/src/schemas/host-probe-result.schema.json +30 -0
- package/adapters/qoder/src/schemas/host-registry.schema.json +18 -0
- package/adapters/qoder/src/schemas/host-verification-request.schema.json +67 -0
- package/adapters/qoder/src/schemas/host-verification-result.schema.json +149 -0
- package/adapters/qoder/src/schemas/managed-file-lock.schema.json +77 -0
- package/adapters/qoder/src/schemas/migration-manifest.schema.json +412 -0
- package/adapters/qoder/src/schemas/observation-scope.schema.json +91 -0
- package/adapters/qoder/src/schemas/operation-request.schema.json +58 -0
- package/adapters/qoder/src/schemas/operation-result.schema.json +130 -0
- package/adapters/qoder/src/schemas/platform-difference-registry.schema.json +110 -0
- package/adapters/qoder/src/schemas/plugin-verification-request.schema.json +499 -0
- package/adapters/qoder/src/schemas/plugin-verification-result.schema.json +1217 -0
- package/adapters/qoder/src/schemas/profile-adoption-declaration.schema.json +111 -0
- package/adapters/qoder/src/schemas/profile-descriptor.schema.json +99 -0
- package/adapters/qoder/src/schemas/project-manifest.schema.json +67 -0
- package/adapters/qoder/src/schemas/project-profile.schema.json +25 -0
- package/adapters/qoder/src/schemas/public-boundary-declaration.schema.json +73 -0
- package/adapters/qoder/src/schemas/report-binding.schema.json +42 -0
- package/adapters/qoder/src/schemas/report-model.schema.json +308 -0
- package/adapters/qoder/src/schemas/skill-family-directory-verification-request.schema.json +100 -0
- package/adapters/qoder/src/schemas/skill-family-directory-verification-result.schema.json +193 -0
- package/adapters/qoder/src/schemas/source-authority-receipt.schema.json +31 -0
- package/adapters/qoder/src/schemas/state-event-envelope.schema.json +38 -0
- package/adapters/qoder/src/schemas/state-snapshot-metadata.schema.json +25 -0
- package/adapters/qoder/src/schemas/structured-scan-policy.schema.json +97 -0
- package/adapters/qoder/src/schemas/surface-scan-policy.schema.json +42 -0
- package/adapters/qoder/src/schemas/timeout-policy.schema.json +24 -0
- package/adapters/qoder/src/schemas/token-estimate-record.schema.json +75 -0
- package/adapters/qoder/src/schemas/token-estimate-result.schema.json +43 -0
- package/adapters/qoder/src/schemas/watchdog-termination-envelope.schema.json +156 -0
- package/adapters/workbuddy/.codebuddy-plugin/plugin.json +1 -1
- package/adapters/workbuddy/bin/consumer-contract-vectors.json +7 -7
- package/adapters/workbuddy/bin/error-codes.json +1 -1
- package/adapters/workbuddy/bin/foundation-resource-binding.json +1 -1
- package/adapters/workbuddy/bin/prebuild-manifest.json +8 -4
- package/adapters/workbuddy/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/adapters/workbuddy/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/adapters/workbuddy/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/adapters/workbuddy/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/adapters/workbuddy/bin/registry.json +1 -1
- package/adapters/workbuddy/bin/release-skill.bundle.mjs +4950 -1819
- package/adapters/workbuddy/bin/rules.json +1 -1
- package/adapters/workbuddy/data/hosts/cursor/host-descriptor.json +34 -0
- package/adapters/workbuddy/data/hosts/registry.json +1 -0
- package/adapters/workbuddy/schemas/release-plan.schema.json +255 -25
- package/adapters/workbuddy/schemas/release-project.schema.json +228 -26
- package/adapters/workbuddy/skills/release-finish/SKILL.md +29 -15
- package/adapters/workbuddy/skills/release-help/SKILL.md +40 -39
- package/adapters/workbuddy/skills/release-verify/SKILL.md +2 -2
- package/adapters/workbuddy/src/schemas/host-descriptor.schema.json +9 -2
- package/bin/consumer-contract-vectors.json +7 -7
- package/bin/error-codes.json +1 -1
- package/bin/foundation-resource-binding.json +1 -1
- package/bin/prebuild-manifest.json +8 -4
- package/bin/prebuilds/darwin-arm64/bound_read.darwin-arm64.node +0 -0
- package/bin/prebuilds/darwin-x64/bound_read.darwin-x64.node +0 -0
- package/bin/prebuilds/linux-arm64-gnu/bound_read.linux-arm64-gnu.node +0 -0
- package/bin/prebuilds/linux-x64-gnu/bound_read.linux-x64-gnu.node +0 -0
- package/bin/registry.json +1 -1
- package/bin/release-skill-cli.mjs +148 -6
- package/bin/release-skill.bundle.mjs +4950 -1819
- package/bin/rules.json +1 -1
- package/data/hosts/cursor/host-descriptor.json +34 -0
- package/data/hosts/registry.json +1 -0
- package/package.json +9 -5
- package/platform-manifest.json +140 -8
- package/references/02-project-config.md +9 -2
- package/schemas/release-plan.schema.json +255 -25
- package/schemas/release-project.schema.json +228 -26
- package/scripts/sync-public-files.mjs +3 -22
- package/skills/release-finish/SKILL.md +29 -15
- package/skills/release-help/SKILL.md +40 -39
- package/skills/release-verify/SKILL.md +2 -2
- package/skills-src/release-finish/SKILL.md +29 -15
- package/skills-src/release-help/SKILL.md +40 -39
- package/skills-src/release-verify/SKILL.md +2 -2
- package/src/adapters/contract.mjs +1 -0
- package/src/adapters/plugin-marketplace.mjs +201 -9
- package/src/commands/post-release-local.mjs +618 -53
- package/src/commands/prepare.mjs +74 -9
- package/src/commands/publish.mjs +4 -1
- package/src/commands/ship.mjs +2 -0
- package/src/commands/verify-records.mjs +467 -0
- package/src/commands/verify.mjs +73 -0
- package/src/core/checkpoints.mjs +5 -2
- package/src/core/config.mjs +1 -1
- package/src/core/foundation-host-verification.mjs +168 -0
- package/src/core/plan.mjs +19 -1
- package/src/core/postpublish.mjs +9 -1
- package/src/core/run-retention.mjs +1 -1
- package/src/core/run.mjs +1 -1
- package/src/core/surface-host-bindings.mjs +1 -0
- package/src/core/verification-gates.mjs +1 -1
- package/src/platforms/registry.mjs +225 -16
- package/src/producers/build-adapters.mjs +43 -25
- package/src/producers/foundation-resource-projection.mjs +3 -3
- package/src/schemas/host-descriptor.schema.json +9 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "release-skill",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.18",
|
|
4
4
|
"description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "广州市风荷科技有限公司"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"defaultPrompt": [
|
|
21
21
|
"Assess this project for release readiness.",
|
|
22
|
-
"Prepare a release plan for version 0.9.
|
|
22
|
+
"Prepare a release plan for version 0.9.18.",
|
|
23
23
|
"Help me understand the release workflow."
|
|
24
24
|
]
|
|
25
25
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "release-skill",
|
|
3
|
+
"version": "0.9.18",
|
|
4
|
+
"description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "广州市风荷科技有限公司"
|
|
7
|
+
},
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"skills": "./adapters/cursor/skills/"
|
|
10
|
+
}
|
package/.kimi-plugin/plugin.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "release-skill",
|
|
3
|
+
"version": "0.9.18",
|
|
4
|
+
"description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "广州市风荷科技有限公司"
|
|
7
|
+
},
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"skills": "./adapters/qoder/skills/"
|
|
10
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
<!-- release-skill:changelog:start version=0.9.18 locale=en baseline=sha256:486d52ac38ecb11f043c79661728004fb1c1593089915741867cdc0f449be275 -->
|
|
4
|
+
## [0.9.18] - 2026-09-11
|
|
5
|
+
|
|
6
|
+
0.9.18 is a local source candidate that adds first-class Cursor packaging, Foundation-backed host verification, and a final local distribution path for Claude, Codex, Kimi, CodeBuddy, WorkBuddy, Qoder, and Cursor. The three Foundation dependencies remain pinned to the exact 0.21.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
|
|
7
|
+
|
|
8
|
+
### Security
|
|
9
|
+
|
|
10
|
+
- Cursor must be closed before its plugin tree is scanned or replaced. Failed upgrades preserve or restore a complete old or new directory instead of publishing a mixed tree.
|
|
11
|
+
- Host verification receives only caller-declared roots and records mechanism observations separately from release-domain publication and verification state.
|
|
12
|
+
- Hub publication remains a compare-and-swap operation. A partial Hub publication is never rolled back or force-pushed automatically.
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
|
|
16
|
+
- The npm package now includes `.cursor-plugin/plugin.json` and a self-contained `adapters/cursor/` projection with all release-skill Skills and runtime resources.
|
|
17
|
+
- Release verification can invoke Foundation 0.21.0 host verification with explicit executable and user-state roots, including Cursor project-level plugin verification.
|
|
18
|
+
- The final local updater can distribute the verified release to the declared Claude, Codex, Kimi, CodeBuddy, WorkBuddy, Qoder, and Cursor installations.
|
|
19
|
+
- Skill Family Hub remains the central marketplace. Its release entry is published through the existing Git Data API after release verification.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Local host updates verify the frozen snapshot and manifest identity before installation, and Cursor updates use Foundation fixed-set publication for first install and atomic full-directory replacement for upgrades.
|
|
24
|
+
- Platform generation, public-file projection, package allowlists, schemas, and release-finish guidance now treat Cursor as a declared host and adapter.
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- Cursor plugin names reject underscores so generated local plugin directories remain compatible with Cursor's manifest requirements.
|
|
29
|
+
- The package's native prebuild allowlist and fixed resource-closure checks now include every generated adapter, including Cursor.
|
|
30
|
+
|
|
31
|
+
### Upgrade Notes
|
|
32
|
+
|
|
33
|
+
Upgrade from 0.9.17 to obtain Cursor packaging and local installation, the Foundation-backed host verification bridge, and the unified seven-host local finish path. Remove the old release-skill standalone marketplace; use the ifoohoo/skill-family-hub repository and Hub-qualified plugin id release-skill@skill-family-hub. Reload each host after updating; an `UPDATED` filesystem result alone does not prove that the running host loaded the new version.
|
|
34
|
+
<!-- release-skill:changelog:end version=0.9.18 locale=en -->
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<!-- release-skill:changelog:start version=0.9.17 locale=en baseline=sha256:b7b382ee18c66d75612df7c83aa80439100237bf7d1ce3e36dc0cf1a038ed051 -->
|
|
38
|
+
## [0.9.17] - 2026-09-09
|
|
39
|
+
|
|
40
|
+
0.9.17 is a local source candidate that adds explicit offline verification of historical release records and a self-contained Qoder projection, while preserving the setup-root and Kimi initial-directory trust fixes. The three Foundation dependencies are pinned to the exact 0.21.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance; it also does not establish Hub acceptance.
|
|
41
|
+
|
|
42
|
+
### Security
|
|
43
|
+
|
|
44
|
+
- Offline verification reads only paths explicitly supplied on the command line and redacts local path details from its JSON result. Historical consistency does not prove that records are globally latest or that remote objects still exist.
|
|
45
|
+
- Qoder remains outside release distributions and publication checkpoints. The updater does not add a marketplace, perform a first install, uninstall, or reload the current session; `UPDATED` does not mean the new plugin has been loaded.
|
|
46
|
+
- Any later central Skill Family Hub publication uses the existing Git Data API with compare-and-swap. A partial Hub publication remains recoverable and is never rolled back or force-pushed automatically.
|
|
47
|
+
|
|
48
|
+
### Added
|
|
49
|
+
|
|
50
|
+
- The public `release-skill verify-records` CLI checks caller-supplied plan, approval, target-run, and predecessor-run bytes. It reports `CONSISTENT`, `CONTRADICTED`, or `INSUFFICIENT` without scanning `.release-skill`, following paths from records, contacting remotes, writing files, or changing release state.
|
|
51
|
+
- The npm package now includes `.qoder-plugin/plugin.json` and a self-contained `adapters/qoder/` projection. The existing post-release updater can update an already installed user-scope Qoder plugin only after the selected Hub source and frozen payload match.
|
|
52
|
+
|
|
53
|
+
### Changed
|
|
54
|
+
|
|
55
|
+
- The release-finish setup continuation uses the current `--root` release project directly. It no longer asks for a second project path, while project-level readiness and host-specific loading checks remain distinct.
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
58
|
+
|
|
59
|
+
- An authorized Kimi update can confirm the standard initial `Trust this folder?` dialog for the current release project before continuing. Unknown rows, selections, repeated trust dialogs, timeout, or early exit still stop that host.
|
|
60
|
+
|
|
61
|
+
### Upgrade Notes
|
|
62
|
+
|
|
63
|
+
Upgrade from 0.9.16 to use `release-skill verify-records`, the Qoder package projection, and the setup/Kimi fixes. Remove the old release-skill standalone marketplace; use the ifoohoo/skill-family-hub repository and Hub-qualified plugin id release-skill@skill-family-hub. The central Skill Family Hub must accept the Qoder entry before marketplace installation can begin. Real Qoder and Kimi installation, reload, and business invocation remain separate authorized follow-up work.
|
|
64
|
+
<!-- release-skill:changelog:end version=0.9.17 locale=en -->
|
|
65
|
+
|
|
66
|
+
|
|
3
67
|
<!-- release-skill:changelog:start version=0.9.16 locale=en baseline=sha256:ea8288d2ffcedf02008eb0bc10280d52bc6ddd2e383f072913340eb64cb7ca63 -->
|
|
4
68
|
## [0.9.16] - 2026-09-09
|
|
5
69
|
|
package/INSTALL.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[简体中文](INSTALL.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.9.
|
|
5
|
+
<!-- release-skill:release-version: 0.9.18 -->
|
|
6
6
|
## Prerequisites
|
|
7
7
|
|
|
8
8
|
- Node.js 22.0.0 or later
|
|
@@ -41,7 +41,9 @@ Claude Code, CodeBuddy, WorkBuddy, and Codex install release-skill from the
|
|
|
41
41
|
central [Skill Family Hub](https://github.com/ifoohoo/skill-family-hub).
|
|
42
42
|
The release-skill repository carries plugin manifests but no marketplace index.
|
|
43
43
|
release-skill currently invokes no scriptable install API for Kimi Code — see the
|
|
44
|
-
[Kimi Code section](#install-as-a-kimi-code-plugin).
|
|
44
|
+
[Kimi Code section](#install-as-a-kimi-code-plugin). Qoder uses the same Hub only
|
|
45
|
+
after its root `marketplace.json` has accepted the release-skill entry; see the
|
|
46
|
+
[Qoder section](#install-as-a-qoder-plugin). Add the marketplace once,
|
|
45
47
|
then install the plugin:
|
|
46
48
|
|
|
47
49
|
> **Prerequisite: GitHub access.** The `owner/repo` shorthand makes Claude Code
|
|
@@ -81,6 +83,16 @@ release-skill currently uses the version-pinned interactive TUI path for Kimi
|
|
|
81
83
|
Code. The release state machine reports installation as a post-release manual
|
|
82
84
|
task and does not verify its completion.
|
|
83
85
|
|
|
86
|
+
**Qoder:** after the central Hub has accepted the release-skill Qoder entry and
|
|
87
|
+
that marketplace is configured locally:
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
qoder plugins install release-skill@skill-family-hub --scope user --json
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
Do not treat the local adapter or a successful validation alone as proof of a
|
|
94
|
+
Hub marketplace install.
|
|
95
|
+
|
|
84
96
|
### Alternative: direct repository install (advanced)
|
|
85
97
|
|
|
86
98
|
The Hub marketplace above is the supported primary path. Direct installation
|
|
@@ -91,6 +103,9 @@ remains available only where the host supports a repository URL:
|
|
|
91
103
|
- CodeBuddy: single-session use from a source checkout via
|
|
92
104
|
`--plugin-dir <path>/adapters/workbuddy` (see the
|
|
93
105
|
[CodeBuddy/WorkBuddy section](#install-as-a-codebuddyworkbuddy-plugin)).
|
|
106
|
+
- Qoder: validate the generated candidate with
|
|
107
|
+
`qoder plugins validate <path>/adapters/qoder --json --strict`; validation is
|
|
108
|
+
not marketplace installation or a real Skill call.
|
|
94
109
|
|
|
95
110
|
## Install as a Kimi Code plugin
|
|
96
111
|
|
|
@@ -110,7 +125,7 @@ tag pinned to the exact version (never the bare repository URL, which installs
|
|
|
110
125
|
the latest release or default branch), confirm the trust prompt, then reload:
|
|
111
126
|
|
|
112
127
|
```
|
|
113
|
-
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.
|
|
128
|
+
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.18
|
|
114
129
|
/plugins reload
|
|
115
130
|
```
|
|
116
131
|
|
|
@@ -129,12 +144,26 @@ same TUI session before accepting the plugin trust prompt and reloading.
|
|
|
129
144
|
|
|
130
145
|
The effective configuration root is explicit `kimiHome`, then
|
|
131
146
|
`KIMI_CODE_HOME`, then `~/.kimi-code`. The TUI process and post-operation
|
|
132
|
-
observation use that same root.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
147
|
+
observation use that same root. The TUI working directory is the resolved release
|
|
148
|
+
project root passed through `--root`. After explicit confirmation of the frozen
|
|
149
|
+
plan and selection of Kimi for update, release-finish reads the complete initial
|
|
150
|
+
`Trust this folder?` dialog and requires exactly one positive
|
|
151
|
+
`Trust this folder` action and exactly one selected action. If the positive action
|
|
152
|
+
is already selected, it confirms without sending a direction key. If a known
|
|
153
|
+
rejection action is selected, it moves once according to the action's position,
|
|
154
|
+
reads the complete dialog again, and verifies the positive selection before
|
|
155
|
+
confirming. Unknown or duplicate actions, a missing or duplicate positive action,
|
|
156
|
+
an unverifiable selection, a failed move, timeout, early exit, or a folder-trust
|
|
157
|
+
dialog after the plugin command fails closed. When a later Kimi version presents
|
|
158
|
+
a new reproducible blocking layout, capture the Kimi version, visible actions,
|
|
159
|
+
selected action, and their relationship first. Add the nearest regression and
|
|
160
|
+
continue compatibility work when those facts uniquely identify the current
|
|
161
|
+
directory, positive trust action, and selection result; stop and escalate when
|
|
162
|
+
directory identity or action semantics remain ambiguous. release-finish still
|
|
163
|
+
strips ANSI/OSC control sequences and soft wrapping before it checks the frozen
|
|
164
|
+
repository, tag, and selected
|
|
165
|
+
`Trust and install` action inside the plugin trust dialog. This local check is
|
|
166
|
+
not part of `verify` and does not alter the `VERIFIED` release state.
|
|
138
167
|
|
|
139
168
|
No receipt or attestation is required. The `attest` command remains available
|
|
140
169
|
only for frozen plans created by older versions that lack the
|
|
@@ -178,6 +207,72 @@ For a single session from a source checkout you can also point CodeBuddy at the
|
|
|
178
207
|
generated plugin directory with `--plugin-dir <path>/adapters/workbuddy`; the
|
|
179
208
|
adapter never references files outside its own directory.
|
|
180
209
|
|
|
210
|
+
## Install as a Cursor Local plugin
|
|
211
|
+
|
|
212
|
+
`adapters/cursor/` contains `.cursor-plugin/plugin.json`, all public Skills and a
|
|
213
|
+
self-contained runtime. Skills resolve the plugin from the absolute `SKILL.md`
|
|
214
|
+
path supplied by Cursor and validate the root manifest; no plugin-root environment
|
|
215
|
+
variable is required.
|
|
216
|
+
|
|
217
|
+
Declare `cursor` in `postPublish.localHostUpdate.hosts` and set
|
|
218
|
+
`cursor.sourcePath: adapters/cursor`. The directory and manifest identity are
|
|
219
|
+
frozen with the public snapshot. Optional `cursor.dependencyInstall:
|
|
220
|
+
npm-ci-ignore-scripts` installs lockfile dependencies in a candidate outside the
|
|
221
|
+
scanner root.
|
|
222
|
+
|
|
223
|
+
On macOS, quit Cursor and run the installed finishing entry. Supply the real
|
|
224
|
+
absolute plugins root, commonly `.cursor/plugins` inside the user directory:
|
|
225
|
+
|
|
226
|
+
```bash
|
|
227
|
+
node <installed-plugin-root>/bin/release-skill-local-finish.mjs \
|
|
228
|
+
--root <release-project-root> --plan <frozen-plan-path> --run <completed-run-path> \
|
|
229
|
+
--update-local-hosts --hosts cursor --confirm-plan <planDigest> \
|
|
230
|
+
--cursor-plugins-root <absolute-cursor-plugins-root> --json
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
The command verifies the plan, run lineage and frozen snapshot before installing
|
|
234
|
+
the complete plugin at `<cursor-plugins-root>/local/<plugin>`. First installation
|
|
235
|
+
never overwrites an existing directory. Upgrades atomically exchange whole
|
|
236
|
+
directories and retain the old version at `backups/<plugin>/release-*/plugin`.
|
|
237
|
+
An identical version and full closure returns `ALREADY_CURRENT`; a completed
|
|
238
|
+
write returns `UPDATED` with restart instructions. Indeterminate exchanges retain
|
|
239
|
+
both sides for manual inspection; do not retry blindly. If backup relocation
|
|
240
|
+
fails while the exchanged mapping remains provable, the script restores the old
|
|
241
|
+
directory and reports failure.
|
|
242
|
+
|
|
243
|
+
Restart Cursor or run Reload Window, then verify the Local source, version,
|
|
244
|
+
public Skills and a real business invocation separately. Installation does not
|
|
245
|
+
prove loading and never changes `VERIFIED`. Other operating systems, a running
|
|
246
|
+
Cursor process or unavailable process observation return `MANUAL_REQUIRED`.
|
|
247
|
+
|
|
248
|
+
## Install as a Qoder plugin
|
|
249
|
+
|
|
250
|
+
The npm package ships `.qoder-plugin/plugin.json` and a generated,
|
|
251
|
+
self-contained `adapters/qoder/` tree. Qoder is a build-only projection: it does
|
|
252
|
+
not add a `qoder-plugin` distribution type or a publish/reconcile/verify install
|
|
253
|
+
checkpoint.
|
|
254
|
+
|
|
255
|
+
The central Hub root `marketplace.json` must first contain an accepted
|
|
256
|
+
release-skill entry whose source resolves to this Qoder projection. Once that
|
|
257
|
+
entry is present and `skill-family-hub` is configured, install at user scope:
|
|
258
|
+
|
|
259
|
+
```bash
|
|
260
|
+
qoder plugins install release-skill@skill-family-hub --scope user --json
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
The optional `release-finish` path updates only an existing user-scope Qoder
|
|
264
|
+
installation selected by the user and declared in the frozen plan. Before any
|
|
265
|
+
write it matches the Hub name and repository, then rechecks the refreshed source
|
|
266
|
+
and frozen payload. It may run the named marketplace update followed by
|
|
267
|
+
`qoder plugins update release-skill@skill-family-hub --scope user`; it never
|
|
268
|
+
adds a marketplace, first-installs the plugin, removes a marketplace, or
|
|
269
|
+
uninstalls and reinstalls the plugin.
|
|
270
|
+
|
|
271
|
+
An `UPDATED` result proves installed bytes, not what the current Qoder session
|
|
272
|
+
has loaded. Reload the plugin or start a new session, then use the discovered
|
|
273
|
+
release-skill to complete one read-only release task before claiming the new
|
|
274
|
+
version is active. These local results do not change `VERIFIED`.
|
|
275
|
+
|
|
181
276
|
## Consumer verification boundaries
|
|
182
277
|
|
|
183
278
|
**When verification runs.** Consumer-side install verification executes only
|
package/INSTALL.zh-CN.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](INSTALL.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.9.
|
|
5
|
+
<!-- release-skill:release-version: 0.9.18 -->
|
|
6
6
|
## 前置条件
|
|
7
7
|
|
|
8
8
|
- Node.js 22.0.0 或更高版本
|
|
@@ -37,7 +37,9 @@ release-skill help
|
|
|
37
37
|
Claude Code、CodeBuddy、WorkBuddy 和 Codex 从统一的
|
|
38
38
|
[Skill Family Hub](https://github.com/ifoohoo/skill-family-hub)
|
|
39
39
|
安装 release-skill。release-skill 仓库只携带插件清单,不再携带市场索引。当前没有接入
|
|
40
|
-
Kimi Code 的可脚本化安装接口,见 [Kimi Code 小节](#安装为-kimi-code-插件)
|
|
40
|
+
Kimi Code 的可脚本化安装接口,见 [Kimi Code 小节](#安装为-kimi-code-插件)。Qoder
|
|
41
|
+
只有在 Hub 根 `marketplace.json` 已接纳 release-skill 条目后才使用同一市场,见
|
|
42
|
+
[Qoder 小节](#安装为-qoder-插件)。先添加一次市场,再安装
|
|
41
43
|
插件:
|
|
42
44
|
|
|
43
45
|
> **前置条件:GitHub 访问。** `owner/repo` 简写会让 Claude Code 通过
|
|
@@ -75,6 +77,14 @@ codex plugin marketplace add ifoohoo/skill-family-hub
|
|
|
75
77
|
release-skill 当前对 Kimi Code 采用钉死版本的交互式 TUI 路径。发布状态机会把安装
|
|
76
78
|
列为发布后人工待办,不核验其完成结果。
|
|
77
79
|
|
|
80
|
+
**Qoder:** 中央 Hub 已接纳 release-skill 的 Qoder 条目,且本机已配置该市场后执行:
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
qoder plugins install release-skill@skill-family-hub --scope user --json
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
本地适配器存在或候选校验成功,都不能单独证明 Hub 市场安装成立。
|
|
87
|
+
|
|
78
88
|
### 备选:直接从仓库安装(进阶)
|
|
79
89
|
|
|
80
90
|
上面的 Hub 市场是受支持的主路径。只有宿主支持仓库 URL 时,才能直接安装:
|
|
@@ -84,6 +94,8 @@ release-skill 当前对 Kimi Code 采用钉死版本的交互式 TUI 路径。
|
|
|
84
94
|
- CodeBuddy:源码检出后通过 `--plugin-dir <path>/adapters/workbuddy`
|
|
85
95
|
单会话使用(见
|
|
86
96
|
[CodeBuddy/WorkBuddy 小节](#安装为-codebuddyworkbuddy-插件))。
|
|
97
|
+
- Qoder:执行 `qoder plugins validate <path>/adapters/qoder --json --strict`
|
|
98
|
+
校验生成候选;该结果不等于市场安装,也不等于真实 Skill 调用。
|
|
87
99
|
|
|
88
100
|
## 安装为 Kimi Code 插件
|
|
89
101
|
|
|
@@ -101,7 +113,7 @@ release-skill 当前只采用并验证 Kimi Code 的交互式 TUI 路径,**无
|
|
|
101
113
|
(切勿使用裸仓库地址,它会安装最新 release 或默认分支),确认信任提示后重新加载:
|
|
102
114
|
|
|
103
115
|
```
|
|
104
|
-
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.
|
|
116
|
+
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.18
|
|
105
117
|
/plugins reload
|
|
106
118
|
```
|
|
107
119
|
|
|
@@ -114,10 +126,18 @@ release-finish 会重新读取 Kimi 的受管安装根,不复用操作前的
|
|
|
114
126
|
移除,再按发布标签安装、确认插件信任并重新加载。
|
|
115
127
|
|
|
116
128
|
有效配置根依次取显式 `kimiHome`、`KIMI_CODE_HOME`、`~/.kimi-code`,TUI 进程和
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
`Trust this folder
|
|
120
|
-
|
|
129
|
+
操作后观察使用同一根,TUI 工作目录固定为 `--root` 指定的当前发布项目。用户确认冻结
|
|
130
|
+
计划并显式选择更新 Kimi 后,release-finish 会读取完整的初始 `Trust this folder?`
|
|
131
|
+
对话框,并要求其中只有一个正向项 `Trust this folder` 和一个选中项。正向项已经选中时,
|
|
132
|
+
流程不发送方向键,直接确认;已知拒绝项选中时,流程按它与正向项的相对位置移动一次,
|
|
133
|
+
重新读取完整对话框并确认正向项已选中,然后才提交。出现未知或重复选项、正向项缺失或
|
|
134
|
+
重复、选中状态无法核验、移动后无法确认、超时、提前退出,或者插件命令发出后再次出现
|
|
135
|
+
目录信任时,该宿主失败并停止。若后续 Kimi 版本出现新的可复现阻断界面,先记录 Kimi
|
|
136
|
+
版本、可见选项、选中项及其相对关系;这些事实足以唯一确认当前目录、正向信任项和选择
|
|
137
|
+
结果时,在最近测试补回归与兼容并继续,目录身份或选项语义仍有歧义时停止并交回主会话。
|
|
138
|
+
release-finish 仍会先清理 ANSI/OSC 控制序列和软换行,再在插件信任对话框内核对冻结
|
|
139
|
+
仓库、标签和当前选中的
|
|
140
|
+
`Trust and install`。这个本机检查不属于 `verify`,也不会改变
|
|
121
141
|
已经完成的 `VERIFIED` 发布状态。
|
|
122
142
|
|
|
123
143
|
新计划无需收据或人工证明。`attest` 命令仅兼容缺少
|
|
@@ -152,6 +172,57 @@ codebuddy CLI 可以添加市场并安装插件,但 **`plugin marketplace add`
|
|
|
152
172
|
源码检出后也可以用 `--plugin-dir <path>/adapters/workbuddy` 把 CodeBuddy 指向
|
|
153
173
|
生成的插件目录做单会话使用;适配器不引用自身目录之外的任何文件。
|
|
154
174
|
|
|
175
|
+
## 安装为 Qoder 插件
|
|
176
|
+
|
|
177
|
+
npm 包内提供 `.qoder-plugin/plugin.json` 和生成的自包含 `adapters/qoder/` 目录。
|
|
178
|
+
Qoder 只是 build-only 投影,不新增 `qoder-plugin` 分发类型,也不新增 publish、
|
|
179
|
+
reconcile 或 verify 安装检查点。
|
|
180
|
+
|
|
181
|
+
中央 Hub 根 `marketplace.json` 必须先接纳 release-skill 条目,且该条目的来源要解析到
|
|
182
|
+
本插件的 Qoder 投影。条目存在并已配置 `skill-family-hub` 后,执行用户范围安装:
|
|
183
|
+
|
|
184
|
+
```bash
|
|
185
|
+
qoder plugins install release-skill@skill-family-hub --scope user --json
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
可选的 `release-finish` 只更新用户已选择、冻结计划已声明且已经存在的用户范围 Qoder
|
|
189
|
+
安装。写入前先核对 Hub 名称和仓库;刷新市场后,再核对来源与冻结载荷。流程可以更新
|
|
190
|
+
指定市场,再执行 `qoder plugins update release-skill@skill-family-hub --scope user`;
|
|
191
|
+
不会添加市场、首次安装插件、删除市场,也不会卸载后重装。
|
|
192
|
+
|
|
193
|
+
`UPDATED` 只证明安装载荷已更新,不代表当前 Qoder 会话已经加载新版。必须重新加载插件
|
|
194
|
+
或新开会话,再由真实发现的 release-skill 完成一次只读发布业务调用,才能宣称新版已
|
|
195
|
+
生效。这些本机结果不会改变 `VERIFIED`。
|
|
196
|
+
|
|
197
|
+
## 安装为 Cursor 本地插件
|
|
198
|
+
|
|
199
|
+
包内 `adapters/cursor/` 包含 `.cursor-plugin/plugin.json`、全部公开 Skill 和自足运行资源。
|
|
200
|
+
Skill 根据宿主实际加载的 `SKILL.md` 绝对路径定位插件根,并检查根清单;不依赖插件根环境变量。
|
|
201
|
+
|
|
202
|
+
发布项目在 `postPublish.localHostUpdate.hosts` 中声明 `cursor`,并设置
|
|
203
|
+
`cursor.sourcePath: adapters/cursor`。该相对目录与清单身份随公开快照冻结;需要锁文件依赖时,
|
|
204
|
+
可设置 `cursor.dependencyInstall: npm-ci-ignore-scripts`,脚本只在扫描根外的候选中安装依赖。
|
|
205
|
+
|
|
206
|
+
macOS 上先退出 Cursor,再运行已安装版本的收尾入口。插件根必须使用真实绝对路径;
|
|
207
|
+
常见位置是用户目录下的 `.cursor/plugins`,命令不会自动推断它。
|
|
208
|
+
|
|
209
|
+
```bash
|
|
210
|
+
node <installed-plugin-root>/bin/release-skill-local-finish.mjs \
|
|
211
|
+
--root <release-project-root> --plan <frozen-plan-path> --run <completed-run-path> \
|
|
212
|
+
--update-local-hosts --hosts cursor --confirm-plan <planDigest> \
|
|
213
|
+
--cursor-plugins-root <absolute-cursor-plugins-root> --json
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
命令先复验计划、运行谱系和冻结快照,再把完整插件放到 `<cursor-plugins-root>/local/<plugin>`。
|
|
217
|
+
首次安装不覆盖已有目录;升级整体交换目录,并把旧版保存到 `backups/<plugin>/release-*/plugin`。
|
|
218
|
+
相同版本和完整闭包一致时返回 `ALREADY_CURRENT`;写入成功返回 `UPDATED` 和重启提示。
|
|
219
|
+
交换结果不确定时保留现场并要求人工检查,禁止原样重试。备份迁移失败且交换映射可确认时,
|
|
220
|
+
脚本恢复原目录并报告失败。
|
|
221
|
+
|
|
222
|
+
重启 Cursor 或执行 Reload Window 后,分别核对 Local 来源、版本、公开 Skill 和一次实际业务调用。
|
|
223
|
+
安装成功不等于新版已加载;本机结果不改变 `VERIFIED`。其他操作系统、Cursor 仍运行或进程状态
|
|
224
|
+
无法判断时,自动安装返回 `MANUAL_REQUIRED`。
|
|
225
|
+
|
|
155
226
|
## 消费端安装验证边界
|
|
156
227
|
|
|
157
228
|
**何时执行验证。** 消费端安装验证仅在安装契约关键文件相对已确认公开基线发生变化时执行;
|