What's Changed
- Plan behavioural test suite migration to rstest-bdd by @leynos in #233
- Preserve clap help/version exit codes with is_display_request by @leynos in #232
- Replace cucumber-rs tests with rstest-bdd scaffolding by @leynos in #235
- Replace cucumber tests with rstest-bdd in ortho-config by @leynos in #236
- Migrate hello_world tests to rstest-bdd; drop cucumber/gherkin and tokio by @leynos in #237
- Fluent Localization for Clap: Localizer trait, NoOp, and DemoLocalizer by @leynos in #238
- Implement Fluent localisation integration for clap by @leynos in #243
- Refactor FluentLocalizer: optional inner and safe lookup by @leynos in #244
- Add Fluent localisation for clap errors with command context by @leynos in #245
- LayerComposition API and Fluent localization for Clap integration by @leynos in #246
- Integrate fluent localisation and declarative loading in clap examples by @leynos in #248
- Merge-aware JSON deserialization and error routing by @leynos in #252
- Add per-config doc comments to OrthoConfig-generated structs by @leynos in #254
- Add with-matches merging, CliValueExtractor, and cli_default_as_absent by @leynos in #255
- Plan streamline subcommand overrides with optional post-merge hook by @leynos in #256
- Add SelectedSubcommandMerge derive and load_globals helper by @leynos in #257
- Clarify error mapping in config loading phases by @leynos in #261
- Refactor: Split build/cli into dedicated cli module and cli_flags by @leynos in #260
- Preserve error chains in with_fresh_graph tests and helpers by @leynos in #259
- Add multi-level config inheritance tests (grandparent → parent → child) by @leynos in #262
- Prefer #[expect] and annotate remaining #[allow] with rationale by @leynos in #267
- Refactor test harness: per-operation EnvVarLock/EnvScope locking by @leynos in #263
- Fix boolean env var parsing in CsvEnv and add tests by @leynos in #266
- Align extends merge with declarative append semantics by @leynos in #268
- Verify localized help messages in Hello World by @leynos in #269
Full Changelog: v0.6.0...v0.7.0