Fix workflow publication observation - #3335
Merged
AbigailDeng merged 5 commits intoAug 10, 2026
Merged
Conversation
Contributor
Author
CI follow-upThe Local verification
|
AbigailDeng
merged commit Aug 10, 2026
d2bebe6
into
feat/2026-08-04_workflow-activity-vnext
13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem and solution
Impact paths
Design baseline
Design baseline:
apps/aevatar-console-web/docs/design-baselines/workflow-activity-vnext/
Primary design:
aevatar-workflow-activity-vnext.excalidraw
Design SHA-256:
30e74d7b410ae72c4c91432355436679033679c54c10b1702908435b001577de
Contract specification:
apps/aevatar-console-web/docs/superpowers/specs/
2026-08-04-workflow-activity-vnext-design.md
User paths:
apps/aevatar-console-web/docs/superpowers/specs/
2026-08-04-workflow-activity-vnext-user-paths.md
Authentication and localization:
Existing Aevatar login, callback, session, returnTo, and Umi locale logic;
presentation may change, behavior may not.
Production data source:
Real APIs and API-acknowledged user actions only; no mock fallback.
Baseline integrity:
python3 apps/aevatar-console-web/docs/design-baselines/
workflow-activity-vnext/verify-baseline.py
Local verification
pnpm exec jest --findRelatedTests src/locales/workflowActivityVNextMessages.en-US.ts src/locales/workflowActivityVNextMessages.zh-CN.ts src/pages/workflow-activity-vnext/styles.ts src/pages/workflow-activity-vnext/workflows/WorkflowEditorPage.tsx --runInBand --json --outputFile /tmp/aevatar-publish-feedback-related-jest.jsonResult: 101 suites, 1,255 tests passed; 0 failed.
pnpm exec jest --runInBand --runTestsByPath src/pages/workflow-activity-vnext/index.test.tsx --json --outputFile /tmp/aevatar-publish-feedback-index-jest.jsonResult: 1 suite, 95 tests passed; 0 failed.
pnpm exec biome check src/locales/workflowActivityVNextMessages.en-US.ts src/locales/workflowActivityVNextMessages.zh-CN.ts src/pages/workflow-activity-vnext/index.test.tsx src/pages/workflow-activity-vnext/styles.ts src/pages/workflow-activity-vnext/workflows/WorkflowEditorPage.tsxResult: passed, no fixes applied.
git diff --check HEADResult: passed.
python3 apps/aevatar-console-web/docs/design-baselines/workflow-activity-vnext/verify-baseline.pyResult: 17/17 frames and byte-identical generator output; passed.
Existing authenticated Chrome session on the local 5173 workflow editor, with remote backend API proxy. The page loaded real workflow data after refresh; desktop and 390x844 mobile layouts rendered correctly. No remote Publish action was performed.
Template selection layout and configuration
Local verification for template selection
Result: limited to index.test.tsx and NewWorkflowPage.test.tsx.
Result: 1 suite, 12 tests passed.
Result: passed, no fixes applied.
Result: design SHA 30e74d7b410ae72c4c91432355436679033679c54c10b1702908435b001577de, 17/17 frames, byte-identical generator output.
Result: passed.