feat(countdown): Add countdown app with show, search, create, edit, comment#212
Draft
holmboe wants to merge 1 commit into
Draft
feat(countdown): Add countdown app with show, search, create, edit, comment#212holmboe wants to merge 1 commit into
holmboe wants to merge 1 commit into
Conversation
…omment Add new countdown module for interacting with Phorge/Phabricator countdowns (C123 monograms). Features: - show: Display countdown details with remaining time - search: Search by text query or author - create: Create countdowns with ISO 8601 or relative epoch (+7d, +2w) - edit: Modify title, epoch, description, tags, subscribers - comment: Add comments with CLI, stdin, or $EDITOR Monogram shortcuts: C1 → countdown show C1, C1 "text" → countdown comment Also updates paste to use "Name" display label (matching Phorge web UI). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Author
|
The countdown create/edit epoch functionality will not work until this Phorge bug is fixed. The bug is in Phorge's Conduit API where the epoch transaction type doesn't properly convert integer timestamps to the expected datetime object. This PR should not be merged until T16641 is resolved upstream. |
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 new countdown module for interacting with Phorge/Phabricator countdowns (C123 monograms).
Features
Monogram shortcuts
phabfive C1→countdown show C1phabfive C1 "text"→countdown comment C1 "text"Output formats
Supports rich (default), yaml, json, and tree output formats.
Known Issue
Creating or editing countdown epoch via Conduit API currently fails due to an upstream bug in Phorge:
The code is written correctly and will work once the upstream bug is fixed. All other operations (show, search, edit name/description/tags/subscribers, comment) work correctly.
Test plan
🤖 Generated with Claude Code