Fundamental_Analysis/services/common-contracts/src
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
..
abstraction.rs WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
config_models.rs feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
dtos.rs feat: implement API DTO export and verify E2E tests 2025-11-22 22:14:01 +08:00
lib.rs Refactor Orchestrator to DAG-based scheduler with Git Context merging 2025-11-27 02:42:25 +08:00
lifecycle.rs WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
messages.rs feat: Implement Context Inspector and fix workflow merge base 2025-11-28 02:53:25 +08:00
models.rs chore: 提交本轮 Rust 架构迁移相关改动 2025-11-16 20:55:46 +08:00
observability.rs WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
persistence_client.rs WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
provider.rs feat(analysis): integrate analysis templates into report workflow 2025-11-19 06:59:36 +08:00
registry.rs WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
subjects.rs Refactor Orchestrator to DAG-based scheduler with Git Context merging 2025-11-27 02:42:25 +08:00
symbol_utils.rs feat: implement API DTO export and verify E2E tests 2025-11-22 22:14:01 +08:00
workflow_harness.rs WIP: Commit all pending changes across services, frontend, and docs 2025-11-27 02:45:56 +08:00
workflow_types.rs feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00