Consolidate codex workflow wave into one integration PR#165
Draft
Consolidate codex workflow wave into one integration PR#165
Conversation
- Implemented Login UI and Auth context with localStorage persistence. - Added Admin/Worker role-based view gating. - Integrated mock data for 19 real volumes from cluster export. - Resolved merge conflicts with upstream/main and handled WorkflowSelector sunset.
- Implemented Login UI and Auth context with localStorage persistence. - Added Admin/Worker role-based view gating. - Integrated mock data for 1000 volumes (real data ingestion pending). - Resolved merge conflicts with upstream/main.
…ration # Conflicts: # scripts/dev.sh # scripts/start.sh # server_api/chatbot/chatbot.py
This was referenced Apr 13, 2026
Closed
This was referenced Apr 13, 2026
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.
Summary
Consolidates the codex draft-wave outputs onto
feat/workflow-spinein one integration branch, ported into the existing repo architecture (server_api/workflows/*, current frontend component layout).What landed
GET /api/workflows/{id}/metrics,POST /api/workflows/{id}/export-bundle./chat/queryand/chat/helper/querywith request IDs, duration summaries, and progress prints.Verification run
python3 -m pytest -q tests/test_workflow_routes.py tests/test_workflow_spine_smoke.py tests/test_chat_logging_fields.py tests/test_workflow_metrics.py tests/test_workflow_export_bundle.py tests/test_workflow_evidence_export.py2 passed, 5 skipped(skips are dependency-gated backend suites)npm --prefix client test -- --watchAll=false --runInBand9 passednpm --prefix client run buildSource draft mapping
codex/standardize-logging-for-chat-endpoints*74c0d3ecodex/add-workflow-evidence-export-utility0bfcee9codex/add-backend-smoke-test-for-workflow-spine*0bfcee9codex/add-correction-impact-proposal-action*0bfcee9codex/add-workflow-agent-proposal-for-hotspots0bfcee9codex/add-metrics-endpoint-for-workflows*0bfcee9codex/add-backend-endpoint-to-export-workflow-bundle*0bfcee9codex/add-timeline-filters-for-debugging*ecc2493codex/add-proposal-cards-for-new-agent-actions*ecc2493codex/create-cloud-task-integration-protocolcodex/add-cave-integration-spike-documentation*Out of scope in this PR
#120/#127/#136