Commit Graph

4 Commits

Author SHA1 Message Date
wren 896a8c1dd9 feat: add RuleBindingCreateDTO and RuleBindingUpdateDTO 2026-04-28 11:44:04 +08:00
wren 0a726ebf21 fix: remove premature result_status/finished_at from save_evaluation_results
finalize_run() is the single source of truth for terminal run state.
Previously save_evaluation_results wrote a binary pass/fail status and
finished_at BEFORE rescue outcomes/metrics were saved, then finalize_run
overwrote it. Now scores only are written here; terminal state is set
once by finalize_run after all sub-results are persisted.
2026-04-28 11:43:52 +08:00
wren 72a9b8e393 chore: commit .claude/ project-level config and skills
Remove .claude/ from .gitignore — project-level Claude Code
configuration should be shared with the team.
2026-04-27 16:58:19 +08:00
wren 535d97a70c chore: initial commit — leaudit-platform project skeleton
17-table PostgreSQL schema with full Chinese column comments,
FastAPI project structure (admin/common/modules),
DSL rule files, and schema migration scripts.
2026-04-27 16:48:22 +08:00