Conversation
dajinchu
requested changes
Feb 11, 2026
lib/checkie/runner.rb
Outdated
|
|
||
| repo_dir = File.expand_path("../../", Dir.pwd) | ||
| pp Open3.capture3("pwd", chdir: repo_dir) | ||
| res = Open3.capture3("claude", "--dangerously-skip-permissions", "-p", prompt, chdir: repo_dir) |
Collaborator
There was a problem hiding this comment.
why use claude code vs. calling claude api?
API supports structured outputs
acahill5
commented
Feb 18, 2026
lib/checkie/runner.rb
Outdated
| def run(url, action) | ||
| fetcher = Checkie::Fetcher.new(url) | ||
| poster = Checkie::Poster.new(fetcher.details, dry_run: false) | ||
| poster = Checkie::Poster.new(fetcher.details, dry_run: true) |
acahill5
commented
Feb 18, 2026
| @rules[rule.to_s] += references if references | ||
| end | ||
|
|
||
| def match_ai |
Contributor
Author
There was a problem hiding this comment.
So no it groups all that have the :exploration tag in the same way by file path that it does without.
This way we are only resorting to claude code if we need to. Otherwise can use API w/ structured output and therefore cheaper.
dajinchu
approved these changes
Feb 18, 2026
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.
No description provided.