Skip to content

Commit 8255290

Browse files
StevenTCramerclaude
andcommitted
Update task 032 based on PR review and remove .clinerules
- Enhanced kanban task 032 with specific test commands from PR review - Added Directory.Packages.props update requirement - Added build validation and NuGet package creation steps - Added Claude.md documentation update step - Removed obsolete .clinerules file as it's no longer used 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9f9fc67 commit 8255290

2 files changed

Lines changed: 8 additions & 256 deletions

File tree

.clinerules

Lines changed: 0 additions & 256 deletions
This file was deleted.

Kanban/ToDo/032_Migrate-from-MediatR-to-TimeWarp-Mediator.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@
2020
### Design
2121
- [x] Research current MediatR usage across codebase (40+ files identified)
2222
- [ ] Run all tests to ensure baseline functionality before migration
23+
- [ ] Run ./RunTests.ps1 to verify unit tests pass
24+
- [ ] Run ./RunE2ETests.ps1 to verify end-to-end tests pass
25+
- [ ] Run ./RunTestApp.ps1 to verify test application works
26+
- [ ] Verify architecture tests in TimeWarp.State.Policies still pass
2327
- [ ] Identify TimeWarp.Mediator package version and compatibility
2428
- [ ] Plan migration strategy for minimal disruption
2529

2630
### Implementation
31+
- [ ] Update Directory.Packages.props with TimeWarp.Mediator version
2732
- [ ] Update package references in 2 .csproj files:
2833
- [ ] Source/TimeWarp.State/TimeWarp.State.csproj
2934
- [ ] Tests/Test.App/Test.App.Contracts/Test.App.Contracts.csproj
@@ -41,11 +46,14 @@
4146
- [ ] Test pre/post processors (6 implementations)
4247
- [ ] Test notification handlers (9 implementations)
4348
- [ ] Verify Redux DevTools integration continues to work
49+
- [ ] Verify all builds pass after package updates
50+
- [ ] Test NuGet package creation with ./BuildNuGets.ps1
4451

4552
### Documentation
4653
- [ ] Create migration guide for TimeWarp.State users
4754
- [ ] Create general MediatR → TimeWarp.Mediator migration document
4855
- [ ] Update ai-context.md with new dependency information
56+
- [ ] Update Claude.md to reflect new TimeWarp.Mediator dependency
4957
- [ ] Document any breaking changes or API differences
5058

5159
### Review

0 commit comments

Comments
 (0)