Skip to content

v0.3.0

Choose a tag to compare

@biendo27 biendo27 released this 21 Apr 08:31
· 2 commits to main since this release
b5c7ea6

Added

  • explicit agentic_base firebase setup flow with generated tools/setup-firebase.sh and flavor-aware Firebase option placeholders
  • generator-owned module startup policy surfaces for lib/app/modules/module_startup.dart and lib/app/modules/module_providers.dart

Changed

  • generated apps now use one flavor runner: ./tools/run.sh [dev|staging|stg|prod]
  • installed module implementations now live under lib/services/<capability>/
  • default runtime seams now stay bootable until Firebase credentials and native config are explicitly installed

Fixed

  • Android-only generated projects no longer fail native flavor-output validation by requiring iOS artifacts
  • Firebase setup rollback now restores generated Dart outputs plus Android and iOS native mutations
  • Crashlytics bootstrap error forwarding now avoids uncaught future propagation from the global platform error hook

Testing

  • dart analyze --fatal-infos passed
  • focused rollback, Crashlytics, generator, and generated-app smoke coverage passed
  • generated Android-only create plus generated verify passed