Replace the three drifting filter implementations (counter, list loader, regroup) with one ITaskListFilter strategy per list kind. Counter and list loader now share the same predicates, so they cannot diverge again. Planning hierarchy rules (parent-as-context, orphan handling) live in PlanningRules and are unit-tested via 29 new tests in ClaudeDo.Data.Tests. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
883 B
Plaintext
18 lines
883 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/ClaudeDo.App/ClaudeDo.App.csproj" />
|
|
<Project Path="src/ClaudeDo.Data/ClaudeDo.Data.csproj" />
|
|
<Project Path="src/ClaudeDo.Ui/ClaudeDo.Ui.csproj" />
|
|
<Project Path="src/ClaudeDo.Worker/ClaudeDo.Worker.csproj" />
|
|
<Project Path="src/ClaudeDo.Installer/ClaudeDo.Installer.csproj" />
|
|
<Project Path="src/ClaudeDo.Releases/ClaudeDo.Releases.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/ClaudeDo.Data.Tests/ClaudeDo.Data.Tests.csproj" />
|
|
<Project Path="tests/ClaudeDo.Ui.Tests/ClaudeDo.Ui.Tests.csproj" />
|
|
<Project Path="tests/ClaudeDo.Worker.Tests/ClaudeDo.Worker.Tests.csproj" />
|
|
<Project Path="tests/ClaudeDo.Installer.Tests/ClaudeDo.Installer.Tests.csproj" />
|
|
<Project Path="tests/ClaudeDo.Releases.Tests/ClaudeDo.Releases.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|