Files
kjh2064 e7913dbde6
ci / backend (push) Failing after 2s
ci / static (push) Failing after 9s
Build & Test with Secrets / build (push) Failing after 1s
deploy / deploy (push) Successful in 3m32s
Build & Test with Secrets / security-scan (push) Failing after 10s
deploy / notify (push) Successful in 1s
ci / frontend (push) Successful in 4m47s
ci / publish (push) Has been skipped
Build & Test with Secrets / frontend (push) Successful in 4m42s
Build & Test with Secrets / notification (push) Failing after 1s
Add evidence for 6 downgraded WBS items (AGENTS.md v16.0)
Track B: Evidence Collection (Parallel execution)

B1: PII Redaction Policy Tests (6 tests)
  - Tests for SSN, Email, CreditCard, ApiKey redaction
  - Pattern-based sanitization validation
  - Location: tests/KArtSell.ArchitectureTests/PiiRedactionTests.cs

B3: VS-00 SLICE_SPEC + Platform Governance (1 document)
  - User story, non-goals, state transitions
  - RBAC constraints, data contracts
  - Governance gates (data approval workflows)
  - Location: docs/CURRENT/SLICE_SPECS/VS-00-SLICE_SPEC.md

B4: Platform DATA_CONTRACT v1.0 (1 document)
  - PIT envelope pattern (published_at, correlation_id, revision)
  - Table schemas with DQ rules
  - Lineage and compliance requirements
  - Location: contracts/data/platform-data-contract.v1.json

B5: Pure Policy Unit Tests (13 tests)
  - SellPriorityPolicy: Priority sorting, bounds validation (6 tests)
  - ModelStateTransitionPolicy: Linear state machine (3 tests)
  - MonotonicityPolicy: Confidence/threshold monotonicity (4 tests)
  - Location: tests/KArtSell.ModelOperations.UnitTests/PolicyTests.cs

Test Results: 249/253 PASS + 4 SKIP
  - Architecture: 12/12 (includes 6 PII tests)
  - ModelOperations Unit: 54/54 (includes 13 Policy tests)
  - SignalEngine Unit: 18/18
  - Integration: 165/169 (4 skip)

Status: All evidence items collected and tested locally
Next: Track A (Host deployment recovery) + Track C (WBS update)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-06 00:45:28 +09:00
..
2026-08-02 05:15:36 +09:00
2026-08-02 05:15:36 +09:00
2026-08-02 05:15:36 +09:00
2026-08-02 05:15:36 +09:00

Versioned contracts

This directory is the machine-readable contract surface for policy, event and outcome-metric definitions.

  • policies/sell-policy-contract.v1.json: approved research-candidate implementation values; SHA-256 a269a0331b83c0f6ec108e7587de1d20c798036ff8d0c03d726cd854e73d8480.
  • events/signal-decision-created.v2.schema.json: immutable outbox payload contract.
  • metrics/outcome-metrics.v1.json: proposed metric definitions; Quant/Risk approval is still required.

The C# constants are intentionally checked against the policy JSON by scripts/validate_v123.py. A changed value without a Model Change record, Golden vectors and OOS impact evidence blocks G2.