- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
778 B
778 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5be0ef6b-4bc3-4671-b03f-fc5dcf54b19b | solution | Fixed frozen flag bug and added thaw report |
|
0.6 | 0.8 | 2026-01-20T19:35:56.013635+00:00 | 2026-01-20T19:35:56.013635+00:00 |
Fixed bug where /dropadd transactions were hardcoded to frozen=True regardless of current freeze state. Changed to use current_state.freeze so Sat-Sun transactions are unfrozen and execute Monday. Also added Transaction Thaw Report feature with data structures (ThawReport, ThawedMove, CancelledMove, ConflictResolution) to provide admin visibility into weekly thaw processing. Report shows thawed moves, cancelled moves due to conflicts, and conflict resolution details with team records.