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
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* release-skill CLI entry point.
|
|
4
|
+
*
|
|
5
|
+
* Loads the self-contained bundle (release-skill.bundle.mjs) which runs
|
|
6
|
+
* without node_modules. Fails closed with a clear error when the bundle
|
|
7
|
+
* is missing — never falls back to source CLI in installed state.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import { stat } from 'node:fs/promises';
|
|
11
|
+
import { dirname, join } from 'node:path';
|
|
12
|
+
import { fileURLToPath } from 'node:url';
|
|
13
|
+
|
|
14
|
+
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
15
|
+
const bundlePath = join(__dirname, 'release-skill.bundle.mjs');
|
|
16
|
+
|
|
17
|
+
let bundleExists = false;
|
|
18
|
+
try {
|
|
19
|
+
const st = await stat(bundlePath);
|
|
20
|
+
bundleExists = st.isFile();
|
|
21
|
+
} catch {
|
|
22
|
+
// Bundle does not exist.
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (!bundleExists) {
|
|
26
|
+
// Fail closed with static text only: never interpolate bundlePath (or any
|
|
27
|
+
// other machine-specific value) so a copied/installed launcher cannot leak
|
|
28
|
+
// absolute paths, usernames, or host layout on stdout/stderr. This branch
|
|
29
|
+
// is self-contained by design — it must not import src/* or rely on the
|
|
30
|
+
// missing bundle's redaction helpers.
|
|
31
|
+
console.error(
|
|
32
|
+
`Error: release-skill bundle not found (release-skill.bundle.mjs).\n` +
|
|
33
|
+
`The self-contained bundle is required for installed-plugin execution.\n` +
|
|
34
|
+
`Reinstall the plugin, or run 'node scripts/build-bundle.mjs' in a source checkout to rebuild it.`,
|
|
35
|
+
);
|
|
36
|
+
process.exit(1);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// The bundle owns the command lifecycle: its entry awaits command completion
|
|
40
|
+
// and exits with the real business exit code (success, business errors,
|
|
41
|
+
// handled async rejections, unknown commands). The launcher only guards the
|
|
42
|
+
// load itself: if the bundle cannot be evaluated (corrupt or incompatible
|
|
43
|
+
// build), fail closed with static text only — module-load failures carry
|
|
44
|
+
// absolute paths in their messages, so the failure is never interpolated.
|
|
45
|
+
try {
|
|
46
|
+
await import(bundlePath);
|
|
47
|
+
} catch {
|
|
48
|
+
console.error(
|
|
49
|
+
`Error: release-skill bundle failed to load (release-skill.bundle.mjs).\n` +
|
|
50
|
+
`The self-contained bundle is required for installed-plugin execution.\n` +
|
|
51
|
+
`Reinstall the plugin, or run 'node scripts/build-bundle.mjs' in a source checkout to rebuild it.`,
|
|
52
|
+
);
|
|
53
|
+
process.exit(1);
|
|
54
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.contracts.rules",
|
|
4
|
+
"contractsVersion": "1.18.0",
|
|
5
|
+
"budget": {
|
|
6
|
+
"firstVersionMax": 20,
|
|
7
|
+
"absoluteMax": 30,
|
|
8
|
+
"note": "Mechanical gate: runChecks fails with SFC1008 when the mandatory rule count exceeds firstVersionMax, and fails harder when it exceeds absoluteMax. The count includes every rule with severity mandatory, including budget rules themselves."
|
|
9
|
+
},
|
|
10
|
+
"checkTypes": [
|
|
11
|
+
{
|
|
12
|
+
"type": "schema.compile",
|
|
13
|
+
"description": "Each registered schema must compile under its declared dialect; an uncompilable schema fails with SFC1012."
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "schema.unique-id",
|
|
17
|
+
"description": "No two registered schemas may share a $id; duplicates fail with SFC1003."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "protocol.unique-name",
|
|
21
|
+
"description": "No two registered protocols may share the same name and version; duplicates fail with SFC1004."
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "schema.ref-resolves",
|
|
25
|
+
"description": "Every $ref in registered schemas must resolve within the registered schema set; unresolved targets fail with SFC1005."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "schema.dialect-declared",
|
|
29
|
+
"description": "Every registered schema must declare a dialect from the supported set, consistent with its $schema URI; violations fail with SFC1006."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "fixture.positive-passes",
|
|
33
|
+
"description": "Every fixture expecting validity must validate against its target schema under its declared dialect and policy; mismatches fail with SFC1010."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "fixture.negative-coded",
|
|
37
|
+
"description": "Every fixture expecting invalidity must fail with exactly its declared stable error code; mismatches fail with SFC1010."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "error-code.registered",
|
|
41
|
+
"description": "Every error code declared in fixture expectations must exist in the frozen error registry; unknown codes fail with SFC1009."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "rules.budget",
|
|
45
|
+
"description": "The mandatory rule count must stay within the first-version budget (and never exceed the absolute cap); excess fails with SFC1008."
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"rules": [
|
|
49
|
+
{
|
|
50
|
+
"ruleId": "CR-001",
|
|
51
|
+
"severity": "mandatory",
|
|
52
|
+
"checkType": "schema.compile",
|
|
53
|
+
"target": { "registry": "schemas" }
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"ruleId": "CR-006",
|
|
57
|
+
"severity": "mandatory",
|
|
58
|
+
"checkType": "schema.unique-id",
|
|
59
|
+
"target": { "registry": "schemas" }
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"ruleId": "CR-007",
|
|
63
|
+
"severity": "mandatory",
|
|
64
|
+
"checkType": "protocol.unique-name",
|
|
65
|
+
"target": { "registry": "protocols" }
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"ruleId": "CR-008",
|
|
69
|
+
"severity": "mandatory",
|
|
70
|
+
"checkType": "schema.ref-resolves",
|
|
71
|
+
"target": { "registry": "schemas" }
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"ruleId": "CR-009",
|
|
75
|
+
"severity": "mandatory",
|
|
76
|
+
"checkType": "schema.dialect-declared",
|
|
77
|
+
"target": { "registry": "schemas" }
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"ruleId": "CR-010",
|
|
81
|
+
"severity": "mandatory",
|
|
82
|
+
"checkType": "fixture.positive-passes",
|
|
83
|
+
"target": { "fixtures": "expect-valid" }
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"ruleId": "CR-011",
|
|
87
|
+
"severity": "mandatory",
|
|
88
|
+
"checkType": "fixture.negative-coded",
|
|
89
|
+
"target": { "fixtures": "expect-invalid" }
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"ruleId": "CR-012",
|
|
93
|
+
"severity": "mandatory",
|
|
94
|
+
"checkType": "error-code.registered",
|
|
95
|
+
"target": { "references": "fixture-expectations" }
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"ruleId": "CR-013",
|
|
99
|
+
"severity": "mandatory",
|
|
100
|
+
"checkType": "rules.budget",
|
|
101
|
+
"target": { "budget": "firstVersionMax" }
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://contracts.skill-family.example/v1/consumer-contract-vector.json",
|
|
4
|
+
"title": "ConsumerContractVector",
|
|
5
|
+
"description": "A public, version-bound input and expected-observation vector for a Foundation consumer contract.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"required": ["schemaVersion", "kind", "vectorId", "vectorSetId", "capabilityId", "foundationVersion", "contractId", "caseClass", "strategy", "request", "expected"],
|
|
9
|
+
"properties": {
|
|
10
|
+
"schemaVersion": { "const": 1 },
|
|
11
|
+
"kind": { "const": "skill-family.consumer-contract-vector" },
|
|
12
|
+
"vectorId": { "type": "string", "minLength": 1 },
|
|
13
|
+
"vectorSetId": { "type": "string", "minLength": 1 },
|
|
14
|
+
"capabilityId": { "type": "string", "minLength": 1 },
|
|
15
|
+
"foundationVersion": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" },
|
|
16
|
+
"contractId": { "type": "string", "minLength": 1 },
|
|
17
|
+
"caseClass": { "enum": ["positive", "negative", "indeterminate"] },
|
|
18
|
+
"strategy": { "enum": ["real-pure", "official-fake"] },
|
|
19
|
+
"request": { "type": "object" },
|
|
20
|
+
"expected": {
|
|
21
|
+
"oneOf": [
|
|
22
|
+
{
|
|
23
|
+
"type": "object",
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": ["outcome", "valueRelation"],
|
|
26
|
+
"properties": {
|
|
27
|
+
"outcome": { "const": "return" },
|
|
28
|
+
"valueRelation": { "const": "atomic-write-contained-absolute-target" }
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "object",
|
|
33
|
+
"additionalProperties": false,
|
|
34
|
+
"required": ["outcome", "value"],
|
|
35
|
+
"properties": {
|
|
36
|
+
"outcome": { "const": "return" },
|
|
37
|
+
"value": {}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "object",
|
|
42
|
+
"additionalProperties": false,
|
|
43
|
+
"required": ["outcome", "errorCode"],
|
|
44
|
+
"properties": {
|
|
45
|
+
"outcome": { "const": "throw" },
|
|
46
|
+
"errorCode": { "type": "string", "pattern": "^SFC[0-9]{4}$" }
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "object",
|
|
51
|
+
"additionalProperties": false,
|
|
52
|
+
"required": ["outcome", "errorCode", "errorKind"],
|
|
53
|
+
"properties": {
|
|
54
|
+
"outcome": { "const": "throw" },
|
|
55
|
+
"errorCode": { "type": "string", "pattern": "^SFC[0-9]{4}$" },
|
|
56
|
+
"errorKind": { "const": "path-traversal" }
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "object",
|
|
61
|
+
"additionalProperties": false,
|
|
62
|
+
"required": ["outcome", "allowedStates", "failClosed"],
|
|
63
|
+
"properties": {
|
|
64
|
+
"outcome": { "const": "indeterminate" },
|
|
65
|
+
"allowedStates": {
|
|
66
|
+
"type": "array",
|
|
67
|
+
"minItems": 1,
|
|
68
|
+
"items": { "enum": ["return", "throw", "indeterminate"] },
|
|
69
|
+
"uniqueItems": true
|
|
70
|
+
},
|
|
71
|
+
"failClosed": { "const": true }
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"allOf": [
|
|
78
|
+
{
|
|
79
|
+
"if": {
|
|
80
|
+
"properties": { "capabilityId": { "const": "foundation.harness.atomic-write" } },
|
|
81
|
+
"required": ["capabilityId"]
|
|
82
|
+
},
|
|
83
|
+
"then": {
|
|
84
|
+
"properties": {
|
|
85
|
+
"request": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"required": ["root"],
|
|
88
|
+
"properties": { "root": { "$ref": "#/$defs/atomicRoot" } }
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"else": {
|
|
93
|
+
"properties": {
|
|
94
|
+
"request": {
|
|
95
|
+
"type": "object",
|
|
96
|
+
"properties": {
|
|
97
|
+
"root": {
|
|
98
|
+
"not": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"required": ["runtimeBinding"],
|
|
101
|
+
"properties": { "runtimeBinding": { "const": "atomic-write-canonical-root" } }
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"if": {
|
|
111
|
+
"properties": {
|
|
112
|
+
"capabilityId": { "const": "foundation.harness.atomic-write" },
|
|
113
|
+
"caseClass": { "const": "negative" }
|
|
114
|
+
},
|
|
115
|
+
"required": ["capabilityId", "caseClass"]
|
|
116
|
+
},
|
|
117
|
+
"then": {
|
|
118
|
+
"properties": {
|
|
119
|
+
"expected": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"required": ["errorKind"],
|
|
122
|
+
"properties": { "errorKind": { "const": "path-traversal" } }
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"else": {
|
|
127
|
+
"properties": {
|
|
128
|
+
"expected": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"not": {
|
|
131
|
+
"required": ["errorKind"],
|
|
132
|
+
"properties": { "errorKind": true }
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"$defs": {
|
|
140
|
+
"atomicRoot": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"additionalProperties": false,
|
|
143
|
+
"required": ["runtimeBinding"],
|
|
144
|
+
"properties": {
|
|
145
|
+
"runtimeBinding": { "const": "atomic-write-canonical-root" }
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "claude",
|
|
5
|
+
"displayName": "Claude Code",
|
|
6
|
+
"support": "supported",
|
|
7
|
+
"maturity": "stable",
|
|
8
|
+
"sourceAliases": [
|
|
9
|
+
"claude-code"
|
|
10
|
+
],
|
|
11
|
+
"driverId": "claude-version-v1",
|
|
12
|
+
"adapterFormat": "skill-directory-v1",
|
|
13
|
+
"verification": {
|
|
14
|
+
"driverId": "claude-code-print-v1",
|
|
15
|
+
"authStrategy": "existing-user-state",
|
|
16
|
+
"credentialMutation": "host-managed"
|
|
17
|
+
},
|
|
18
|
+
"pathCategories": [
|
|
19
|
+
{
|
|
20
|
+
"id": "claude-user-skills",
|
|
21
|
+
"role": "skill-root",
|
|
22
|
+
"scope": "user",
|
|
23
|
+
"anchor": "user-home",
|
|
24
|
+
"relPath": ".claude/skills"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "claude-project-skills",
|
|
28
|
+
"role": "skill-root",
|
|
29
|
+
"scope": "project",
|
|
30
|
+
"anchor": "project-root",
|
|
31
|
+
"relPath": ".claude/skills"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"probeCapabilities": [
|
|
35
|
+
"cli",
|
|
36
|
+
"version",
|
|
37
|
+
"payload",
|
|
38
|
+
"registry",
|
|
39
|
+
"discover",
|
|
40
|
+
"enabled",
|
|
41
|
+
"reload",
|
|
42
|
+
"smoke",
|
|
43
|
+
"uninstall"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "codebuddy",
|
|
5
|
+
"displayName": "CodeBuddy",
|
|
6
|
+
"support": "manual",
|
|
7
|
+
"maturity": "manual",
|
|
8
|
+
"verification": {
|
|
9
|
+
"driverId": "codebuddy-print-v1",
|
|
10
|
+
"authStrategy": "existing-user-state",
|
|
11
|
+
"credentialMutation": "host-managed"
|
|
12
|
+
},
|
|
13
|
+
"sourceAliases": [],
|
|
14
|
+
"pathCategories": [],
|
|
15
|
+
"probeCapabilities": [
|
|
16
|
+
"cli",
|
|
17
|
+
"version",
|
|
18
|
+
"payload",
|
|
19
|
+
"registry",
|
|
20
|
+
"discover",
|
|
21
|
+
"enabled",
|
|
22
|
+
"reload",
|
|
23
|
+
"smoke",
|
|
24
|
+
"uninstall"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "codex",
|
|
5
|
+
"displayName": "Codex",
|
|
6
|
+
"support": "supported",
|
|
7
|
+
"maturity": "stable",
|
|
8
|
+
"sourceAliases": [
|
|
9
|
+
"openai-codex"
|
|
10
|
+
],
|
|
11
|
+
"driverId": "codex-version-v1",
|
|
12
|
+
"adapterFormat": "skill-directory-v1",
|
|
13
|
+
"verification": {
|
|
14
|
+
"driverId": "codex-exec-v1",
|
|
15
|
+
"authStrategy": "existing-user-state",
|
|
16
|
+
"credentialMutation": "host-managed"
|
|
17
|
+
},
|
|
18
|
+
"pathCategories": [
|
|
19
|
+
{
|
|
20
|
+
"id": "codex-user-skills",
|
|
21
|
+
"role": "skill-root",
|
|
22
|
+
"scope": "user",
|
|
23
|
+
"anchor": "user-home",
|
|
24
|
+
"relPath": ".agents/skills"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "codex-project-skills",
|
|
28
|
+
"role": "skill-root",
|
|
29
|
+
"scope": "project",
|
|
30
|
+
"anchor": "project-root",
|
|
31
|
+
"relPath": ".agents/skills"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"probeCapabilities": [
|
|
35
|
+
"cli",
|
|
36
|
+
"version",
|
|
37
|
+
"payload",
|
|
38
|
+
"registry",
|
|
39
|
+
"discover",
|
|
40
|
+
"enabled",
|
|
41
|
+
"reload",
|
|
42
|
+
"smoke",
|
|
43
|
+
"uninstall"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "cursor",
|
|
5
|
+
"displayName": "Cursor",
|
|
6
|
+
"support": "manual",
|
|
7
|
+
"maturity": "developer-preview",
|
|
8
|
+
"sourceAliases": [],
|
|
9
|
+
"verification": {
|
|
10
|
+
"driverId": "cursor-agent-print-v1",
|
|
11
|
+
"authStrategy": "existing-user-state",
|
|
12
|
+
"credentialMutation": "host-managed"
|
|
13
|
+
},
|
|
14
|
+
"pathCategories": [
|
|
15
|
+
{
|
|
16
|
+
"id": "cursor-project-skills",
|
|
17
|
+
"role": "skill-root",
|
|
18
|
+
"scope": "project",
|
|
19
|
+
"anchor": "project-root",
|
|
20
|
+
"relPath": ".cursor/skills"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"probeCapabilities": [
|
|
24
|
+
"cli",
|
|
25
|
+
"version",
|
|
26
|
+
"payload",
|
|
27
|
+
"registry",
|
|
28
|
+
"discover",
|
|
29
|
+
"enabled",
|
|
30
|
+
"reload",
|
|
31
|
+
"smoke",
|
|
32
|
+
"uninstall"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "deepseek-harness",
|
|
5
|
+
"displayName": "DeepSeek Harness",
|
|
6
|
+
"support": "manual",
|
|
7
|
+
"maturity": "developer-preview",
|
|
8
|
+
"sourceAliases": [
|
|
9
|
+
"dsh"
|
|
10
|
+
],
|
|
11
|
+
"pathCategories": [],
|
|
12
|
+
"probeCapabilities": [
|
|
13
|
+
"cli",
|
|
14
|
+
"version",
|
|
15
|
+
"payload",
|
|
16
|
+
"registry",
|
|
17
|
+
"discover",
|
|
18
|
+
"enabled",
|
|
19
|
+
"reload",
|
|
20
|
+
"smoke",
|
|
21
|
+
"uninstall"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "kimi-code",
|
|
5
|
+
"displayName": "Kimi Code",
|
|
6
|
+
"support": "manual",
|
|
7
|
+
"maturity": "manual",
|
|
8
|
+
"verification": {
|
|
9
|
+
"driverId": "kimi-code-print-v1",
|
|
10
|
+
"authStrategy": "existing-user-state",
|
|
11
|
+
"credentialMutation": "host-managed"
|
|
12
|
+
},
|
|
13
|
+
"sourceAliases": [
|
|
14
|
+
"kimi"
|
|
15
|
+
],
|
|
16
|
+
"pathCategories": [
|
|
17
|
+
{
|
|
18
|
+
"id": "plugin-adapter-skill-root",
|
|
19
|
+
"role": "skill-root",
|
|
20
|
+
"scope": "project",
|
|
21
|
+
"anchor": "project-root",
|
|
22
|
+
"relPath": "skills"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"probeCapabilities": [
|
|
26
|
+
"cli",
|
|
27
|
+
"version",
|
|
28
|
+
"payload",
|
|
29
|
+
"registry",
|
|
30
|
+
"discover",
|
|
31
|
+
"enabled",
|
|
32
|
+
"reload",
|
|
33
|
+
"smoke",
|
|
34
|
+
"uninstall"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "qoder",
|
|
5
|
+
"displayName": "Qoder",
|
|
6
|
+
"support": "manual",
|
|
7
|
+
"maturity": "manual",
|
|
8
|
+
"sourceAliases": [],
|
|
9
|
+
"verification": {
|
|
10
|
+
"driverId": "qodercli-print-v1",
|
|
11
|
+
"authStrategy": "existing-user-state",
|
|
12
|
+
"credentialMutation": "host-managed"
|
|
13
|
+
},
|
|
14
|
+
"pathCategories": [],
|
|
15
|
+
"probeCapabilities": [
|
|
16
|
+
"cli",
|
|
17
|
+
"version",
|
|
18
|
+
"payload",
|
|
19
|
+
"registry",
|
|
20
|
+
"discover",
|
|
21
|
+
"enabled",
|
|
22
|
+
"reload",
|
|
23
|
+
"smoke",
|
|
24
|
+
"uninstall"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "skill-family.host-descriptor",
|
|
4
|
+
"hostId": "workbuddy",
|
|
5
|
+
"displayName": "WorkBuddy",
|
|
6
|
+
"support": "manual",
|
|
7
|
+
"maturity": "manual",
|
|
8
|
+
"verification": {
|
|
9
|
+
"driverId": "workbuddy-codebuddy-print-v1",
|
|
10
|
+
"authStrategy": "existing-user-state",
|
|
11
|
+
"credentialMutation": "host-managed"
|
|
12
|
+
},
|
|
13
|
+
"sourceAliases": [],
|
|
14
|
+
"pathCategories": [
|
|
15
|
+
{
|
|
16
|
+
"id": "plugin-adapter-skill-root",
|
|
17
|
+
"role": "skill-root",
|
|
18
|
+
"scope": "project",
|
|
19
|
+
"anchor": "project-root",
|
|
20
|
+
"relPath": "skills"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"probeCapabilities": [
|
|
24
|
+
"cli",
|
|
25
|
+
"version",
|
|
26
|
+
"payload",
|
|
27
|
+
"registry",
|
|
28
|
+
"discover",
|
|
29
|
+
"enabled",
|
|
30
|
+
"reload",
|
|
31
|
+
"smoke",
|
|
32
|
+
"uninstall"
|
|
33
|
+
]
|
|
34
|
+
}
|