omega_architecture 0.0.5
omega_architecture: ^0.0.5 copied to clipboard
A reactive, agent-based architecture framework for Flutter applications.
0.0.5 #
- Fix static analysis: enclose
whilebody in a block inbin/omega.dart(pub.dev lint).
0.0.4 #
- CLI
g ecosystem: create files in the current directory (where you run the command), not forced underlib/. - CLI: refresh imports in
omega_setup.dart(replace old paths with the correct one for the ecosystem). - CLI: register both Agent and Flow in
OmegaConfig; addflows:section if missing inomega_setup.dart. - Docs: README and web updated with CLI behavior (CWD, path refresh, flow registration).
0.0.3 #
- Add official example in
example/lib/main.dartfor pub.dev scoring. - Tweak documentation (README and website) to point to pub.dev installation.
0.0.2 #
- Publish on pub.dev and switch docs/install to pub.dev usage (
omega_architecture: ^0.0.2). - Add web documentation (presentation) and architecture diagram.
- Improve CLI behavior (flows/agents registration, no auto-route creation).
- Clarify runtime bootstrap and flow activation from the app host.
0.0.1 #
- Initial release of Omega Architecture: core agents/flows/channel runtime, basic CLI and auth example.