@shepai/cli 1.44.0 → 1.44.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.
Files changed (170) hide show
  1. package/apis/json-schema/AcceptanceCriteria.yaml +16 -0
  2. package/apis/json-schema/ActionItem.yaml +32 -0
  3. package/apis/json-schema/AgentAuthMethod.yaml +7 -0
  4. package/apis/json-schema/AgentConfig.yaml +19 -0
  5. package/apis/json-schema/AgentDefinition.yaml +14 -0
  6. package/apis/json-schema/AgentFeature.yaml +10 -0
  7. package/apis/json-schema/AgentInstance.yaml +23 -0
  8. package/apis/json-schema/AgentRun.yaml +63 -0
  9. package/apis/json-schema/AgentRunEvent.yaml +25 -0
  10. package/apis/json-schema/AgentRunStatus.yaml +12 -0
  11. package/apis/json-schema/AgentStatus.yaml +9 -0
  12. package/apis/json-schema/AgentType.yaml +10 -0
  13. package/apis/json-schema/ApprovalGates.yaml +18 -0
  14. package/apis/json-schema/Artifact.yaml +36 -0
  15. package/apis/json-schema/ArtifactCategory.yaml +9 -0
  16. package/apis/json-schema/ArtifactFormat.yaml +9 -0
  17. package/apis/json-schema/ArtifactState.yaml +8 -0
  18. package/apis/json-schema/AskRequest.yaml +10 -0
  19. package/apis/json-schema/AskResponse.yaml +14 -0
  20. package/apis/json-schema/AuditableEntity.yaml +13 -0
  21. package/apis/json-schema/BaseEntity.yaml +20 -0
  22. package/apis/json-schema/CiStatus.yaml +8 -0
  23. package/apis/json-schema/DeployMethod.yaml +10 -0
  24. package/apis/json-schema/DeploySkill.yaml +29 -0
  25. package/apis/json-schema/DeployTarget.yaml +10 -0
  26. package/apis/json-schema/DeployTargetActionItem.yaml +15 -0
  27. package/apis/json-schema/DeployTargetTask.yaml +15 -0
  28. package/apis/json-schema/DeployTargetTasks.yaml +17 -0
  29. package/apis/json-schema/Deployment.yaml +33 -0
  30. package/apis/json-schema/DeploymentState.yaml +8 -0
  31. package/apis/json-schema/EditorType.yaml +10 -0
  32. package/apis/json-schema/EnvironmentConfig.yaml +16 -0
  33. package/apis/json-schema/Feature.yaml +77 -0
  34. package/apis/json-schema/FeatureAgent.yaml +29 -0
  35. package/apis/json-schema/FeatureAgentState.yaml +11 -0
  36. package/apis/json-schema/FeatureArtifact.yaml +35 -0
  37. package/apis/json-schema/FeatureCheckpoint.yaml +18 -0
  38. package/apis/json-schema/FeatureErrors.yaml +15 -0
  39. package/apis/json-schema/FeatureIdentity.yaml +32 -0
  40. package/apis/json-schema/FeatureSpec.yaml +30 -0
  41. package/apis/json-schema/FeatureStatus.yaml +40 -0
  42. package/apis/json-schema/FeatureStatusInfo.yaml +30 -0
  43. package/apis/json-schema/FeatureStatusProgress.yaml +24 -0
  44. package/apis/json-schema/FeatureTaskTracking.yaml +21 -0
  45. package/apis/json-schema/FeatureValidation.yaml +21 -0
  46. package/apis/json-schema/GanttTask.yaml +34 -0
  47. package/apis/json-schema/GanttViewData.yaml +22 -0
  48. package/apis/json-schema/InstallationSuggestion.yaml +21 -0
  49. package/apis/json-schema/LocalDeployAgent.yaml +18 -0
  50. package/apis/json-schema/Message.yaml +29 -0
  51. package/apis/json-schema/MessageRole.yaml +7 -0
  52. package/apis/json-schema/ModelConfiguration.yaml +26 -0
  53. package/apis/json-schema/NotificationChannelConfig.yaml +11 -0
  54. package/apis/json-schema/NotificationEvent.yaml +34 -0
  55. package/apis/json-schema/NotificationEventConfig.yaml +31 -0
  56. package/apis/json-schema/NotificationEventType.yaml +10 -0
  57. package/apis/json-schema/NotificationPreferences.yaml +22 -0
  58. package/apis/json-schema/NotificationSeverity.yaml +9 -0
  59. package/apis/json-schema/OpenQuestion.yaml +25 -0
  60. package/apis/json-schema/PhaseTiming.yaml +35 -0
  61. package/apis/json-schema/Plan.yaml +37 -0
  62. package/apis/json-schema/PlanPhase.yaml +26 -0
  63. package/apis/json-schema/PlanSpec.yaml +26 -0
  64. package/apis/json-schema/PlanState.yaml +8 -0
  65. package/apis/json-schema/PortMap.yaml +19 -0
  66. package/apis/json-schema/PortProtocol.yaml +7 -0
  67. package/apis/json-schema/PrStatus.yaml +8 -0
  68. package/apis/json-schema/PrdApprovalPayload.yaml +15 -0
  69. package/apis/json-schema/PrdFinalAction.yaml +18 -0
  70. package/apis/json-schema/PrdOption.yaml +24 -0
  71. package/apis/json-schema/PrdQuestion.yaml +25 -0
  72. package/apis/json-schema/PrdQuestionnaireData.yaml +24 -0
  73. package/apis/json-schema/PrdRejectionPayload.yaml +20 -0
  74. package/apis/json-schema/PrdReviewResult.yaml +19 -0
  75. package/apis/json-schema/PullRequest.yaml +26 -0
  76. package/apis/json-schema/QuestionOption.yaml +18 -0
  77. package/apis/json-schema/QuestionSelectionChange.yaml +14 -0
  78. package/apis/json-schema/RejectionFeedbackEntry.yaml +21 -0
  79. package/apis/json-schema/Requirement.yaml +26 -0
  80. package/apis/json-schema/RequirementType.yaml +7 -0
  81. package/apis/json-schema/Research.yaml +26 -0
  82. package/apis/json-schema/ResearchArtifact.yaml +14 -0
  83. package/apis/json-schema/ResearchSpec.yaml +14 -0
  84. package/apis/json-schema/ResearchState.yaml +8 -0
  85. package/apis/json-schema/ReviewQuestion.yaml +24 -0
  86. package/apis/json-schema/SdlcLifecycle.yaml +13 -0
  87. package/apis/json-schema/Settings.yaml +36 -0
  88. package/apis/json-schema/SoftDeletableEntity.yaml +11 -0
  89. package/apis/json-schema/SpecArtifactBase.yaml +44 -0
  90. package/apis/json-schema/SpecTask.yaml +45 -0
  91. package/apis/json-schema/SystemConfig.yaml +16 -0
  92. package/apis/json-schema/Task.yaml +38 -0
  93. package/apis/json-schema/TaskState.yaml +9 -0
  94. package/apis/json-schema/TasksArtifact.yaml +18 -0
  95. package/apis/json-schema/TasksSpec.yaml +18 -0
  96. package/apis/json-schema/TddCycle.yaml +24 -0
  97. package/apis/json-schema/TechDecision.yaml +24 -0
  98. package/apis/json-schema/TechnicalPlanArtifact.yaml +26 -0
  99. package/apis/json-schema/TimelineEvent.yaml +17 -0
  100. package/apis/json-schema/Tool.yaml +23 -0
  101. package/apis/json-schema/ToolInstallCommand.yaml +28 -0
  102. package/apis/json-schema/ToolInstallationStatus.yaml +28 -0
  103. package/apis/json-schema/ToolType.yaml +12 -0
  104. package/apis/json-schema/UUID.yaml +4 -0
  105. package/apis/json-schema/UserProfile.yaml +14 -0
  106. package/apis/json-schema/WorkflowConfig.yaml +31 -0
  107. package/apis/openapi/openapi.yaml +7 -0
  108. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts +8 -0
  109. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -1
  110. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -1
  111. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.js +3 -2
  112. package/dist/packages/core/src/domain/factories/spec-yaml-parser.d.ts.map +1 -1
  113. package/dist/packages/core/src/domain/factories/spec-yaml-parser.js +16 -4
  114. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts +1 -0
  115. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -1
  116. package/dist/packages/core/src/infrastructure/services/git/worktree.service.js +11 -0
  117. package/dist/tsconfig.build.tsbuildinfo +1 -1
  118. package/package.json +2 -1
  119. package/web/.next/BUILD_ID +1 -1
  120. package/web/.next/build-manifest.json +2 -2
  121. package/web/.next/cache/.previewinfo +1 -1
  122. package/web/.next/cache/.rscinfo +1 -1
  123. package/web/.next/cache/.tsbuildinfo +1 -1
  124. package/web/.next/cache/config.json +3 -3
  125. package/web/.next/fallback-build-manifest.json +2 -2
  126. package/web/.next/prerender-manifest.json +3 -3
  127. package/web/.next/required-server-files.js +1 -1
  128. package/web/.next/required-server-files.json +1 -1
  129. package/web/.next/server/app/_global-error.html +2 -2
  130. package/web/.next/server/app/_global-error.rsc +1 -1
  131. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  132. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  133. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  134. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  135. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  136. package/web/.next/server/app/page/server-reference-manifest.json +11 -11
  137. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  138. package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
  139. package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js.map +1 -1
  140. package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  141. package/web/.next/server/chunks/ssr/[root-of-the-server]__4e8ca89c._.js +2 -2
  142. package/web/.next/server/pages/500.html +2 -2
  143. package/web/.next/server/server-reference-manifest.js +1 -1
  144. package/web/.next/server/server-reference-manifest.json +12 -12
  145. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  146. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  147. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  148. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  149. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  150. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  151. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  152. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  153. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  154. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  155. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  156. package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +11 -11
  157. package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
  158. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
  159. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  160. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__4e8ca89c._.js +2 -2
  161. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  162. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  163. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +12 -12
  164. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  165. package/web/.next/static/chunks/{45ca9930165e14a2.js → fde97f50747ffbcc.js} +2 -2
  166. package/web/.next/trace +1 -1
  167. package/web/.next/trace-build +1 -1
  168. /package/web/.next/static/{KmrV3D2B6O5rYBXaOy3l5 → DFCnsrgJiPWig4e8ubqSt}/_buildManifest.js +0 -0
  169. /package/web/.next/static/{KmrV3D2B6O5rYBXaOy3l5 → DFCnsrgJiPWig4e8ubqSt}/_clientMiddlewareManifest.json +0 -0
  170. /package/web/.next/static/{KmrV3D2B6O5rYBXaOy3l5 → DFCnsrgJiPWig4e8ubqSt}/_ssgManifest.js +0 -0
@@ -0,0 +1,29 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureAgent.yaml
3
+ type: object
4
+ properties:
5
+ id:
6
+ $ref: UUID.yaml
7
+ description: Unique identifier for this feature agent instance
8
+ feature:
9
+ $ref: Feature.yaml
10
+ description: The feature being managed by this agent throughout its lifecycle
11
+ agents:
12
+ type: array
13
+ items:
14
+ $ref: AgentInstance.yaml
15
+ description: Sub-agents spawned to handle specific tasks within the workflow
16
+ state:
17
+ $ref: FeatureAgentState.yaml
18
+ description: Current operational state determining what the agent is doing
19
+ createdAt:
20
+ type: string
21
+ format: date-time
22
+ description: Timestamp when this feature agent was created
23
+ required:
24
+ - id
25
+ - feature
26
+ - agents
27
+ - state
28
+ - createdAt
29
+ description: Main orchestrating agent - the 'brain' that manages the complete SDLC workflow for a feature
@@ -0,0 +1,11 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureAgentState.yaml
3
+ type: string
4
+ enum:
5
+ - GatheringRequirements
6
+ - ClarificationsRequired
7
+ - DoingResearch
8
+ - AwaitingReview
9
+ - ExecutingWorkPlan
10
+ - Ready
11
+ description: States for the feature agent orchestrating the SDLC workflow
@@ -0,0 +1,35 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureArtifact.yaml
3
+ type: object
4
+ properties:
5
+ number:
6
+ type: integer
7
+ minimum: -2147483648
8
+ maximum: 2147483647
9
+ description: Spec number (e.g., 11 for spec 011)
10
+ branch:
11
+ type: string
12
+ description: Git branch name for this feature (e.g., 'feat/011-feature-name')
13
+ oneLiner:
14
+ type: string
15
+ description: One-line description of the feature
16
+ phase:
17
+ $ref: SdlcLifecycle.yaml
18
+ description: Current phase in the SDLC lifecycle
19
+ sizeEstimate:
20
+ type: string
21
+ description: "Size estimate: XS, S, M, L, or XL"
22
+ rejectionFeedback:
23
+ type: array
24
+ items:
25
+ $ref: RejectionFeedbackEntry.yaml
26
+ description: Rejection feedback history for PRD iterations (append-only)
27
+ required:
28
+ - number
29
+ - branch
30
+ - oneLiner
31
+ - phase
32
+ - sizeEstimate
33
+ allOf:
34
+ - $ref: SpecArtifactBase.yaml
35
+ description: Feature specification artifact (PRD) defining requirements and scope
@@ -0,0 +1,18 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureCheckpoint.yaml
3
+ type: object
4
+ properties:
5
+ phase:
6
+ type: string
7
+ description: Phase name (e.g., 'feature-created', 'research-complete')
8
+ completedAt:
9
+ type: string
10
+ description: ISO timestamp when this checkpoint was reached
11
+ completedBy:
12
+ type: string
13
+ description: Agent or skill that completed this phase
14
+ required:
15
+ - phase
16
+ - completedAt
17
+ - completedBy
18
+ description: Milestone checkpoint for phase completion
@@ -0,0 +1,15 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureErrors.yaml
3
+ type: object
4
+ properties:
5
+ current:
6
+ type: string
7
+ description: Current error message (null if no active error)
8
+ history:
9
+ type: array
10
+ items:
11
+ type: string
12
+ description: History of past error messages
13
+ required:
14
+ - history
15
+ description: Error tracking for feature execution
@@ -0,0 +1,32 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureIdentity.yaml
3
+ type: object
4
+ properties:
5
+ id:
6
+ type: string
7
+ description: Feature ID slug (e.g., '012-autonomous-pr-review-loop')
8
+ name:
9
+ type: string
10
+ description: Human-readable feature name
11
+ number:
12
+ type: integer
13
+ minimum: -2147483648
14
+ maximum: 2147483647
15
+ description: Feature number (e.g., 12)
16
+ branch:
17
+ type: string
18
+ description: Git branch for this feature
19
+ lifecycle:
20
+ type: string
21
+ description: Current lifecycle phase (e.g., 'research', 'implementation', 'complete')
22
+ createdAt:
23
+ type: string
24
+ description: When the feature was created
25
+ required:
26
+ - id
27
+ - name
28
+ - number
29
+ - branch
30
+ - lifecycle
31
+ - createdAt
32
+ description: Feature identity metadata in feature.yaml
@@ -0,0 +1,30 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureSpec.yaml
3
+ type: object
4
+ properties:
5
+ number:
6
+ type: integer
7
+ minimum: -2147483648
8
+ maximum: 2147483647
9
+ description: Spec number (e.g., 11 for spec 011)
10
+ branch:
11
+ type: string
12
+ description: Git branch name for this feature (e.g., 'feat/011-feature-name')
13
+ oneLiner:
14
+ type: string
15
+ description: One-line description of the feature
16
+ phase:
17
+ $ref: SdlcLifecycle.yaml
18
+ description: Current phase in the SDLC lifecycle
19
+ sizeEstimate:
20
+ type: string
21
+ description: "Size estimate: XS, S, M, L, or XL"
22
+ required:
23
+ - number
24
+ - branch
25
+ - oneLiner
26
+ - phase
27
+ - sizeEstimate
28
+ allOf:
29
+ - $ref: SpecArtifactBase.yaml
30
+ description: Feature specification artifact defining requirements and scope
@@ -0,0 +1,40 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureStatus.yaml
3
+ type: object
4
+ properties:
5
+ feature:
6
+ $ref: FeatureIdentity.yaml
7
+ description: Feature identity metadata
8
+ status:
9
+ $ref: FeatureStatusInfo.yaml
10
+ description: Current execution status and progress
11
+ prUrl:
12
+ type: string
13
+ description: PR URL if a pull request has been created
14
+ mergedAt:
15
+ type: string
16
+ description: ISO timestamp when the feature was merged
17
+ validation:
18
+ $ref: FeatureValidation.yaml
19
+ description: Validation gate results
20
+ tasks:
21
+ $ref: FeatureTaskTracking.yaml
22
+ description: Task execution tracking
23
+ checkpoints:
24
+ type: array
25
+ items:
26
+ $ref: FeatureCheckpoint.yaml
27
+ description: Milestone checkpoints recording phase completions
28
+ errors:
29
+ $ref: FeatureErrors.yaml
30
+ description: Error tracking state
31
+ required:
32
+ - feature
33
+ - status
34
+ - validation
35
+ - tasks
36
+ - checkpoints
37
+ - errors
38
+ allOf:
39
+ - $ref: BaseEntity.yaml
40
+ description: Feature status tracking artifact (feature.yaml)
@@ -0,0 +1,30 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureStatusInfo.yaml
3
+ type: object
4
+ properties:
5
+ phase:
6
+ type: string
7
+ description: Current SDLC phase
8
+ completedPhases:
9
+ type: array
10
+ items:
11
+ type: string
12
+ description: Phases that have been completed
13
+ progress:
14
+ $ref: FeatureStatusProgress.yaml
15
+ description: Task completion progress
16
+ currentTask:
17
+ type: string
18
+ description: ID of the task currently being executed (null if none)
19
+ lastUpdated:
20
+ type: string
21
+ description: ISO timestamp of last status update
22
+ lastUpdatedBy:
23
+ type: string
24
+ description: Agent or skill that last updated the status
25
+ required:
26
+ - phase
27
+ - progress
28
+ - lastUpdated
29
+ - lastUpdatedBy
30
+ description: Feature execution status
@@ -0,0 +1,24 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureStatusProgress.yaml
3
+ type: object
4
+ properties:
5
+ completed:
6
+ type: integer
7
+ minimum: -2147483648
8
+ maximum: 2147483647
9
+ description: Number of completed tasks
10
+ total:
11
+ type: integer
12
+ minimum: -2147483648
13
+ maximum: 2147483647
14
+ description: Total number of tasks
15
+ percentage:
16
+ type: integer
17
+ minimum: -2147483648
18
+ maximum: 2147483647
19
+ description: Completion percentage (0-100)
20
+ required:
21
+ - completed
22
+ - total
23
+ - percentage
24
+ description: Task completion progress counters
@@ -0,0 +1,21 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureTaskTracking.yaml
3
+ type: object
4
+ properties:
5
+ current:
6
+ type: string
7
+ description: ID of the task currently being worked on (null if none)
8
+ blocked:
9
+ type: array
10
+ items:
11
+ type: string
12
+ description: IDs of tasks blocked by unmet dependencies
13
+ failed:
14
+ type: array
15
+ items:
16
+ type: string
17
+ description: IDs of tasks that failed execution
18
+ required:
19
+ - blocked
20
+ - failed
21
+ description: Task execution tracking state
@@ -0,0 +1,21 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: FeatureValidation.yaml
3
+ type: object
4
+ properties:
5
+ lastRun:
6
+ type: string
7
+ description: ISO timestamp of last validation run (null if never run)
8
+ gatesPassed:
9
+ type: array
10
+ items:
11
+ type: string
12
+ description: Names of validation gates that passed
13
+ autoFixesApplied:
14
+ type: array
15
+ items:
16
+ type: string
17
+ description: Descriptions of auto-fixes that were applied
18
+ required:
19
+ - gatesPassed
20
+ - autoFixesApplied
21
+ description: Validation gate results
@@ -0,0 +1,34 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: GanttTask.yaml
3
+ type: object
4
+ properties:
5
+ id:
6
+ $ref: UUID.yaml
7
+ description: Unique identifier for the Gantt task
8
+ name:
9
+ type: string
10
+ description: Display name of the task shown in the Gantt chart
11
+ start:
12
+ type: string
13
+ format: date-time
14
+ description: Scheduled start time for the task
15
+ end:
16
+ type: string
17
+ format: date-time
18
+ description: Scheduled end time for the task
19
+ dependencies:
20
+ type: array
21
+ items:
22
+ $ref: UUID.yaml
23
+ description: IDs of tasks that this task depends on (must complete before this task can start)
24
+ progress:
25
+ type: number
26
+ description: Completion progress as a fraction (0.0 = not started, 1.0 = complete)
27
+ required:
28
+ - id
29
+ - name
30
+ - start
31
+ - end
32
+ - dependencies
33
+ - progress
34
+ description: Individual task representation within a Gantt chart visualization
@@ -0,0 +1,22 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: GanttViewData.yaml
3
+ type: object
4
+ properties:
5
+ tasks:
6
+ type: array
7
+ items:
8
+ $ref: GanttTask.yaml
9
+ description: Collection of tasks to display in the Gantt chart
10
+ startDate:
11
+ type: string
12
+ format: date-time
13
+ description: Start date of the overall work plan (left boundary of the chart)
14
+ endDate:
15
+ type: string
16
+ format: date-time
17
+ description: End date of the overall work plan (right boundary of the chart)
18
+ required:
19
+ - tasks
20
+ - startDate
21
+ - endDate
22
+ description: Container for Gantt chart visualization data including tasks and time bounds
@@ -0,0 +1,21 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: InstallationSuggestion.yaml
3
+ type: object
4
+ properties:
5
+ packageManager:
6
+ type: string
7
+ description: Package manager or installation method
8
+ command:
9
+ type: string
10
+ description: Installation command
11
+ documentationUrl:
12
+ type: string
13
+ description: Official documentation URL
14
+ notes:
15
+ type: string
16
+ description: Additional notes for installation
17
+ required:
18
+ - packageManager
19
+ - command
20
+ - documentationUrl
21
+ description: Single installation suggestion for a tool
@@ -0,0 +1,18 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: LocalDeployAgent.yaml
3
+ type: object
4
+ properties:
5
+ id:
6
+ $ref: UUID.yaml
7
+ description: Unique identifier for this deployment agent instance
8
+ url:
9
+ type: string
10
+ description: URL where the deployment is accessible once available (null before deployment)
11
+ createdAt:
12
+ type: string
13
+ format: date-time
14
+ description: Timestamp when this deployment agent was created
15
+ required:
16
+ - id
17
+ - createdAt
18
+ description: Agent for handling local deployment of features, tasks, or action items
@@ -0,0 +1,29 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: Message.yaml
3
+ type: object
4
+ properties:
5
+ role:
6
+ $ref: MessageRole.yaml
7
+ description: Role of the message sender (User or Assistant)
8
+ content:
9
+ type: string
10
+ description: The text content of the message
11
+ options:
12
+ type: array
13
+ items:
14
+ type: string
15
+ description: Optional choices presented to the user for selection
16
+ answer:
17
+ type: string
18
+ description: Optional user's freeform text answer
19
+ selectedOption:
20
+ type: integer
21
+ minimum: -2147483648
22
+ maximum: 2147483647
23
+ description: Optional index of the selected option from the options array (0-based)
24
+ required:
25
+ - role
26
+ - content
27
+ allOf:
28
+ - $ref: BaseEntity.yaml
29
+ description: A message in a conversation thread between user and AI assistant
@@ -0,0 +1,7 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: MessageRole.yaml
3
+ type: string
4
+ enum:
5
+ - assistant
6
+ - user
7
+ description: Roles for participants in conversational interactions
@@ -0,0 +1,26 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: ModelConfiguration.yaml
3
+ type: object
4
+ properties:
5
+ analyze:
6
+ type: string
7
+ default: claude-sonnet-4-5
8
+ description: Model for codebase analysis agent
9
+ requirements:
10
+ type: string
11
+ default: claude-sonnet-4-5
12
+ description: Model for requirements gathering agent
13
+ plan:
14
+ type: string
15
+ default: claude-sonnet-4-5
16
+ description: Model for planning agent
17
+ implement:
18
+ type: string
19
+ default: claude-sonnet-4-5
20
+ description: Model for implementation agent
21
+ required:
22
+ - analyze
23
+ - requirements
24
+ - plan
25
+ - implement
26
+ description: AI model configuration for different SDLC agents
@@ -0,0 +1,11 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: NotificationChannelConfig.yaml
3
+ type: object
4
+ properties:
5
+ enabled:
6
+ type: boolean
7
+ default: true
8
+ description: Whether this notification channel is enabled
9
+ required:
10
+ - enabled
11
+ description: Notification channel enable/disable configuration
@@ -0,0 +1,34 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: NotificationEvent.yaml
3
+ type: object
4
+ properties:
5
+ eventType:
6
+ $ref: NotificationEventType.yaml
7
+ description: Type of lifecycle event
8
+ agentRunId:
9
+ type: string
10
+ description: ID of the agent run that triggered this event
11
+ featureName:
12
+ type: string
13
+ description: Human-readable feature name
14
+ phaseName:
15
+ type: string
16
+ description: Phase name (only for phaseCompleted events)
17
+ message:
18
+ type: string
19
+ description: Human-readable event description
20
+ severity:
21
+ $ref: NotificationSeverity.yaml
22
+ description: Display severity for notification rendering
23
+ timestamp:
24
+ type: string
25
+ format: date-time
26
+ description: When the event occurred
27
+ required:
28
+ - eventType
29
+ - agentRunId
30
+ - featureName
31
+ - message
32
+ - severity
33
+ - timestamp
34
+ description: Notification event emitted for agent lifecycle transitions
@@ -0,0 +1,31 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: NotificationEventConfig.yaml
3
+ type: object
4
+ properties:
5
+ agentStarted:
6
+ type: boolean
7
+ default: true
8
+ description: Notify when agent starts running
9
+ phaseCompleted:
10
+ type: boolean
11
+ default: true
12
+ description: Notify when agent completes a workflow phase
13
+ waitingApproval:
14
+ type: boolean
15
+ default: true
16
+ description: Notify when agent is waiting for human approval
17
+ agentCompleted:
18
+ type: boolean
19
+ default: true
20
+ description: Notify when agent completes successfully
21
+ agentFailed:
22
+ type: boolean
23
+ default: true
24
+ description: Notify when agent execution fails
25
+ required:
26
+ - agentStarted
27
+ - phaseCompleted
28
+ - waitingApproval
29
+ - agentCompleted
30
+ - agentFailed
31
+ description: Notification event type filters
@@ -0,0 +1,10 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: NotificationEventType.yaml
3
+ type: string
4
+ enum:
5
+ - agent_started
6
+ - phase_completed
7
+ - waiting_approval
8
+ - agent_completed
9
+ - agent_failed
10
+ description: Types of agent lifecycle notification events
@@ -0,0 +1,22 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: NotificationPreferences.yaml
3
+ type: object
4
+ properties:
5
+ inApp:
6
+ $ref: NotificationChannelConfig.yaml
7
+ description: In-app toast notification channel (Sonner)
8
+ browser:
9
+ $ref: NotificationChannelConfig.yaml
10
+ description: Browser push notification channel (Web Notifications API)
11
+ desktop:
12
+ $ref: NotificationChannelConfig.yaml
13
+ description: Desktop OS notification channel (node-notifier)
14
+ events:
15
+ $ref: NotificationEventConfig.yaml
16
+ description: Which event types trigger notifications
17
+ required:
18
+ - inApp
19
+ - browser
20
+ - desktop
21
+ - events
22
+ description: Notification preferences for agent lifecycle events
@@ -0,0 +1,9 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: NotificationSeverity.yaml
3
+ type: string
4
+ enum:
5
+ - info
6
+ - warning
7
+ - success
8
+ - error
9
+ description: Severity level for notification display
@@ -0,0 +1,25 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: OpenQuestion.yaml
3
+ type: object
4
+ properties:
5
+ question:
6
+ type: string
7
+ description: The question text that needs to be answered
8
+ resolved:
9
+ type: boolean
10
+ description: Whether this question has been resolved (false = blocking)
11
+ options:
12
+ type: array
13
+ items:
14
+ $ref: QuestionOption.yaml
15
+ description: Structured options for resolving this question (spec.yaml pattern)
16
+ selectionRationale:
17
+ type: string
18
+ description: Rationale explaining which option was selected and why
19
+ answer:
20
+ type: string
21
+ description: Free-text answer or resolution (research.yaml pattern)
22
+ required:
23
+ - question
24
+ - resolved
25
+ description: Open question with resolution via options or direct answer
@@ -0,0 +1,35 @@
1
+ $schema: https://json-schema.org/draft/2020-12/schema
2
+ $id: PhaseTiming.yaml
3
+ type: object
4
+ properties:
5
+ agentRunId:
6
+ type: string
7
+ description: Agent run this timing belongs to
8
+ phase:
9
+ type: string
10
+ description: "Graph node name: analyze, requirements, research, plan, implement"
11
+ startedAt:
12
+ type: string
13
+ format: date-time
14
+ description: When the phase started executing
15
+ completedAt:
16
+ type: string
17
+ format: date-time
18
+ description: When the phase finished executing (null if still running)
19
+ durationMs:
20
+ type: string
21
+ description: Duration in milliseconds (computed on completion)
22
+ waitingApprovalAt:
23
+ type: string
24
+ format: date-time
25
+ description: When the phase started waiting for user approval (null if no approval needed)
26
+ approvalWaitMs:
27
+ type: string
28
+ description: Duration in milliseconds the phase waited for user approval (null if no approval needed)
29
+ required:
30
+ - agentRunId
31
+ - phase
32
+ - startedAt
33
+ allOf:
34
+ - $ref: BaseEntity.yaml
35
+ description: Timing record for a single agent graph node execution