Support globbing for organize
Metadata
Current evaluation
Merged after reviewer approval. Adds globbing support for the organize command, resolving LP: #1616459. Changes include 65 additions and 16 deletions across two files, with minor notes on empty parent directories deferred.
Suggested action: —
No scores available.
Issue body
LP: #1616459
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after reviewer approval. Adds globbing support for the organize command, resolving LP: #1616459. Changes include 65 additions and 16 deletions across two files, with minor notes on empty parent directories deferred. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Added globbing support for the organize directive. Reviewers approved the implementation, deferring empty parent directory handling to a separate fix. Resolves Launchpad #1616459. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged after positive reviews. Adds globbing support for the organize command, resolving LP #1616459. Reviewers approved the implementation, noting that empty parent directory handling is out of scope for this change. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1602 fix(organize): make organize to overlay behavior consistent | craft-parts | merged | Merged fix correcting glob-key organize behavior to overlay. Glob keys previously merged contents instead of nesting. Update restores expected nesting for consistency. Approved by three reviewers and passed CI checks. | |
| #1201 fix: handle trying to organize a file to itself | craft-parts | merged | Merged fix for glob expansion causing file organization to move a file to itself. Added detection to skip identical paths before shutil.move. Includes refactor and comments for organize_files. Approved by three reviewers and passed all CI checks. |