Fundamental_Analysis/crates/workflow-context
Lv, Qi 91a6dfc4c1 feat: Implement Context Inspector and fix workflow merge base
- **Observability**: Added `ContextExplorer` component for viewing task input/output file trees and diffs.
- **Workflow Engine**:
  - Implemented Initial Commit logic in `StartWorkflow` to ensure all tasks share a common merge base.
  - Added `input_commit` tracking to `DagScheduler` and events.
  - Exposed `vgcs` (Git) operations via Orchestrator API (tree, blob, diff).
- **API Gateway**: Added proxy routes for Context Inspector (`/api/context/...`).
- **UI**:
  - Refactored `ReportPage` to remove legacy "Fundamental Data" tab.
  - Added "Context Inspector" button in Task Detail view with Dialog support.
  - Visualized Added/Modified/Deleted files with color coding in Context Explorer.
- **Cleanup**: Removed unused `FinancialTable` component.
2025-11-28 02:53:25 +08:00
..
src feat: Implement Context Inspector and fix workflow merge base 2025-11-28 02:53:25 +08:00
tests feat(workflow): Implement Worker Runtime with Context Shell 2025-11-27 01:50:48 +08:00
Cargo.lock WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
Cargo.toml Refactor Orchestrator to DAG-based scheduler with Git Context merging 2025-11-27 02:42:25 +08:00