zuke_annotations 0.4.0
zuke_annotations: ^0.4.0 copied to clipboard
Dart annotations for Gherkin-driven specification binding.
Changelog #
0.4.0 #
- Removed placement
targetoverrides fromImplementsRequirement,PresentsRequirement,ZukeBinding, andVerifiesRequirement(as well as the already target-freeProvidesControlAPI). - Kept provider kind, layer, variant, and slot metadata unchanged. Binding placement now comes from workspace package membership and active extraction.
- Added the stable binding-slot contract; slots such as
createandjoinidentify independent implementation occurrences and are validated by the CLI.
0.3.0 #
- Coordinated the annotation package with the analyzer-free current core and deterministic source-identity contracts.
0.2.0 #
- Updated the
zuke_coredependency for the analyzer-compatible SDK release.
0.1.0 #
- Initial public preview release.