Go to file
Basil ee969e4e3e Add L0 IDataRow implementation for Tag system
- Add TagRow and RarityTagBudgetRow implementing GameFramework IDataRow
- Migrate TagGenerationRule and RarityTagBudgetRule to Domain layer
- Migrate TagGenerationRuleRegistry and RarityTagBudgetRuleRegistry
  to use IEnumerable<TagRow> instead of DRTag

This establishes the foundation for DR migration: L0 now has pure C#
IDataRow implementations while L1 will provide DataRowBase wrappers.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 09:09:42 +08:00
docs init 2026-04-30 19:33:16 +08:00
src Add L0 IDataRow implementation for Tag system 2026-05-01 09:09:42 +08:00
src-ref init 2026-04-30 19:33:16 +08:00
.gitignore init 2026-04-30 19:33:16 +08:00
CLAUDE.md init 2026-04-30 19:33:16 +08:00
TODO.md process Lo 2026-04-30 23:03:47 +08:00