Skip to content

Commit 37263fb

Browse files
committed
fix: references to model transformation and testing
1 parent 547c00b commit 37263fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

skills/layered-architecture/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class UserRepository {
229229
}
230230
```
231231

232-
See [worked-example.md](references/worked-example.md) for the complete `user_repository` package with pubspec, barrel files, and error handling.
232+
See [worked-example.md](references/worked-example.md) for the complete `user_repository` package with pubspec, barrel files, and error handling. See [model-transformation.md](references/model-transformation.md) for detailed transformation patterns between data and domain models.
233233

234234
## Dependency Graph
235235

@@ -394,6 +394,8 @@ Flavors change only the configuration (base URLs, API keys) — the architecture
394394
## Additional Resources
395395

396396
- [Complete worked example](references/worked-example.md) and [pubspec reference](references/pubspec.md)
397+
- [Model transformation patterns](references/model-transformation.md) — data model vs domain model conversion
398+
- [Package-level testing](references/testing.md) — testing data clients and repositories in isolation
397399
- For Bloc/Cubit patterns and Page/View separation — see the **bloc** skill
398400
- For project scaffolding use the `very_good_cli` MCP server `create dart_package` tool
399401
- For testing data clients, repositories, and Blocs — see the **testing** skill

0 commit comments

Comments
 (0)