@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "0.47.0",
3
+ "version": "0.47.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
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,
package/src/ralph/prd.ts CHANGED
@@ -51,7 +51,8 @@ export type RalphPRDCategory =
51
51
  | 'functional'
52
52
  | 'architectural'
53
53
  | 'integration'
54
- | 'polish';
54
+ | 'polish'
55
+ | 'validation';
55
56
 
56
57
  /**
57
58
  * Priority level for feature ordering.