@jterrats/open-orchestra 1.0.6 → 1.0.8

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 (143) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/args.js +6 -2
  3. package/dist/args.js.map +1 -1
  4. package/dist/autonomous-run-state.js +12 -18
  5. package/dist/autonomous-run-state.js.map +1 -1
  6. package/dist/benchmark.js +6 -1
  7. package/dist/benchmark.js.map +1 -1
  8. package/dist/cli.js +5 -454
  9. package/dist/cli.js.map +1 -1
  10. package/dist/command-manifest.js +1 -0
  11. package/dist/command-manifest.js.map +1 -1
  12. package/dist/command-route-utils.d.ts +18 -0
  13. package/dist/command-route-utils.js +18 -0
  14. package/dist/command-route-utils.js.map +1 -0
  15. package/dist/command-routes-integrations.d.ts +2 -0
  16. package/dist/command-routes-integrations.js +82 -0
  17. package/dist/command-routes-integrations.js.map +1 -0
  18. package/dist/command-routes.d.ts +2 -0
  19. package/dist/command-routes.js +173 -0
  20. package/dist/command-routes.js.map +1 -0
  21. package/dist/commands.d.ts +1 -0
  22. package/dist/commands.js +5 -0
  23. package/dist/commands.js.map +1 -1
  24. package/dist/cursor-canvas.js +1 -1
  25. package/dist/cursor-canvas.js.map +1 -1
  26. package/dist/delivery-dashboard.js +8 -5
  27. package/dist/delivery-dashboard.js.map +1 -1
  28. package/dist/extensions.js +2 -1
  29. package/dist/extensions.js.map +1 -1
  30. package/dist/instruction-blocks.js +6 -1
  31. package/dist/instruction-blocks.js.map +1 -1
  32. package/dist/lesson-assist.js +1 -1
  33. package/dist/lesson-assist.js.map +1 -1
  34. package/dist/mcp-tool-adapter.js +2 -2
  35. package/dist/mcp-tool-adapter.js.map +1 -1
  36. package/dist/memory.js +1 -1
  37. package/dist/memory.js.map +1 -1
  38. package/dist/package-info.d.ts +7 -0
  39. package/dist/package-info.js +32 -0
  40. package/dist/package-info.js.map +1 -0
  41. package/dist/phase-executor.js +6 -22
  42. package/dist/phase-executor.js.map +1 -1
  43. package/dist/planning-commands.js +2 -10
  44. package/dist/planning-commands.js.map +1 -1
  45. package/dist/prompt-registry-validation.js +1 -1
  46. package/dist/prompt-registry-validation.js.map +1 -1
  47. package/dist/qa-coverage.js +2 -11
  48. package/dist/qa-coverage.js.map +1 -1
  49. package/dist/refresh-generated.js +6 -17
  50. package/dist/refresh-generated.js.map +1 -1
  51. package/dist/release-commands.js +5 -2
  52. package/dist/release-commands.js.map +1 -1
  53. package/dist/release-readiness.d.ts +7 -0
  54. package/dist/release-readiness.js +31 -1
  55. package/dist/release-readiness.js.map +1 -1
  56. package/dist/runtime-bootstrap-targets.d.ts +15 -0
  57. package/dist/runtime-bootstrap-targets.js +68 -0
  58. package/dist/runtime-bootstrap-targets.js.map +1 -0
  59. package/dist/runtime-budget-envelopes.d.ts +33 -0
  60. package/dist/runtime-budget-envelopes.js +93 -0
  61. package/dist/runtime-budget-envelopes.js.map +1 -0
  62. package/dist/runtime-commands.js +1 -1
  63. package/dist/runtime-commands.js.map +1 -1
  64. package/dist/runtime-execution-renderer.js +16 -52
  65. package/dist/runtime-execution-renderer.js.map +1 -1
  66. package/dist/runtime-execution.js +4 -2
  67. package/dist/runtime-execution.js.map +1 -1
  68. package/dist/runtime-guardrails.js +4 -0
  69. package/dist/runtime-guardrails.js.map +1 -1
  70. package/dist/runtime-parent-actions.d.ts +10 -0
  71. package/dist/runtime-parent-actions.js +63 -0
  72. package/dist/runtime-parent-actions.js.map +1 -0
  73. package/dist/runtime-renderer-lines.d.ts +5 -0
  74. package/dist/runtime-renderer-lines.js +58 -0
  75. package/dist/runtime-renderer-lines.js.map +1 -0
  76. package/dist/runtime-scheduler.d.ts +64 -0
  77. package/dist/runtime-scheduler.js +171 -0
  78. package/dist/runtime-scheduler.js.map +1 -0
  79. package/dist/runtime-spawn-bridge.js +20 -0
  80. package/dist/runtime-spawn-bridge.js.map +1 -1
  81. package/dist/runtime-spawn-quality.d.ts +2 -0
  82. package/dist/runtime-spawn-quality.js +11 -0
  83. package/dist/runtime-spawn-quality.js.map +1 -0
  84. package/dist/skills-catalog.js +69 -0
  85. package/dist/skills-catalog.js.map +1 -1
  86. package/dist/sonar-commands.d.ts +2 -0
  87. package/dist/sonar-commands.js +56 -0
  88. package/dist/sonar-commands.js.map +1 -0
  89. package/dist/sonar-insights.d.ts +63 -0
  90. package/dist/sonar-insights.js +144 -0
  91. package/dist/sonar-insights.js.map +1 -0
  92. package/dist/sonar-provider.d.ts +12 -0
  93. package/dist/sonar-provider.js +54 -0
  94. package/dist/sonar-provider.js.map +1 -0
  95. package/dist/telemetry-redaction.js +7 -4
  96. package/dist/telemetry-redaction.js.map +1 -1
  97. package/dist/tracker-adapters.js +7 -6
  98. package/dist/tracker-adapters.js.map +1 -1
  99. package/dist/types/model-config.d.ts +3 -0
  100. package/dist/types/runtime.d.ts +35 -0
  101. package/dist/types/workflow-run.d.ts +5 -2
  102. package/dist/types.d.ts +2 -1
  103. package/dist/types.js.map +1 -1
  104. package/dist/upgrade-commands.js +1 -11
  105. package/dist/upgrade-commands.js.map +1 -1
  106. package/dist/web-api-read-routes.js +19 -10
  107. package/dist/web-api-read-routes.js.map +1 -1
  108. package/dist/web-api.js +8 -6
  109. package/dist/web-api.js.map +1 -1
  110. package/dist/web-console/assets/index-CgSKcay8.js +11 -0
  111. package/dist/web-console/index.html +1 -1
  112. package/dist/workflow-markdown.d.ts +2 -1
  113. package/dist/workflow-markdown.js +11 -0
  114. package/dist/workflow-markdown.js.map +1 -1
  115. package/dist/workflow-run-commands.js +37 -2
  116. package/dist/workflow-run-commands.js.map +1 -1
  117. package/dist/workflow-services.d.ts +1 -0
  118. package/dist/workflow-services.js +67 -6
  119. package/dist/workflow-services.js.map +1 -1
  120. package/dist/workflow-task-service.js +11 -3
  121. package/dist/workflow-task-service.js.map +1 -1
  122. package/dist/workspace-init-artifacts.d.ts +8 -0
  123. package/dist/workspace-init-artifacts.js +53 -0
  124. package/dist/workspace-init-artifacts.js.map +1 -0
  125. package/dist/workspace-runtime-bootstrap.d.ts +10 -0
  126. package/dist/workspace-runtime-bootstrap.js +59 -0
  127. package/dist/workspace-runtime-bootstrap.js.map +1 -0
  128. package/dist/workspace.js +6 -107
  129. package/dist/workspace.js.map +1 -1
  130. package/docs/audio-video-transcription-skill.md +58 -0
  131. package/docs/autonomous-workflow.md +7 -0
  132. package/docs/command-contracts.md +11 -0
  133. package/docs/core-command-surface.md +6 -0
  134. package/docs/e2e-test-batteries.md +95 -0
  135. package/docs/generated-artifact-api-catalog.md +366 -0
  136. package/docs/release-test-matrix.md +16 -5
  137. package/docs/runtime-adapters.md +38 -1
  138. package/docs/site-manifest.json +3 -0
  139. package/docs/sonar-quality-gates.md +79 -5
  140. package/package.json +2 -1
  141. package/skills/audio-video-transcription/SKILL.md +129 -0
  142. package/skills/audio-video-transcription/manifest.json +61 -0
  143. package/dist/web-console/assets/index-BNESIVvk.js +0 -11
@@ -0,0 +1,129 @@
1
+ # Audio/Video Transcription Evidence
2
+
3
+ Transcribe workflow-local audio and video artifacts into reviewable evidence
4
+ without leaking media, secrets, or regulated data.
5
+
6
+ ## When To Load
7
+
8
+ - Trigger: `transcription`
9
+ - Trigger: `transcribe`
10
+ - Trigger: `transcript`
11
+ - Trigger: `audio`
12
+ - Trigger: `video`
13
+ - Trigger: `recording`
14
+ - Trigger: `demo recording`
15
+ - Trigger: `sprint review`
16
+ - Trigger: `interview`
17
+ - Trigger: `discovery call`
18
+ - Trigger: `support call`
19
+ - Trigger: `meeting recording`
20
+ - Trigger: `voice note`
21
+ - Trigger: `subtitle`
22
+ - Trigger: `vtt`
23
+ - Trigger: `srt`
24
+
25
+ ## Operating Rules
26
+
27
+ 1. Treat media as sensitive by default. Do not send audio, video, or raw
28
+ transcript text to an external provider unless an explicit policy opt-in
29
+ allows that provider and the task evidence requires it.
30
+ 2. Prefer local/offline engines for first pass transcription. If no approved
31
+ local engine is available, record a degraded evidence note instead of
32
+ silently uploading media elsewhere.
33
+ 3. Validate the source artifact before processing:
34
+ - path must be workflow-local or an approved evidence artifact reference;
35
+ - file must be readable and inside configured size/duration limits;
36
+ - format/codec support must be known or explicitly marked degraded.
37
+ 4. Record provenance for every transcript:
38
+ - source artifact or workflow-local path;
39
+ - source hash;
40
+ - duration and detected language when available;
41
+ - engine/provider/model;
42
+ - actor, task id, timestamp, and command/API route;
43
+ - consent, retention, and tenant/regulatory notes when supplied.
44
+ 5. Redact before persistence. Remove or mask secrets, API keys, tokens,
45
+ credentials, configured PII, health/financial/legal identifiers, and other
46
+ regulated markers from transcript artifacts and summaries.
47
+ 6. Keep outputs compact and structured:
48
+ - Markdown report for humans;
49
+ - JSON for tools and evidence linking;
50
+ - VTT/SRT only when timestamp confidence is adequate;
51
+ - raw transcripts should be stored as files, not pasted into handoffs.
52
+ 7. Extract workflow findings from transcript content:
53
+ - decisions;
54
+ - risks;
55
+ - action items;
56
+ - acceptance-criteria candidates;
57
+ - defects or support issues;
58
+ - lesson-learned candidates;
59
+ - unresolved questions.
60
+ 8. QA evidence must map transcript findings to acceptance criteria and timestamp
61
+ ranges. A transcript alone is not proof unless the relevant behavior or
62
+ decision is referenced with observable evidence.
63
+
64
+ ## Failure Modes
65
+
66
+ Fail closed or produce degraded evidence for:
67
+
68
+ - missing `ffmpeg` or local transcription engine;
69
+ - unsupported codec or corrupted media;
70
+ - oversized file or excessive duration;
71
+ - provider policy blocks external transcription;
72
+ - unreadable or non-workflow-local artifact path;
73
+ - redaction engine failure;
74
+ - partial transcript or low timestamp confidence;
75
+ - missing consent/retention requirements in regulated contexts.
76
+
77
+ ## Transcript Evidence Template
78
+
79
+ ```md
80
+ # Transcript Evidence
81
+
82
+ Task:
83
+ Source artifact:
84
+ Source hash:
85
+ Duration:
86
+ Language:
87
+ Engine/provider/model:
88
+ Actor:
89
+ Generated at:
90
+ Consent/retention:
91
+ Redaction policy:
92
+
93
+ ## Acceptance Criteria Mapping
94
+
95
+ | AC | Timestamp | Evidence | Result | Notes |
96
+ | -- | --------- | -------- | ------ | ----- |
97
+
98
+ ## Decisions
99
+
100
+ | Timestamp | Decision | Owner | Follow-up |
101
+ | --------- | -------- | ----- | --------- |
102
+
103
+ ## Risks / Defects
104
+
105
+ | Timestamp | Finding | Severity | Evidence | Owner |
106
+ | --------- | ------- | -------- | -------- | ----- |
107
+
108
+ ## Action Items
109
+
110
+ | Timestamp | Action | Owner | Due |
111
+ | --------- | ------ | ----- | --- |
112
+
113
+ ## Lesson Candidates
114
+
115
+ | Timestamp | Lesson candidate | Prevention |
116
+ | --------- | ---------------- | ---------- |
117
+
118
+ ## Gaps
119
+
120
+ | Gap | Owner | Rationale |
121
+ | --- | ----- | --------- |
122
+ ```
123
+
124
+ ## Evidence
125
+
126
+ - `file`
127
+ - `video`
128
+ - `log`
129
+ - `report`
@@ -0,0 +1,61 @@
1
+ {
2
+ "id": "audio-video-transcription",
3
+ "name": "Audio/Video Transcription Evidence",
4
+ "summary": "Transcribe audio and video artifacts into privacy-safe evidence with timestamps, provenance, redaction, and workflow findings.",
5
+ "triggers": [
6
+ "transcription",
7
+ "transcribe",
8
+ "transcript",
9
+ "audio",
10
+ "video",
11
+ "recording",
12
+ "demo recording",
13
+ "sprint review",
14
+ "interview",
15
+ "discovery call",
16
+ "support call",
17
+ "meeting recording",
18
+ "voice note",
19
+ "subtitle",
20
+ "vtt",
21
+ "srt"
22
+ ],
23
+ "roles": [
24
+ "business_analyst",
25
+ "product_owner",
26
+ "product_manager",
27
+ "qa",
28
+ "sdet",
29
+ "ux_researcher_accessibility",
30
+ "support_customer_success",
31
+ "technical_writer",
32
+ "developer",
33
+ "architect",
34
+ "security",
35
+ "compliance_privacy"
36
+ ],
37
+ "capabilities": [
38
+ "transcription-evidence",
39
+ "media-evidence",
40
+ "privacy-redaction",
41
+ "acceptance-coverage",
42
+ "lesson-capture"
43
+ ],
44
+ "riskAreas": [
45
+ "quality",
46
+ "privacy",
47
+ "security",
48
+ "compliance",
49
+ "governance",
50
+ "release"
51
+ ],
52
+ "sourceGroups": [
53
+ "quality-security",
54
+ "product-backlog",
55
+ "agent-memory",
56
+ "user-research"
57
+ ],
58
+ "evidence": ["file", "video", "log", "report"],
59
+ "loadBudget": "normal",
60
+ "entry": "skills/audio-video-transcription/SKILL.md"
61
+ }