@jterrats/open-orchestra 1.0.2 → 1.0.3
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/AGENTS.md +7 -2
- package/CLAUDE.md +2 -2
- package/README.md +3 -0
- package/dist/args.js +12 -2
- package/dist/args.js.map +1 -1
- package/dist/assets/web-console.js +44 -0
- package/dist/autonomous-phase-lifecycle.js +23 -3
- package/dist/autonomous-phase-lifecycle.js.map +1 -1
- package/dist/autonomous-run-state.js +2 -0
- package/dist/autonomous-run-state.js.map +1 -1
- package/dist/benchmark.js +6 -0
- package/dist/benchmark.js.map +1 -1
- package/dist/cli.js +4 -1
- package/dist/cli.js.map +1 -1
- package/dist/command-manifest.js +4 -3
- package/dist/command-manifest.js.map +1 -1
- package/dist/command-utils.js +4 -5
- package/dist/command-utils.js.map +1 -1
- package/dist/commands.d.ts +1 -1
- package/dist/commands.js +1 -1
- package/dist/commands.js.map +1 -1
- package/dist/metrics-commands.js +8 -0
- package/dist/metrics-commands.js.map +1 -1
- package/dist/roles/core-roles.js +10 -5
- package/dist/roles/core-roles.js.map +1 -1
- package/dist/skills-catalog.js +67 -0
- package/dist/skills-catalog.js.map +1 -1
- package/dist/skills-commands.d.ts +1 -0
- package/dist/skills-commands.js +37 -1
- package/dist/skills-commands.js.map +1 -1
- package/dist/skills-planning.d.ts +2 -1
- package/dist/skills-planning.js +79 -11
- package/dist/skills-planning.js.map +1 -1
- package/dist/skills.d.ts +1 -1
- package/dist/skills.js +1 -1
- package/dist/skills.js.map +1 -1
- package/dist/task-graph-commands.js +36 -8
- package/dist/task-graph-commands.js.map +1 -1
- package/dist/types/metrics.d.ts +2 -0
- package/dist/types/skills.d.ts +9 -0
- package/dist/types/tasks.d.ts +8 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.js.map +1 -1
- package/dist/web-api.js +80 -7
- package/dist/web-api.js.map +1 -1
- package/dist/workflow-approval-service.js +13 -0
- package/dist/workflow-approval-service.js.map +1 -1
- package/dist/workflow-evidence-service.js +37 -2
- package/dist/workflow-evidence-service.js.map +1 -1
- package/dist/workflow-gates.js +56 -1
- package/dist/workflow-gates.js.map +1 -1
- package/dist/workflow-phase-planner.js +51 -9
- package/dist/workflow-phase-planner.js.map +1 -1
- package/dist/workflow-run-commands.d.ts +1 -0
- package/dist/workflow-run-commands.js +11 -6
- package/dist/workflow-run-commands.js.map +1 -1
- package/dist/workflow-services.js +24 -0
- package/dist/workflow-services.js.map +1 -1
- package/dist/workflow-task-service.js +27 -2
- package/dist/workflow-task-service.js.map +1 -1
- package/docs/adoption-guide.md +22 -1
- package/docs/advisory-supervisor-architecture.md +206 -0
- package/docs/architecture.md +47 -41
- package/docs/autonomous-workflow.md +2 -2
- package/docs/backlog/ac-evidence-bugfix-stories-20260517.md +76 -0
- package/docs/backlog/dev-best-practices-hardening-story.md +69 -0
- package/docs/backlog/docs-public-internal-package-hygiene-story.md +62 -0
- package/docs/backlog/prompt-bank-registry-epic.md +159 -0
- package/docs/backlog/site-docs-manifest-story.md +56 -0
- package/docs/dev-team-specialist-role-profiles.md +1 -1
- package/docs/diagrams/diagram-master-prompt.md +207 -0
- package/docs/diagrams/enterprise-set/README.md +22 -0
- package/docs/diagrams/enterprise-set/lead-to-account-swimlanes.svg +38 -0
- package/docs/diagrams/enterprise-set/product-implementation-timeline.svg +45 -0
- package/docs/diagrams/enterprise-set/salesforce-enterprise-architecture.svg +54 -0
- package/docs/diagrams/experiments/pixel-v2-review.md +124 -0
- package/docs/diagrams/experiments/roadmap/diagram.mmd +14 -0
- package/docs/diagrams/experiments/roadmap/diagram.svg +48 -0
- package/docs/diagrams/experiments/roadmap/experiment.md +44 -0
- package/docs/diagrams/experiments/sfdc-implementation/diagram.mmd +54 -0
- package/docs/diagrams/experiments/sfdc-implementation/diagram.svg +72 -0
- package/docs/diagrams/experiments/sfdc-implementation/experiment.md +41 -0
- package/docs/diagrams/experiments/swimlane/diagram.mmd +40 -0
- package/docs/diagrams/experiments/swimlane/diagram.svg +70 -0
- package/docs/diagrams/experiments/swimlane/experiment.md +50 -0
- package/docs/diagrams/experiments/timeline/diagram.mmd +9 -0
- package/docs/diagrams/experiments/timeline/diagram.svg +29 -0
- package/docs/diagrams/experiments/timeline/experiment.md +34 -0
- package/docs/diagrams/final-artifact-hygiene.md +40 -0
- package/docs/diagrams/mermaid-target-strategy.md +106 -0
- package/docs/diagrams/payment-gateway/architecture.md +57 -0
- package/docs/diagrams/payment-gateway/architecture.mmd +39 -0
- package/docs/diagrams/payment-gateway/architecture.svg +171 -0
- package/docs/diagrams/prompt-bank.md +48 -0
- package/docs/diagrams/salesforce-integration/architecture.md +56 -0
- package/docs/diagrams/salesforce-integration/architecture.mmd +26 -0
- package/docs/diagrams/salesforce-integration/architecture.svg +123 -0
- package/docs/diagrams/source-fidelity-review.md +116 -0
- package/docs/diagrams/state-uml-recreated.drawio +336 -0
- package/docs/diagrams/state-uml-recreated.prompt.md +114 -0
- package/docs/diagrams/state-uml-recreated.prompt.v10.md +52 -0
- package/docs/diagrams/state-uml-recreated.prompt.v11.md +52 -0
- package/docs/diagrams/state-uml-recreated.prompt.v12.md +50 -0
- package/docs/diagrams/state-uml-recreated.prompt.v14.md +91 -0
- package/docs/diagrams/state-uml-recreated.prompt.v2.md +31 -0
- package/docs/diagrams/state-uml-recreated.prompt.v3.md +36 -0
- package/docs/diagrams/state-uml-recreated.prompt.v4.md +35 -0
- package/docs/diagrams/state-uml-recreated.prompt.v5.md +35 -0
- package/docs/diagrams/state-uml-recreated.prompt.v6.md +39 -0
- package/docs/diagrams/state-uml-recreated.prompt.v7.md +37 -0
- package/docs/diagrams/state-uml-recreated.prompt.v8.md +41 -0
- package/docs/diagrams/state-uml-recreated.prompt.v9.md +32 -0
- package/docs/diagrams/state-uml-recreated.svg +159 -0
- package/docs/diagrams/v14-stress-test/README.md +33 -0
- package/docs/diagrams/v14-stress-test/stress-test.svg +114 -0
- package/docs/external-artifact-import-bridge.md +56 -0
- package/docs/{setup-agents-applicability-review.md → external-baseline-applicability-review.md} +37 -40
- package/docs/{setup-agents-dogfooding-findings.md → external-baseline-dogfooding-findings.md} +10 -9
- package/docs/multi-agent-orchestrator-backlog.md +1 -1
- package/docs/orchestra-mvp.md +19 -0
- package/docs/persona-workflows.md +42 -0
- package/docs/release-test-matrix.md +21 -9
- package/docs/reports/ac-evidence-backfill-20260517.md +256 -0
- package/docs/reports/ac-evolution-reconciliation-20260517.md +366 -0
- package/docs/reports/ac-failure-evidence-20260517.md +115 -0
- package/docs/reports/ac-history-dry-run-20260517.md +434 -0
- package/docs/runtime-llm-flow.md +8 -0
- package/docs/site-content-workflow.md +96 -0
- package/docs/site-manifest.json +143 -0
- package/docs/skill-loading-strategy.md +18 -7
- package/docs/story-mapping-adoption-review.md +99 -0
- package/docs/workspace-repo-strategy.md +63 -0
- package/package.json +3 -1
- package/rules/agent-collaboration.mdc +2 -0
- package/rules/code-review-engineering.mdc +2 -0
- package/rules/delivery-quality-gates.mdc +12 -0
- package/rules/development-engineering.mdc +3 -0
- package/rules/diagram-quality.mdc +35 -0
- package/rules/module-boundaries.mdc +71 -0
- package/rules/testing-discipline.mdc +13 -0
- package/skills/collection-standards/SKILL.md +2 -0
- package/skills/diagram-export/SKILL.md +30 -0
- package/skills/qa-evidence-pack/SKILL.md +110 -0
- package/skills/qa-evidence-pack/manifest.json +60 -0
- package/docs/setup-agents-bridge.md +0 -61
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
# Reconciled AC Evidence Backfill
|
|
2
|
+
|
|
3
|
+
Date: 2026-05-17
|
|
4
|
+
Task: AC-EVIDENCE-BACKFILL-20260517
|
|
5
|
+
|
|
6
|
+
Scope: first evidence-generation batch for reconciled current acceptance criteria only.
|
|
7
|
+
Superseded and duplicate historical criteria from
|
|
8
|
+
`docs/reports/ac-evolution-reconciliation-20260517.md` are intentionally excluded.
|
|
9
|
+
|
|
10
|
+
## Evidence Standard
|
|
11
|
+
|
|
12
|
+
Each evidence item must include:
|
|
13
|
+
|
|
14
|
+
- acceptance criterion or domain covered
|
|
15
|
+
- command or artifact used
|
|
16
|
+
- observed result
|
|
17
|
+
- happy path coverage
|
|
18
|
+
- edge case coverage
|
|
19
|
+
- known failures or unresolved gaps
|
|
20
|
+
|
|
21
|
+
## Batch 1 Result
|
|
22
|
+
|
|
23
|
+
| Area | Command | Result | Evidence value |
|
|
24
|
+
| --- | --- | --- | --- |
|
|
25
|
+
| Docs adoption | `node --test test/docs-adoption.test.js` | Fail: 2 pass, 1 fail | Confirms current docs/site generated-content drift. |
|
|
26
|
+
| Tracker sync | `node --test test/github.test.js` | Pass: 18 pass | Covers GitHub, MCP fallback, unsupported tracker, conflicts, close guard. |
|
|
27
|
+
| Release readiness | `node --test test/release-check.test.js test/release-candidate.test.js` | Pass: 20 pass | Covers ready, blocked, accepted risk, rollback-required, dirty tree, version ahead/behind, private package state. |
|
|
28
|
+
| QA coverage and CLI evidence | `node --test test/cli-output-evidence.test.js test/qa-coverage.test.js` | Pass: 7 pass | Covers stdout/stderr/exit code mapping, skipped criteria, missing assertions, unresolved QA gaps. |
|
|
29
|
+
| Workflow governance | `node --test test/autonomous-workflow-cli.test.js test/autonomous-workflow-sizing.test.js test/autonomous-workflow-phase-status.test.js` | Pass: 54 pass | Covers gates, skips, invalid inputs, timeout, block/changes return, provider failure, budget abort, QA e2e generation. |
|
|
30
|
+
| Runtime, skills, memory | `node --test test/skills-memory-domain.test.js test/delegation-decision.test.js test/runtime-adapters.test.js` | Pass: 47 pass | Covers role-only non-activation, runtime brief without API execution, provider setup docs, delegation guardrails, memory compaction. |
|
|
31
|
+
| Diagram and MCP visual validation | `node --test test/visual-validation.test.js test/diagram-mcp.test.js` | Pass: 15 pass | Covers Mermaid lint success/failure, missing tool guidance, visual defect detection, TLS/no-secret OAuth behavior. |
|
|
32
|
+
| Core CLI/API contracts | `node --test test/orchestra.test.js` | Pass: 153 pass | Covers init, target dir, task metadata, QA gates, risk gates, evidence, Playwright plan/evidence, policy, budget, validation, docs audit. |
|
|
33
|
+
| Browser E2E | `npm run test:e2e` | Fail: 11 pass, 4 fail | Produces screenshots and traces for current web/site failures. |
|
|
34
|
+
|
|
35
|
+
## Batch 2 Result
|
|
36
|
+
|
|
37
|
+
| Area | Command | Result | Evidence value |
|
|
38
|
+
| --- | --- | --- | --- |
|
|
39
|
+
| Generated guidance and refresh | `node --test test/instruction-updates.test.js test/runtime-bootstrap.test.js test/health-checks.test.js` | Pass: 29 pass | Covers unchanged, drifted, blocked, forced, missing, unsupported targets, managed block preservation, dry-run, force, and target filtering. |
|
|
40
|
+
| Estimation and benchmark | `node --test test/benchmark-*.test.js test/performance-benchmark.test.js` | Pass: 40 pass | Covers automatic/manual estimates, missing history, calibration, burndown, dashboard output, persistent bias lessons, and performance budgets. |
|
|
41
|
+
| Phase playbooks, project detection, release matrix | `node --test test/phase-playbooks.test.js test/project-detection.test.js test/release-test-matrix.test.js` | Pass: 21 pass | Covers QA/docs/release/UX playbooks, deployment risk challenge, redo/sign-off observation protocol, config overrides, scaffolding, project profile detection, and release matrix commands. |
|
|
42
|
+
| Web APIs, QA readiness, automation evidence | `node --test test/web-*.test.js test/automation-evidence.test.js test/qa-readiness.test.js` | Pass: 22 pass | Covers observable assertion requirements, deferred external validation, QA plan ready gate, web write authorization, artifact canvas, runtime sessions, provider profiles, recovery repair, and workflow progress summaries. |
|
|
43
|
+
|
|
44
|
+
## Edge Cases Covered
|
|
45
|
+
|
|
46
|
+
### Tracker Sync
|
|
47
|
+
|
|
48
|
+
- CLI transport available.
|
|
49
|
+
- CLI missing with MCP-skill fallback.
|
|
50
|
+
- Unsupported tracker.
|
|
51
|
+
- Failed fallback.
|
|
52
|
+
- Existing issue/task conflict.
|
|
53
|
+
- Issue close blocked without readiness or accepted risk.
|
|
54
|
+
- Issue close allowed when release readiness passes.
|
|
55
|
+
|
|
56
|
+
### Release Readiness
|
|
57
|
+
|
|
58
|
+
- Ready release path.
|
|
59
|
+
- Accepted-risk path.
|
|
60
|
+
- Rollback-required path.
|
|
61
|
+
- Dirty working tree.
|
|
62
|
+
- Version ahead of latest tag.
|
|
63
|
+
- Version behind latest tag.
|
|
64
|
+
- Private package state in npm pack output.
|
|
65
|
+
- Noisy command output.
|
|
66
|
+
- Nested web server permission failure guidance.
|
|
67
|
+
|
|
68
|
+
### QA Evidence
|
|
69
|
+
|
|
70
|
+
- CLI stdout, stderr, and exit code are captured.
|
|
71
|
+
- Evidence must map to acceptance criteria.
|
|
72
|
+
- Not-applicable criteria are skipped explicitly.
|
|
73
|
+
- Missing observable assertions are surfaced.
|
|
74
|
+
- Release readiness exposes unresolved automation gaps.
|
|
75
|
+
|
|
76
|
+
### Workflow Governance
|
|
77
|
+
|
|
78
|
+
- `gates=none`, `gates=phase`, and `gates=all`.
|
|
79
|
+
- Skipped phases.
|
|
80
|
+
- Invalid skipped phases.
|
|
81
|
+
- Gate approve idempotency.
|
|
82
|
+
- Gate block/changes returns to responsible phase.
|
|
83
|
+
- Timeout marks active phase failed.
|
|
84
|
+
- Provider failure diagnostics.
|
|
85
|
+
- Budget exceeded before provider execution.
|
|
86
|
+
- Placeholder provider output is rejected.
|
|
87
|
+
- QA phase generates browser/shell E2E artifacts or skipped evidence.
|
|
88
|
+
|
|
89
|
+
### Runtime, Skills, Memory
|
|
90
|
+
|
|
91
|
+
- Runtime delegation falls back to brief-only when subagents are unsupported.
|
|
92
|
+
- Runtime packet renders without provider API execution.
|
|
93
|
+
- Role eligibility alone does not activate skills.
|
|
94
|
+
- Runtime task signals activate QA evidence and collection standards.
|
|
95
|
+
- Memory hooks compact long lessons and expose trimming rationale.
|
|
96
|
+
- Runtime handoff rejects non-workflow-local artifacts.
|
|
97
|
+
|
|
98
|
+
### Diagram, Visual, MCP
|
|
99
|
+
|
|
100
|
+
- Mermaid lint success and failure.
|
|
101
|
+
- Missing diagram tool remediation.
|
|
102
|
+
- Visual validator detects common diagram defects.
|
|
103
|
+
- Visual validation blocks missing validation artifacts.
|
|
104
|
+
- MCP OAuth requires TLS and opt-in secure storage.
|
|
105
|
+
- OAuth refresh does not expose secrets.
|
|
106
|
+
- Bearer injection is limited to HTTPS MCP calls.
|
|
107
|
+
|
|
108
|
+
## Current Failures Captured
|
|
109
|
+
|
|
110
|
+
### Docs Adoption Drift
|
|
111
|
+
|
|
112
|
+
Command:
|
|
113
|
+
|
|
114
|
+
```sh
|
|
115
|
+
node --test test/docs-adoption.test.js
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
Failure:
|
|
119
|
+
|
|
120
|
+
- `test/docs-adoption.test.js:51`
|
|
121
|
+
- Expected `/First visible value/i` in `site/src/App.jsx`.
|
|
122
|
+
- Actual site copy is now generated from `site/src/generated-site-content.js` and
|
|
123
|
+
`docs/site-manifest.json`.
|
|
124
|
+
|
|
125
|
+
Classification:
|
|
126
|
+
|
|
127
|
+
- test drift caused by dynamic site content, or missing assertion against generated content.
|
|
128
|
+
|
|
129
|
+
### Project Site Architecture Viewer
|
|
130
|
+
|
|
131
|
+
Command:
|
|
132
|
+
|
|
133
|
+
```sh
|
|
134
|
+
npm run test:e2e
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
Failures:
|
|
138
|
+
|
|
139
|
+
- `e2e/project-site.spec.js:61`
|
|
140
|
+
- `e2e/project-site.spec.js:187`
|
|
141
|
+
|
|
142
|
+
Observed:
|
|
143
|
+
|
|
144
|
+
- Timeout waiting for `[data-architecture-diagram] svg`.
|
|
145
|
+
|
|
146
|
+
Artifacts:
|
|
147
|
+
|
|
148
|
+
- `test-results/project-site-project-site--5d3bd-nd-interactive-on-localhost-chromium/test-failed-1.png`
|
|
149
|
+
- `test-results/project-site-project-site--5d3bd-nd-interactive-on-localhost-chromium/trace.zip`
|
|
150
|
+
- `test-results/project-site-project-site--69905-ontent-fits-mobile-viewport-chromium/test-failed-1.png`
|
|
151
|
+
- `test-results/project-site-project-site--69905-ontent-fits-mobile-viewport-chromium/trace.zip`
|
|
152
|
+
|
|
153
|
+
Classification:
|
|
154
|
+
|
|
155
|
+
- current browser-visible failure. The architecture diagram container exists, but the SVG never becomes visible.
|
|
156
|
+
|
|
157
|
+
### Web Ops Task Detail
|
|
158
|
+
|
|
159
|
+
Command:
|
|
160
|
+
|
|
161
|
+
```sh
|
|
162
|
+
npm run test:e2e
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
Failure:
|
|
166
|
+
|
|
167
|
+
- `e2e/web-console.spec.js:487`
|
|
168
|
+
|
|
169
|
+
Observed:
|
|
170
|
+
|
|
171
|
+
- Timeout waiting for `Release readiness passed`.
|
|
172
|
+
|
|
173
|
+
Artifacts:
|
|
174
|
+
|
|
175
|
+
- `test-results/web-console-WEB-OPS-accept-d24db-k-detail-and-recovery-state-chromium/test-failed-1.png`
|
|
176
|
+
- `test-results/web-console-WEB-OPS-accept-d24db-k-detail-and-recovery-state-chromium/trace.zip`
|
|
177
|
+
|
|
178
|
+
Classification:
|
|
179
|
+
|
|
180
|
+
- UI copy/state drift or regression in task detail release readiness rendering.
|
|
181
|
+
|
|
182
|
+
### Web Lifecycle Gate Controls
|
|
183
|
+
|
|
184
|
+
Command:
|
|
185
|
+
|
|
186
|
+
```sh
|
|
187
|
+
npm run test:e2e
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
Failure:
|
|
191
|
+
|
|
192
|
+
- `e2e/web-console.spec.js:636`
|
|
193
|
+
|
|
194
|
+
Observed:
|
|
195
|
+
|
|
196
|
+
- Timeout waiting for button `Block Gate`.
|
|
197
|
+
|
|
198
|
+
Artifacts:
|
|
199
|
+
|
|
200
|
+
- `test-results/web-console-WEB-LIFECYCLE--fdcf8-s-workflow-from-the-browser-chromium/test-failed-1.png`
|
|
201
|
+
- `test-results/web-console-WEB-LIFECYCLE--fdcf8-s-workflow-from-the-browser-chromium/trace.zip`
|
|
202
|
+
|
|
203
|
+
Classification:
|
|
204
|
+
|
|
205
|
+
- current browser-visible failure in gate decision controls or expected button label/state.
|
|
206
|
+
|
|
207
|
+
## Evidence Backfill Status
|
|
208
|
+
|
|
209
|
+
This batch generated usable evidence for these reconciled domains:
|
|
210
|
+
|
|
211
|
+
- tracker sync
|
|
212
|
+
- release readiness
|
|
213
|
+
- QA coverage and CLI output evidence
|
|
214
|
+
- workflow governance
|
|
215
|
+
- runtime/skills/memory
|
|
216
|
+
- diagram/visual/MCP controls
|
|
217
|
+
- core CLI/API contracts
|
|
218
|
+
- generated guidance refresh
|
|
219
|
+
- estimation and benchmark calibration
|
|
220
|
+
- phase playbooks and redo/sign-off protocol
|
|
221
|
+
- project detection and release test matrix
|
|
222
|
+
- web API security, recovery, provider profiles, and workflow progress
|
|
223
|
+
|
|
224
|
+
This batch produced failing evidence for:
|
|
225
|
+
|
|
226
|
+
- docs adoption generated-site drift
|
|
227
|
+
- site architecture diagram render
|
|
228
|
+
- web ops release readiness copy/state
|
|
229
|
+
- web lifecycle gate block control
|
|
230
|
+
|
|
231
|
+
## Final Batch Disposition
|
|
232
|
+
|
|
233
|
+
The reconciled evidence candidates are now split into three buckets:
|
|
234
|
+
|
|
235
|
+
| Bucket | Count | Disposition |
|
|
236
|
+
| --- | ---: | --- |
|
|
237
|
+
| Demonstrated by passing command evidence | 48 | Covered by the batch 1 and batch 2 commands above. |
|
|
238
|
+
| Demonstrated by failing evidence | 4 | Evidence exists, but proves current non-compliance. Bugfix stories should be created. |
|
|
239
|
+
| Requires manual/product acceptance or doc review linkage | 4 | Evidence is mostly present as docs/contract tests, but should be explicitly accepted or linked before release. |
|
|
240
|
+
|
|
241
|
+
The four demonstrated failures are:
|
|
242
|
+
|
|
243
|
+
1. `GH-296` / docs adoption: generated site content moved visible-value copy out of `site/src/App.jsx`, but `test/docs-adoption.test.js` still asserts literal content in that file.
|
|
244
|
+
2. `ARCH-SALESFORCE-INTEGRATION-DIAGRAM` / project site: architecture viewer does not render `[data-architecture-diagram] svg` in desktop or mobile Playwright runs.
|
|
245
|
+
3. `GH-298` / web ops: task detail no longer renders `Release readiness passed` where the E2E expects it.
|
|
246
|
+
4. `WEB-LIFECYCLE` / workflow UI: `Block Gate` control is unavailable after the request-changes path.
|
|
247
|
+
|
|
248
|
+
The four manual/product acceptance candidates are:
|
|
249
|
+
|
|
250
|
+
1. `DEV-STANDARDS-GENERALIZE`: confirm stack-agnostic standards examples remain current and intentionally contain no cross-project references.
|
|
251
|
+
2. `SETUP-IMPORT-ROLE-ALIASES`: confirm PM/PO alias behavior is still a product-supported import compatibility contract.
|
|
252
|
+
3. `RUN-VS-WORKFLOW`: confirm public copy around `run` versus `workflow run` remains accepted after site/docs restructuring.
|
|
253
|
+
4. `ARCH-SALESFORCE-INTEGRATION-DIAGRAM`: after the render bug is fixed, BA/Architect should visually accept systems, connectors, boundaries, and directionality.
|
|
254
|
+
|
|
255
|
+
The next remediation batch should create bugfix stories for the four current failures,
|
|
256
|
+
then rerun `npm test` and `npm run test:e2e`.
|