Diagnostics and remediation / JSON Schema
RapidKit Doctor Remediation Plan v2
Canonical v2 contract. The referenced v1 path is retained as a deprecated compatibility alias.
- Schema version
alias -> doctor-remediation-plan.v1.json- Contract path
contracts/doctor-remediation-plan.v2.json- Publication
- json-schema
- Defined fields
- 0
- Artifact bindings
- 1
Why this contract exists
Architecture role
Carries structured evidence, findings, and verdicts across governance boundaries.
Consumption boundary
- • Workspai CLI
- • CI and release automation
- • Developers
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.
Produced artifacts
These durable files are emitted by registered commands and validated against this contract.
| Artifact path | Schema | Producer |
|---|---|---|
| .workspai/reports/doctor-remediation-plan-last-run.json | doctor-remediation-plan-v2 | workspai workspace remediation-plan |
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.
This alias contract delegates its field definition to the referenced canonical schema.
Canonical machine-readable definition
The raw synchronized contract remains authoritative. The educational sections above are projections of this definition.
Show raw JSON
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rapidkit.dev/contracts/doctor-remediation-plan.v2.json",
"title": "RapidKit Doctor Remediation Plan v2",
"description": "Canonical v2 contract. The referenced v1 path is retained as a deprecated compatibility alias.",
"$ref": "doctor-remediation-plan.v1.json"
}