Merged
Conversation
Documents the fork-clone-setup workflow including dev extras, researchclaw init, config conventions, and PR expectations.
Jah-yee
pushed a commit
to Jah-yee/AutoResearchClaw
that referenced
this pull request
Mar 17, 2026
- Add development setup instructions (fork, clone, venv, pip install) - Document configuration file conventions - Include testing and health check commands - Add PR guidelines and code style notes Fixes aiming-lab#14
Jiaaqiliu
added a commit
that referenced
this pull request
Mar 17, 2026
Merged community PRs: - PR #12: researchclaw init command and config auto-detection - PR #14: CONTRIBUTING.md - PR #17: ssh_remote and colab_drive experiment sandbox backends - PR #19: native Anthropic Messages API support via adapter pattern Additional fixes: - Deduplicate pyproject.toml optional-dependencies section - Handle OSError in colab drive availability check - Add test_outputs and local docs to .gitignore
Collaborator
|
Hi @jecanore, thanks for adding the CONTRIBUTING.md! We've merged this PR. The contributing guide is now live on Clean and concise — exactly what the project needed. Appreciate your continued contributions! |
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.
Problem
No contributor guide exists. New contributors must reverse-engineer the setup process from scattered files and README fragments.
Solution
Add CONTRIBUTING.md covering:
pip install -e ".[dev]"setupconfig.arc.yamlvsconfig.yamlvs example template)researchclaw doctorTest plan