chore: cargo fmt + sprint 0-5b planning#20
Merged
EdouardZemb merged 2 commits intomainfrom Feb 8, 2026
Merged
Conversation
Reformat long lines, multi-field structs, and chained method calls across tf-config (error, lib, template, profile tests) and tf-logging (config, error) to comply with rustfmt defaults. No logic or behavior changes — purely whitespace and line-break adjustments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add sprint change proposal documenting TEA quality findings (maintainability score 45/100) and approved remediation plan for tf-config test suite. Update sprint-status.yaml with new story 0-5b entry (backlog). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
style(tf-config,tf-logging): Applycargo fmtformatting across 7 files (tf-config source + tests, tf-logging config + error). Zero logic changes, purely whitespace/line-break adjustments to comply with rustfmt defaults.chore(sprint): Add approved sprint change proposal for story 0-5b (tf-config test suite refactoring based on TEA quality findings: maintainability score 45/100 → target 80). Updatesprint-status.yamlwith new backlog entry.Test plan
cargo fmt --check --allconfirms no remaining formatting issuescargo test --workspacepasses with 0 regressionscargo clippy --workspace -- -D warningspasses clean🤖 Generated with Claude Code