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 path | Type | Required | Meaning | Constraints |
|---|---|---|---|---|
| moduleCapableKitIds | array | Yes | Published modulecapablekitids capability data. | — |
| moduleCapableKitIds[] | string | Yes | Published modulecapablekitids[] capability data. | — |
| moduleCapableProjectTypes | array | Yes | Published modulecapableprojecttypes capability data. | — |
| moduleCapableProjectTypes[] | string | Yes | Published modulecapableprojecttypes[] capability data. | — |
| moduleUnsupportedBackendProjectTypes | array | Yes | Published moduleunsupportedbackendprojecttypes capability data. | — |
| moduleUnsupportedBackendProjectTypes[] | string | Yes | Published moduleunsupportedbackendprojecttypes[] capability data. | — |
| moduleUnsupportedFrontendProjectTypes | array | Yes | Published moduleunsupportedfrontendprojecttypes capability data. | — |
| moduleUnsupportedFrontendProjectTypes[] | string | Yes | Published moduleunsupportedfrontendprojecttypes[] capability data. | — |
| policyNote | string | Yes | Published policynote capability data. | — |
| schemaVersion | string | Yes | Published 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."
}