Open
Conversation
Add the ECR repository browser from issue #163 so operators can inspect repository-level settings without leaving the TUI. The implementation follows the existing service browser pattern: catalog entry, AWS repository mapping, list/detail screens, shared filtering, tests, and documentation updates. Constraint: Issue #163 acceptance criteria require catalog integration, repository settings display, filtering, tests, and README updates Rejected: Add image/tag browsing here | reserved for the separate stale tag/image browser scope Confidence: high Scope-risk: moderate Directive: Keep image/tag workflows out of this repository-level browser unless issue #164 is being implemented Tested: env -u GOROOT make test Tested: env -u GOROOT make build Related: #163
9 tasks
Contributor
There was a problem hiding this comment.
The ECR repository browser feature is well-implemented with strong security practices and comprehensive test coverage. The code correctly handles repository listing, validation, and UI integration. All validation and security measures are properly in place.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
Add repository drill-down into ECR image and tag metadata so operators can inspect digest, pushed time, image size, and cleanup signals from the TUI. - map DescribeImages output into a UI-facing ECRImage model - add image list/detail navigation, filtering, and clipboard copy actions - cover AWS mapping and Bubble Tea navigation with tests Constraint: Issue #164 extends the ECR repository browser from #163, so this branch is stacked on feature/163-ecr-repository-browser. Rejected: Add destructive cleanup actions | issue scope only asks to identify candidates, not delete images. Confidence: high Scope-risk: moderate Directive: Do not wire deletion here without the repository's type-to-confirm workflow. Tested: env -u GOROOT make test Tested: env -u GOROOT make build Related: #164
9 tasks
…ag-browser feat: add ECR image and stale tag browser
nathanhuh
approved these changes
Apr 27, 2026
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
Add an ECR repository browser to the TUI so operators can inspect repository-level configuration from unic.
Related Issues
Closes #163
Validation
env -u GOROOT make testenv -u GOROOT make buildChecklist
docs/branch-naming-harness.mddocs/documentation-harness.md)docs/pages updated if architecture, auth, config, or workflow changedNo breaking changes.