kjh2064
|
88ea5edef5
|
fix: Replace IReadOnlySet/IReadOnlyDictionary with HashSet/Dictionary for performance (CA1859) and use LoggerMessage delegates (CA1848)
ci / backend (push) Failing after 1s
ci / static (push) Failing after 5s
ci / frontend (push) Failing after 4s
Source: CLAUDE.md observability section - Serilog structured logging and performance are first-class concerns
Slice: ModelOperations/Scheduling, Domain/ModelFeedbackCycle
Policy: CA1859 (concrete types over interfaces), CA1848 (LoggerMessage delegates)
Changes:
- ScheduledModelOperationJob: LoggerMessage.Define for warning/info logs
- ModelOperationsDispatcherJob: LoggerMessage.Define for error logs
- ModelOperationExecution: Dictionary<State, HashSet<State>> state machine
- ModelFeedbackCycle: Dictionary<State, HashSet<State>> state machine
Verification:
- dotnet build: 0 errors, 0 warnings
- dotnet test: 41/41 tests passed (ArchitectureTests 5, ModelOperations 17, SignalEngine 18)
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
2026-08-02 05:37:45 +09:00 |
|
kjh2064
|
87705c1f6a
|
fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
ci / backend (push) Failing after 1s
ci / static (push) Failing after 5s
ci / frontend (push) Failing after 6s
|
2026-08-02 05:30:00 +09:00 |
|
kjh2064
|
50db649b5c
|
docs: Update CLAUDE.md - use remote PostgreSQL via SSH port forwarding (178.104.200.7)
ci / backend (push) Failing after 1s
ci / static (push) Failing after 4s
ci / frontend (push) Failing after 5s
|
2026-08-02 05:23:18 +09:00 |
|
kjh2064
|
aa1850ae33
|
docs: Update CLAUDE.md - remove Docker dependency from local dev, use native PostgreSQL
ci / backend (push) Failing after 0s
ci / frontend (push) Failing after 11s
ci / static (push) Failing after 33s
|
2026-08-02 05:21:59 +09:00 |
|
kjh2064
|
d69b214337
|
docs: Add comprehensive CLAUDE.md with architecture, commands, and guardrails
ci / backend (push) Failing after 2s
ci / static (push) Failing after 6s
ci / frontend (push) Failing after 5s
|
2026-08-02 05:20:30 +09:00 |
|
kjh2064
|
dcd1322d41
|
Initial commit: Add project files
ci / backend (push) Failing after 12s
ci / frontend (push) Failing after 19s
ci / static (push) Failing after 45s
|
2026-08-02 05:15:36 +09:00 |
|