This repository was archived by the owner on May 6, 2026. It is now read-only.
feat: add otdfctl formula with TypeScript automation#1
Open
jrschumacher wants to merge 1 commit into
Open
Conversation
strantalis
approved these changes
Jan 23, 2026
- Add otdfctl.rb formula for macOS/Linux (Intel/ARM) - Implement TypeScript automation for formula updates - Event-driven updates via repository_dispatch - Daily safety net check at 2 AM UTC - Manual trigger with optional version override - Handle tarball structure with target/ directory - Achieve >80% test coverage with Jest - Include comprehensive documentation Signed-off-by: Ryan Schumacher <j.r.schumacher@gmail.com>
c3c5d51 to
7e1716b
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add otdfctl Homebrew formula with multi-platform support (macOS/Linux, Intel/ARM). Implement TypeScript automation for formula updates using actions/github-script with event-driven triggers via repository_dispatch from otdfctl releases, daily safety net checks, and manual trigger options. Achieve >80% test coverage with Jest and comprehensive documentation.