Recovery and archival / Snapshot contract
Backend Import Stack Parity Snapshot
Defines the versioned backend import stack parity snapshot boundary used by Workspai and its consumers.
- Schema version
backend-import-stack-parity-v1- Contract path
contracts/backend-import-stack-parity.snapshot.json- Publication
- synced-supporting-contract
- Defined fields
- 33
- Artifact bindings
- 0
Why this contract exists
Architecture role
Preserves recoverable state and records the safety boundary of destructive operations.
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 |
|---|---|---|---|---|
| frameworkToStack | object | Yes | Published frameworktostack capability data. | — |
| frameworkToStack.django | string | Yes | Published django capability data. | — |
| frameworkToStack.dotnet | string | Yes | Published dotnet capability data. | — |
| frameworkToStack.echo | string | Yes | Published echo capability data. | — |
| frameworkToStack.express | string | Yes | Published express capability data. | — |
| frameworkToStack.fastapi | string | Yes | Published fastapi capability data. | — |
| frameworkToStack.fastify | string | Yes | Published fastify capability data. | — |
| frameworkToStack.flask | string | Yes | Published flask capability data. | — |
| frameworkToStack.go | string | Yes | Published go capability data. | — |
| frameworkToStack.gofiber | string | Yes | Published gofiber capability data. | — |
| frameworkToStack.gogin | string | Yes | Published gogin capability data. | — |
| frameworkToStack.java | string | Yes | Published java capability data. | — |
| frameworkToStack.koa | string | Yes | Published koa capability data. | — |
| frameworkToStack.nestjs | string | Yes | Published nestjs capability data. | — |
| frameworkToStack.node | string | Yes | Published node capability data. | — |
| frameworkToStack.python | string | Yes | Published python capability data. | — |
| frameworkToStack.rails | string | Yes | Published rails capability data. | — |
| frameworkToStack.ruby | string | Yes | Published ruby capability data. | — |
| frameworkToStack.springboot | string | Yes | Published springboot capability data. | — |
| frameworkToStack.unknown | string | Yes | Published unknown capability data. | — |
| runtimeToStack | object | Yes | Published runtimetostack capability data. | — |
| runtimeToStack.csharp | string | Yes | Published csharp capability data. | — |
| runtimeToStack.dotnet | string | Yes | Published dotnet capability data. | — |
| runtimeToStack.go | string | Yes | Published go capability data. | — |
| runtimeToStack.golang | string | Yes | Published golang capability data. | — |
| runtimeToStack.java | string | Yes | Published java capability data. | — |
| runtimeToStack.node | string | Yes | Published node capability data. | — |
| runtimeToStack.nodejs | string | Yes | Published nodejs capability data. | — |
| runtimeToStack.python | string | Yes | Published python capability data. | — |
| runtimeToStack.ruby | string | Yes | Published ruby capability data. | — |
| runtimeToStack.typescript | string | Yes | Published typescript capability data. | — |
| runtimeToStack.unknown | string | Yes | Published unknown 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": "backend-import-stack-parity-v1",
"frameworkToStack": {
"fastapi": "fastapi",
"django": "django",
"flask": "flask",
"python": "unknown",
"nestjs": "nestjs",
"express": "express",
"fastify": "unknown",
"koa": "koa",
"node": "unknown",
"gofiber": "go",
"gogin": "go",
"echo": "go",
"go": "go",
"springboot": "springboot",
"java": "unknown",
"rails": "rails",
"ruby": "unknown",
"dotnet": "dotnet",
"unknown": "unknown"
},
"runtimeToStack": {
"python": "unknown",
"node": "unknown",
"nodejs": "unknown",
"typescript": "unknown",
"go": "go",
"golang": "go",
"java": "unknown",
"ruby": "unknown",
"dotnet": "dotnet",
"csharp": "dotnet",
"unknown": "unknown"
}
}