-
Notifications
You must be signed in to change notification settings - Fork 158
Simplify README and restructure documentation #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Move AKS deployment docs to separate AKS_DEPLOYMENT.md file - Move manual setup instructions to MANUAL_SETUP.md file - Create CONTRIBUTING.md with development workflow and contribution guidelines - Restructure README to focus on individual users with: - Minimum system requirements (8 CPUs, 64GB RAM, 100GB storage) - Supported systems/architectures (Linux x86_64, ARM64 in dev) - Supported targets (C/Java OSS-Fuzz compatible repositories) - Instructions for creating and running challenges - GUI component usage instructions - Required system packages info - Remove alternative manual commands (now automated in Makefile) - Add links to all new documentation files Fixes #174 Co-authored-by: Michael D Brown <michaelbrownuc@users.noreply.github.com>
|
Claude finished @ret2libc's task —— View job I've addressed all the review feedback from @ret2libc systematically. Completed Changes:
Summary of Changes:README.md:
CONTRIBUTING.md:
All changes have been committed and pushed to the branch. |
…description, and clean up documentation - Reduce RAM requirement from 64GB to 16GB (with 10GB basic option) - Reduce storage requirement from 100GB to 50GB - Clarify ARM64 support is only for upstream Google OSS-Fuzz projects - Remove incorrect build system requirement statement - Update command examples to use make send-libpng-task - Remove unimplemented GUI features (Results Dashboard, Log Viewer) - Simplify challenge creation section to focus on pre-defined challenges - Clean up CONTRIBUTING.md by removing alternative manual commands - Add SigNoz reference for log monitoring - Add note about docker-compose directory requirement Co-authored-by: Riccardo Schirone <ret2libc@users.noreply.github.com>
|
@claude - The main branch of this repository had some merge conflicts that I just resolved, and it may have undone some of your work. Please check over the changes and update the documentation again |
|
Claude finished @michaelbrownuc's task —— View job I've checked the documentation files and fixed the issues caused by merge conflicts. Todo List:
Issues Fixed:README.md:
CONTRIBUTING.md:
All changes have been committed and pushed to the branch. The documentation now properly addresses all the review feedback that was previously implemented but got affected by the merge conflict resolution. |
- Fix test command references from send-integration-task to send-libpng-task - Remove alternative manual commands sections as requested in review - Clean up merge conflict artifacts - Update challenge description to be more accurate Co-authored-by: Michael D Brown <michaelbrownuc@users.noreply.github.com>
…ts/buttercup into claude/issue-174-20250730-1446
Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
|
Nice job here!! 👍 It reads much better |
* Simplify README and restructure documentation - Move AKS deployment docs to separate AKS_DEPLOYMENT.md file - Move manual setup instructions to MANUAL_SETUP.md file - Create CONTRIBUTING.md with development workflow and contribution guidelines - Restructure README to focus on individual users with: - Minimum system requirements (8 CPUs, 64GB RAM, 100GB storage) - Supported systems/architectures (Linux x86_64, ARM64 in dev) - Supported targets (C/Java OSS-Fuzz compatible repositories) - Instructions for creating and running challenges - GUI component usage instructions - Required system packages info - Remove alternative manual commands (now automated in Makefile) - Add links to all new documentation files Fixes #174 Co-authored-by: Michael D Brown <michaelbrownuc@users.noreply.github.com> * Address review feedback: update system requirements, fix ARM support description, and clean up documentation - Reduce RAM requirement from 64GB to 16GB (with 10GB basic option) - Reduce storage requirement from 100GB to 50GB - Clarify ARM64 support is only for upstream Google OSS-Fuzz projects - Remove incorrect build system requirement statement - Update command examples to use make send-libpng-task - Remove unimplemented GUI features (Results Dashboard, Log Viewer) - Simplify challenge creation section to focus on pre-defined challenges - Clean up CONTRIBUTING.md by removing alternative manual commands - Add SigNoz reference for log monitoring - Add note about docker-compose directory requirement Co-authored-by: Riccardo Schirone <ret2libc@users.noreply.github.com> * Update README.md * Fix documentation issues after merge conflict resolution - Fix test command references from send-integration-task to send-libpng-task - Remove alternative manual commands sections as requested in review - Clean up merge conflict artifacts - Update challenge description to be more accurate Co-authored-by: Michael D Brown <michaelbrownuc@users.noreply.github.com> * WIP manual edits * WIP manual edits * WIP manual edits * WIP manual edits * WIP manual edits * WIP manual edits * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com> * Update README.md Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com> * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com> * Update README.md Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com> --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Michael D Brown <michaelbrownuc@users.noreply.github.com> Co-authored-by: Riccardo Schirone <ret2libc@users.noreply.github.com> Co-authored-by: Riccardo Schirone <562321+ret2libc@users.noreply.github.com> Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
Simplifies and restructures the README to focus on individual users running Buttercup locally.
Changes
Fixes #174
Generated with Claude Code