Documentation Index
Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt
Use this file to discover all available pages before exploring further.
March 7, 2026
Notifications package rollout and test infrastructure release
This cycle delivered the notifications package implementation, expanded package test infrastructure, and finalized package documentation updates.Package capability additions
- Added the
@amisi/notificationspackage runtime with adapter architecture and provider integrations. - Added built-in notification adapters for
onesignal,expo, andmock. - Added notifications registry, runtime APIs, typed models, and
useNotificationshook. - Added the
@amisi/chatpackage to package documentation and navigation to match shipped package support.
Testing workflow improvements
- Added standardized unit test scripts for workspace-wide, mobile-only, and package-only test runs.
- Added a target pattern to run tests for a specific package through a generic script.
- Expanded Jest setup across packages with per-package configs and TypeScript test configuration files.
Documentation updates
- Added a dedicated testing guide page in the docs app with practical run commands.
- Expanded architecture docs with high-level package responsibilities for faster onboarding.
- Added a dedicated package page for
@amisi/notificationswith adapter and setup guidance. - Added a dedicated package page for
@amisi/chatcovering UI components, history, and AI handlers. - Updated package navigation ordering to keep
Overviewfirst and list package pages in ascending order.
Reliability and developer experience notes
- Added smoke-test coverage for key packages to validate baseline test wiring.
- Preserved
verifyflow (nx affected -t lint,typecheck,test) as the CI-compatible quality gate.
February 19, 2026
This cycle focused on making the app feel more cohesive and making key docs pages easier to find from navigation.
UI polish pass and docs discoverability improvementsNavigation and visibility wins
- Added a dedicated Changelog top-level tab and changelog page.
- Improved discoverability so release notes are one click from the navbar.
Design system polish across core flows
- Updated visual styling across auth and primary app screens.
- Refined theme token usage for stronger cross-screen consistency.
- Expanded translation coverage in high-traffic user journeys.
- Adjusted SSO screen styling for cleaner hierarchy and spacing.
Stability notes
- Added safer silent error logging paths around gesture transitions.
- Fixed redesign regressions that caused inconsistent screen-level styles.
February 17–18, 2026
Uniwind migration hardening and UX stability release
We stabilized the styling adapter rollout and tightened key user lifecycle flows including sign-in, verification, and secure access.Security and account flow upgrades
- Added biometrics support and improved sign-out behavior.
- Added safer safe-area handling and updated email verification flows.
Styling adapter migration progress
- Completed broad Uniwind and tailwind-variants adoption across UI.
- Refined gradients, motion patterns, and shared component consistency.
- Improved navigation structure to reduce context-switching friction.
Observability and reliability improvements
- Added crashlytics and analytics instrumentation for production insight.
- Fixed workspace and setup issues discovered during adapter migration.
- Resolved navigation cleanup regressions introduced during redesign work.
February 16, 2026
AI subagents and workflow tooling foundation
This release introduced deeper task delegation for agent workflows and cleaned supporting tooling so automation can run more reliably.Agent architecture milestone
- Added AI subagent support for planning, implementation, and review.
- Added provider-flexible orchestration paths in agent workflows.
Developer experience cleanup
- Improved verify task behavior to make pipeline checks more dependable.
- Added stronger environment example coverage for tool setup.
- Removed legacy execution paths to simplify maintenance overhead.
Integration fixes
- Fixed nativewind class handling and agent-runner integration edge cases.
February 10, 2026
Configurator and analytics baseline release
We invested in starter reliability by strengthening config docs and laying down analytics defaults teams can ship with immediately.Platform baseline introduced
- Added analytics baseline support across packages and app surfaces.
Documentation and configurator maturity
- Expanded configurator capabilities and theme/config documentation.
- Reworked docs structure to reduce onboarding time for new teams.
February 5–8, 2026
Mint docs migration and starter platform kickoff
This was the initial foundation sprint where docs moved to Mint and core package scaffolding became operational.Foundation shipped
- Added initial starter architecture and migrated docs to Mint.
- Added core screens and docs scaffolding across major packages.
- Added package foundations for auth, navigation, and subscriptions.
Project onboarding assets
- Added README and branding assets for easier project discoverability.
- Standardized documentation structure around Mint conventions.
Repository hygiene
- Cleaned tracked iOS artifacts to improve repository hygiene.