Skip to content

feat: add namespaced flutter command aliases#14

Merged
Wreos merged 1 commit intomainfrom
codex/command-namespace-aliases
Feb 21, 2026
Merged

feat: add namespaced flutter command aliases#14
Wreos merged 1 commit intomainfrom
codex/command-namespace-aliases

Conversation

@Wreos
Copy link
Owner

@Wreos Wreos commented Feb 21, 2026

Summary

  • add namespaced flutter:* aliases for all canonical commands
  • add alias generator script scripts/generate_namespaced_command_aliases.py
  • document naming model in docs/command-namespacing.md
  • update README and release checklist for namespaced command support
  • bump plugin manifests to 1.10.0

Validation

  • plugin schema validation passed
  • markdown link sweep passed

@Wreos Wreos merged commit 9bbf7e4 into main Feb 21, 2026
3 checks passed
@Wreos Wreos deleted the codex/command-namespace-aliases branch February 21, 2026 20:27
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dfce969346

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +30 to +31
if alias_file.exists():
continue

Choose a reason for hiding this comment

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

P2 Badge Regenerate existing aliases instead of skipping them

The generator currently exits early when an alias file already exists, so rerunning scripts/generate_namespaced_command_aliases.py will not refresh aliases after canonical command descriptions or instructions change. That leaves commands/flutter-*.md files stale and out of sync with the canonical command files over time, even though this script is documented as the way to regenerate aliases.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants