feat(df): mark dependency firewall commands as experimental

Marks the Dependency Firewall commands on main as experimental instead of beta.

What

  • glab dependency-firewall (root) and glab dependency-firewall ci-summary now append text.ExperimentalString (was text.BetaString) and carry a trailing (EXPERIMENTAL) on their one-line Short description.
  • Regenerated docs via make gen-docs.

Why

The feature is not ready for production use; experimental is the accurate development stage.

Testing

  • go build ./internal/commands/df/...
  • go test ./internal/commands/df/...
  • make gen-docs (docs regenerated and committed)

Merge request reports

Loading
Loading