You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move module structure, version management, and architectural pattern documentation from `CONTRIBUTING.md` and `AI_AGENT_GUIDE.md` into the `/docs` directory.
- Update `CONTRIBUTING.md` and `AI_AGENT_GUIDE.md` to link to the new centralized documentation in `docs/README.md` and `docs/ARCHITECTURE.md`.
- Remove redundant sections (Key Concepts, Build Commands, Platform Support, etc.) from the main `docs/README.md` to streamline its content.
- Add a new link for "Web Development" to `docs/README.md`.
- ❌ `noteViewModel.disposeOneTimeEvents()` - Called in same LaunchedEffect
363
-
364
-
**Rule of Thumb**: The goal is to write **less code**, not more. Only use Actions where they genuinely simplify Composable signatures.
279
+
**Refer to [docs/ARCHITECTURE.md](ARCHITECTURE.md#presentation-layer) for the full pattern definition, code examples, and guidelines on when to use it.**
0 commit comments