feat(cli): bounty subcommand with program config system#372
Open
syu-toutousai wants to merge 2 commits into
Open
feat(cli): bounty subcommand with program config system#372syu-toutousai wants to merge 2 commits into
syu-toutousai wants to merge 2 commits into
Conversation
- Add ProgramConfig types, fetcher, LLM parser, and local store - Implement bounty start/list/--help CLI subcommand - Add _bounty-mode.txt prompt for careful bug bounty scanning - Add BountyConfig type to PipelineInput in shared.ts - Wire bounty config through Docker env for worker injection - Update CLI help and dispatch to include bounty command
Closed
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
Implements both issues in the Bug Bounty Mode epic:
Program Config System
Bounty CLI Subcommand
bounty startandbounty listcommandsWorker Changes
CLI Changes
Payment Info
PayPal: n6085530@gmail.com
SOL: 4txJLwLpzn1EHjsco11HxwDuTRa2ZRzqyyJgkJLBYid2
ETH: 0x0Ea690E8694F99FCB24958D0d0582576c4b51b5C
Closes #364
Closes #365