Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rename Describe to Inspect in stack view#247

Merged
clangenb merged 2 commits into
mainfrom
rename/describe-to-inspect-235
Feb 20, 2026
Merged

Rename Describe to Inspect in stack view#247
clangenb merged 2 commits into
mainfrom
rename/describe-to-inspect-235

Conversation

@eldara-cruncher
Copy link
Copy Markdown
Collaborator

Summary

  • Rename "Describe" → "Inspect" throughout the stack view (keybinding, help entries, code, tests)
  • Rebind stack inspect from d to i; simplify services navigation from i/enter to enter only
  • Rename StackDescriptionStackInspection, DescribeStack()GetStackInspection() / InspectStack (interface method)

Closes #235

Test plan

  • go build ./... passes
  • go test ./... passes
  • golangci-lint run ./... --build-tags=integration passes
  • Verify i key inspects the selected stack in the TUI
  • Verify enter navigates to services (and i no longer does)

🤖 Generated with Claude Code

Rename "Describe" to "Inspect" throughout the stack view, rebind the
keybinding from `d` to `i`, and simplify the services navigation
shortcut to `enter` only (removing `i`).

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Copy link
Copy Markdown
Collaborator

@mosonyi mosonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clangenb clangenb merged commit 98dd770 into main Feb 20, 2026
11 checks passed
@eldara-cruncher eldara-cruncher deleted the rename/describe-to-inspect-235 branch June 5, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stack view describe->inspect

3 participants