All contracts

Compatibility / Capability contract

Module Support V1

Defines the versioned module support v1 boundary used by Workspai and its consumers.

Schema version
rapidkit-module-support-v1
Contract path
contracts/module-support.v1.json
Publication
synced-supporting-contract
Defined fields
10
Artifact bindings
0

Why this contract exists

Architecture role

Defines a versioned interoperability boundary used by Workspai and contract-aware consumers.

Consumption boundary

  • Workspai CLI
  • Contract-aware integrations

Related commands

Commands are linked only when the runtime contract identifies a direct production relationship. Supporting contracts may be consumed without having a single producer command.

This is a supporting, capability, cache, compatibility, or consumer contract. It has no single direct producer command in the canonical Workspace Intelligence execution registry.

Produced artifacts

These durable files are emitted by registered commands and validated against this contract.

No canonical file artifact is registered for this contract. It may describe capabilities, embedded data, runtime exchange, or supporting state instead of a standalone report.

Field reference

Every declared schema property or published capability path is listed here. Required means the contract declares or publishes that field at the shown boundary.

Field pathTypeRequiredMeaningConstraints
moduleCapableKitIdsarrayYesPublished modulecapablekitids capability data.
moduleCapableKitIds[]stringYesPublished modulecapablekitids[] capability data.
moduleCapableProjectTypesarrayYesPublished modulecapableprojecttypes capability data.
moduleCapableProjectTypes[]stringYesPublished modulecapableprojecttypes[] capability data.
moduleUnsupportedBackendProjectTypesarrayYesPublished moduleunsupportedbackendprojecttypes capability data.
moduleUnsupportedBackendProjectTypes[]stringYesPublished moduleunsupportedbackendprojecttypes[] capability data.
moduleUnsupportedFrontendProjectTypesarrayYesPublished moduleunsupportedfrontendprojecttypes capability data.
moduleUnsupportedFrontendProjectTypes[]stringYesPublished moduleunsupportedfrontendprojecttypes[] capability data.
policyNotestringYesPublished policynote capability data.
schemaVersionstringYesPublished schemaversion capability data.

Canonical machine-readable definition

The raw synchronized contract remains authoritative. The educational sections above are projections of this definition.

Show raw JSON
{
  "schemaVersion": "rapidkit-module-support-v1",
  "moduleCapableProjectTypes": [
    "fastapi",
    "nestjs"
  ],
  "moduleCapableKitIds": [
    "fastapi.standard",
    "fastapi.ddd",
    "nestjs.standard"
  ],
  "moduleUnsupportedBackendProjectTypes": [
    "go",
    "springboot",
    "dotnet"
  ],
  "moduleUnsupportedFrontendProjectTypes": [
    "nextjs",
    "remix",
    "vite-react",
    "vite-vue",
    "vite-svelte",
    "vite-solid",
    "vite-vanilla",
    "nuxt",
    "angular",
    "astro",
    "sveltekit"
  ],
  "policyNote": "RapidKit Core modules are Core-backed templates for FastAPI and NestJS backends only. Frontend scaffolds and extended backend kits use native package ecosystems."
}