Files
ai-agent/cmd/testdata/seeds
mlogclub 541e4c5874 refactor: replace skill code with skill ID across the application
- Updated skill handling to use skill IDs instead of skill codes in various components, services, and models.
- Modified tests to reflect changes in skill identification.
- Removed references to skill codes in favor of skill IDs for consistency and clarity.
- Updated localization files to remove skill code references and adjust error messages accordingly.
2026-06-20 20:42:07 +08:00
..

Testdata Seeds

This package is the single maintenance point for built-in testdata content.

  • Put language-specific demo text and seed metadata here.
  • Keep database writes, transactions, repository calls, and model audit fields in the resource init packages.
  • Add new languages through seedlang.Language and the *Seeds(lang) functions.