Minor upgrades#2
Merged
Merged
Conversation
Make architecture guidance pattern-agnostic and introduce dedicated pattern references. SKILL.md was updated to recommend MVI or MVVM (preserve existing project patterns by default) and to show how boundaries/callbacks differ between the patterns. references/architecture.md was generalized (state-owner guidance, decision guide, preservation rule) and the large MVI examples were moved out. Added new references/mvi.md and references/mvvm.md containing full pattern-specific guidance, examples, and recommendations for event/effect/state handling.
Clarify how to approach user code and references: limit initial code reading to relevant files for small UI/logic requests, avoid full-architecture mapping unless refactoring is requested, and call out anti-patterns contextually (stronger for production code, deprioritized for quick prototypes). When docs verification isn't possible, provide a standard/latest dependency snippet with a "// Verify latest version" note. Update platform separation guidance to mention verifying Kotlin 1.9 vs 2.0+ (via build.gradle.kts or by asking the user) and broaden DI options to Hilt or Koin. Finally, change reference loading rules to skip loading files for basic Compose tasks and load exactly one reference only for advanced scenarios (e.g., Paging 3, Nav 3).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.