chore: rebrand to raegislabs + Homebrew tap#1
Merged
raegislabs merged 4 commits intomasterfrom Nov 7, 2025
Merged
Conversation
Implements comprehensive project management features across 3 stories: **Story 1.1: Enhanced Project Fields** - Add support for additional create/update fields (labels, priority, lead, summary, description) - Email-to-UUID resolution for lead assignment - Label name-to-ID resolution - Comprehensive field validation **Story 1.2: Milestone Management** - Complete CRUD operations for project milestones - Commands: create, list, get, update, delete - Target date validation (YYYY-MM-DD format) - Rich output formatting (table, plaintext, JSON) **Story 1.3: Project Updates** - Project update post management (create, list, get) - Health status tracking (onTrack, atRisk, offTrack) - Markdown body support - Integration with existing project commands **Testing** - Comprehensive unit tests for all new commands - Mock client pattern with dependency injection - 39/39 smoke tests passing - Full coverage of create/update/delete operations **API Integration** - 8 new GraphQL operations added to pkg/api/queries.go - 5 milestone methods (list, get, create, update, delete) - 3 project update methods (list, get, create) All features tested and validated. Ready for production use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add GetIssueLabels GraphQL query - Add lookupIssueLabelIDsByNames with trim/dedup + suggestions - issue update: --label (set/clear), --add-label, --remove-label with precedence - issue create: --label support - README: usage examples and precedence notes - Tests: help/flags and lookup util behavior Refs: Epic 2 (Issue Labels & Tagging)
…s, Homebrew tap + formula, README
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.
This consolidates to a single canonical repo/org.