Fundamental_Analysis/services
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
..
alphavantage-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
api-gateway feat: Implement Context Inspector and fix workflow merge base 2025-11-28 02:53:25 +08:00
common-contracts feat: Implement Context Inspector and fix workflow merge base 2025-11-28 02:53:25 +08:00
data-persistence-service WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
finnhub-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
mock-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
report-generator-service feat: Implement Context Inspector and fix workflow merge base 2025-11-28 02:53:25 +08:00
tushare-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
workflow-orchestrator-service feat: Implement Context Inspector and fix workflow merge base 2025-11-28 02:53:25 +08:00
yfinance-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00