@company-semantics/contracts 0.47.0 → 0.47.2
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/package.json +1 -1
- package/src/index.ts +11 -0
- package/src/ralph/prd.ts +2 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -317,6 +317,17 @@ export type {
|
|
|
317
317
|
RalphPRDPriority,
|
|
318
318
|
RalphPRDItem,
|
|
319
319
|
RalphPRD,
|
|
320
|
+
// PRD v2.0 schema extensions
|
|
321
|
+
RalphAgentContract,
|
|
322
|
+
RalphFailurePolicy,
|
|
323
|
+
RalphScope,
|
|
324
|
+
RalphMeta,
|
|
325
|
+
RalphAcceptanceCriteria,
|
|
326
|
+
RalphReferenceImplementation,
|
|
327
|
+
RalphInteractionFlow,
|
|
328
|
+
RalphCapabilities,
|
|
329
|
+
RalphSuccessCriteria,
|
|
330
|
+
RalphCommitPolicy,
|
|
320
331
|
// Progress types
|
|
321
332
|
RalphIteration,
|
|
322
333
|
RalphMode,
|