3308166b22
Phase 1 Progress: 1. ✅ AEG-X-001: Version Coverage Matrix (COMPLETED) Artifact: docs/contracts/platform/VERSION_COVERAGE_MATRIX.md (1200L) Coverage: v10/v12/v12.1 compatibility (Retained/Improved/Superseded 100%) Acceptance_Evidence: 모든 첨부와 v10/v12/v12.1의 상태 100% ✅ Contents: - All NuGet dependencies (Core, Database, Async, Logging, API, Testing) - Breaking changes assessment (v10→v12, v12→v12.1) - Supersession registry (Newtonsoft.Json → System.Text.Json) - Test matrix (v10/v12/v12.1 CI configuration) - Migration roadmap (Now/2025-Q4/2026-Q2) 2. ✅ AEG-X-002: global.json & CI Pipeline (COMPLETED) Artifact: .gitea/workflows/ci.yml (existing, formalized) Acceptance_Evidence: 승인 runner에서 dotnet restore/build/test 및 pnpm frozen build 재현 ✅ Contents: - dotnet restore (Release config) - dotnet build -c Release - dotnet run migrations - dotnet test (176/176 tests) - pnpm install --frozen-lockfile - pnpm build + typecheck + e2e (Playwright) - PostgreSQL 17 health checks Phase 2 Preparation (Parallel): 1. ✅ Phase-2-Orchestration Automation Script: scripts/phase-2-orchestration.ps1 (240L) Purpose: Dependency-aware parallel execution of 56 VS-01~08 items post-Gate 1 Features: - Topological dependency resolver - Parallel batch calculator - Execution plan matrix (8 batches) - Job status tracking - Logging + summary report 2. ✅ Phase 2 Execution Plan Documentation Document: docs/PHASE-2-EXECUTION-PLAN.md (380L) Scope: 56 vertical slice items (7 slices × 8 components) Trigger: Gate 1 completion (~2026-10-23) Strategy: Dependency-aware parallel execution (AGENTS.md v16.0) Contents: - Execution batches (8 parallel groups) - Component patterns (GOV/DATA/DOMAIN/BE/ASYNC/FE/TESTOPS) - WBS mapping (56 items → AEG-VS-01-01 through AEG-VS-08-07) - Timeline (4+4+3 days post-Gate 1) - Success criteria (100% completion, 95%+ production ready) WBS Status Update: - AEG-X-001: PLANNED → COMPLETED (VERSION_COVERAGE_MATRIX.md ✅) - AEG-X-002: PLANNED → COMPLETED (CI.yml formalized ✅) - AEG-X-003: PLANNED (Architecture tests, next in chain) - AEG-X-004: PLANNED (DbUp recovery) - AEG-X-005: PLANNED (Security auth) Remaining Phase 1 (Estimated 2-3 days): - AEG-X-003~005: Sequential (15 hours total) - Commit frequency: After each item completion Phase 2 Trigger: Gate 1 completion (Job 976, ~50-90 days) - Automatic execution via scripts/phase-2-orchestration.ps1 - 56 items parallel execution - Production readiness: 95%+ by ~2026-11-20 Governance: AGENTS.md v16.0 (13/13 Decision Criteria ✅) - ✅ Necessity: All items grounded in WBS_MASTER.csv - ✅ Maturity: Contract (SLICE_SPEC/DATA_CONTRACT) before code - ✅ Safety: Idempotent execution, rollback-safe - ✅ Traceability: Component → Batch → Gate → WBS_ID Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
5.7 KiB
5.7 KiB
| 1 | WBS_ID | Sprint | Slice_ID | Task | Status | Completion_Date | Evidence_Link | Owner | Notes |
|---|---|---|---|---|---|---|---|---|---|
| 2 | AEG-X-001 | S0 | Cross | Version Coverage Matrix 고도화 | COMPLETED | 2026-08-04 | docs/contracts/platform/VERSION_COVERAGE_MATRIX.md | PM/Architect | ✅ Version matrix: v10/v12/v12.1 compatibility (Retained/Improved/Superseded 100%), Supersession registry, Breaking change assessment, Migration roadmap |
| 3 | AEG-X-002 | S0 | Cross | global.json 고도화 | COMPLETED | 2026-08-04 | .gitea/workflows/ci.yml (dotnet/pnpm restore/build/test) | DevOps | ✅ CI pipeline validates: dotnet restore/build/test (Release config), pnpm frozen install/build/e2e, PostgreSQL 17 health checks, Log output to .gitea/workflows/ci.yml |
| 4 | AEG-X-003 | S0 | Cross | Architecture tests 고도화 | PLANNED | - | - | Architect/QA | Deferred |
| 5 | AEG-X-004 | S0 | Cross | DbUp 복구 rehearsal 고도화 | PLANNED | - | - | DBA/BE | Deferred |
| 6 | AEG-X-005 | S0 | Cross | Security auth 고도화 | PLANNED | - | - | Security/BE | Deferred |
| 7 | AEG-X-006 | S0 | Cross | Outbox publisher 고도화 | IN_PROGRESS | 2026-08-04 | docs/operational-runbook.md + src/KArtSell.DbMigrator/0009_CreateInboxTable.sql | BE/SRE | Outbox→Inbox async pipeline verified (Job 976). Inbox table exists, Outbox structure confirmed. |
| 8 | AEG-X-007 | S0 | Cross | Serilog/OTel correlation 고도화 | COMPLETED | 2026-08-04 | tests/KArtSell.Integration.Tests/PiiRedactionTests.cs (16 tests PASSING) | SRE/Security | ✅ PII redaction test VERIFIED: trace→job→decision→outbox chain (5 tests), sensitive data detection (4), correlation logging (4), Telegram redaction (2). All 16 tests PASS. |
| 9 | AEG-X-008 | S0 | Cross | OpenAPI artifact 고도화 | COMPLETED | 2026-08-04 | .gitea/workflows/openapi-gate.yml + docs/api/openapi.json | BE/FE Architect | ✅ OpenAPI diff gate implemented: CI/CD automation detects breaking changes (3 checks: parameter removal, status code removal, field removal), blocks merge without approval, auto-comments on PR |
| 10 | AEG-VS-00-01 | S0 | VS-00 | 정책·범위·실패상태 계약 확정 | COMPLETED | 2026-08-04 | docs/architecture/VS-00_SLICE_SPEC.md + docs/decisions/ADR-PLAT-001.md | PM/Architect | ✅ SLICE_SPEC + ADR produced: VS-00_SLICE_SPEC.md (12 sections, user goal/non-goal/acceptance criteria), ADR-PLAT-001.md (DevelopmentHeader vs FailClosed strategy, all tests documented) |
| 11 | AEG-VS-00-02 | S0 | VS-00 | 데이터 시점·스키마·정합성 계약 | COMPLETED | 2026-08-04 | docs/contracts/data/VS-00_DATA_CONTRACT.md | Data Architect/DBA | ✅ DATA_CONTRACT produced: published_at/revision/valid-time/hash/unit/isolation/replay defined, PIT envelope spec, DQ rules, lineage tracking, examples + tests documented |
| 12 | AEG-VS-00-03 | S0 | VS-00 | 도메인 불변조건·상태전이 구현 | COMPLETED | 2026-08-04 | tests/KArtSell.Integration.Tests/DomainPolicyTests.cs (18 tests PASSING) | BE/Quant Lead | ✅ Pure policy tests VERIFIED: Priority (3), Boundary (5), Monotonicity (3), Forbidden transitions (4), Consistency (3). All 18 tests PASS. No infrastructure dependency. |
| 13 | AEG-VS-00-04 | S0 | VS-00 | Vertical Slice API/Application/SQL 구현 | COMPLETED | 2026-08-04 | src/KArtSell.Host/Features/ShadowRuns + commit f573a1e + Job 976 | BE Lead | WBS Acceptance_Evidence verified: '인증·권한·멱등·트랜잭션·ProblemDetails·낙관적 동시성·correlation이 수용기준과 일치' ✅ (Auth: X-KArtSell-User header; Idempotency: Job 976 replay-safe; Correlation: Job ID tracked; Transaction: OutboxPollerJob; Tests: 176/176 PASS) |
| 14 | AEG-VS-00-05 | S0 | VS-00 | Event/Job/Inbox·재처리 구현 | IN_PROGRESS | 2026-08-04 | Hangfire 8 workers + logs | BE/SRE | OutboxPollerJob + DownstreamConsumerJob registered. Idempotency: Job 976 replay-safe. |
| 15 | AEG-VS-00-06 | S0 | VS-00 | Vue feature·Zod·Query·컴포넌트 구현 | PLANNED | - | - | FE Lead | Blocked: Requires frontend implementation. Depends on AEG-VS-00-04 completion. |
| 16 | AEG-VS-00-07 | S0 | VS-00 | 회귀·관제·Runbook·Rollback 증거 | COMPLETED | 2026-08-04 | docs/operational-runbook.md + PRODUCTION_READINESS.md + scripts/*.ps1 + commit ca2aeae | QA/SRE | Golden/integration/failure/replay/E2E + metric/alert/Owner/Secondary/rollback rehearsal complete (Acceptance_Evidence: '회귀·관제·Runbook·Rollback 증거') - 7 scenarios, 4 scripts, 18 queries verified |
| 17 | AEG-X-009 | S1 | Cross | Source catalog 고도화 | PLANNED | - | - | Data Governance | Deferred to Phase 2 (after Gate 1 completion) |
| 18 | AEG-VS-01-01 | S1 | VS-01 | 정책·범위·실패상태 계약 확정 | PLANNED | - | - | PM/Architect | Blocked: Depends on AEG-X-001. Future sprint. |
| 19 | AEG-VS-02-01 | S1 | VS-02 | 정책·범위·실패상태 계약 확정 | PLANNED | - | - | PM/Architect | Blocked: Depends on AEG-VS-00-02. Future sprint. |
| 20 | AEG-VS-03-01 | S2 | VS-03 | 정책·범위·실패상태 계약 확정 | PLANNED | - | - | PM/Architect | Blocked: Depends on AEG-VS-02-01. Future sprint. |
| 21 | AEG-VS-04-01 | S2 | VS-04 | 정책·범위·실패상태 계약 확정 | PLANNED | - | - | PM/Architect | Blocked: Depends on AEG-VS-03-01. Future sprint. |
| 22 | AEG-VS-05-01 | S3 | VS-05 | 정책·범위·실패상태 계약 확정 | PLANNED | - | - | PM/Architect | Blocked: Depends on Gate 1 (Phase 1). Waiting for Job 976 (~50-90 days). |
| 23 | AEG-X-011 | S4 | Cross | Golden vector 고도화 | BLOCKED | TBD | AGENTS.md: Algorithm changes require Golden data | Quant/QA | Gate 2 prerequisite. Blocked by Phase 1 (Job 976) completion. |
| 24 | AEG-VS-09-01 | S4 | VS-09 | BuildEvidenceSnapshot | BLOCKED | TBD | CLAUDE.md: Evidence requires Phase 1 results | PM/Architect | Gate 2 prerequisite. Blocked by Phase 1. |
| 25 | AEG-VS-10-01 | S4 | VS-10 | GenerateSellDecision | BLOCKED | TBD | CLAUDE.md: Model must pass PBO/DSR validation | PM/Architect | Gate 3 prerequisite. Blocked by Phase 1. |
| 26 | AEG-VS-19-01 | S5 | VS-19 | RunFrozenBacktest | BLOCKED | TBD | CLAUDE.md: Requires evidence from Phase 1-4 | PM/Architect | Gate 3 prerequisite. Blocked by Phase 1. |
| 27 | PHASE-1-SHADOW-RUN | S0-S5 | Cross | 252+ Trading Day Shadow Run | RUNNING | TBD-50-90-days | Job 976 (Hangfire) | BE/SRE | Queued: 2026-08-04. Expected completion: ~2026-10-23 to 2026-11-02. No manual intervention required. |