feat: add ralph-ideas integration and configurable default issues repo#57
Merged
rubenmarcus merged 4 commits intomainfrom Jan 30, 2026
Merged
feat: add ralph-ideas integration and configurable default issues repo#57rubenmarcus merged 4 commits intomainfrom
rubenmarcus merged 4 commits intomainfrom
Conversation
…ages - Add community/ideas.md with roadmap and links to ralph-ideas repo - Add community/changelog.md for release notes - Add community/contributing.md with contribution guidelines - Update sidebar to include Community section - Update footer to link to ralph-ideas for Ideas & Roadmap Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When users run `ralph-starter run --from github --issue <number>` without specifying --project, it now defaults to rubenmarcus/ralph-ideas. This makes it easy to work on ideas from the central ideas repository without needing to specify the full repo path each time. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Users can now configure their own default repository for GitHub issues: ralph-starter config set github.defaultIssuesRepo myorg/my-ideas When using `--issue` without `--project`, the CLI will use: 1. Configured defaultIssuesRepo (if set) 2. Fallback to rubenmarcus/ralph-ideas Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Document the new defaultIssuesRepo config option in GitHub source docs - Add configuration section to GitHub source page - Update CLI config docs with the new key Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying ralph-starter with
|
| Latest commit: |
7d00f8b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1a9efd38.ralph-starter.pages.dev |
| Branch Preview URL: | https://label.ralph-starter.pages.dev |
rubenmarcus
added a commit
that referenced
this pull request
Jan 30, 2026
feat: add ralph-ideas integration and configurable default issues repo
rubenmarcus
added a commit
that referenced
this pull request
Jan 30, 2026
feat: add ralph-ideas integration and configurable default issues repo
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
This PR introduces the ralph-ideas repository integration and adds a Community section to the documentation.
Changes
Created ralph-ideas repository - Central hub for ideas, roadmap, and changelog
New
github.defaultIssuesRepoconfig option - Users can set their default issues repository:Community docs section - Added new documentation pages:
community/ideas.md- Ideas & roadmap with links to GitHub issues by categorycommunity/changelog.md- Release notes and version historycommunity/contributing.md- How to contribute guideUsage
Test plan
ralph-starter run --from github --issue <num>works without--projectralph-starter config set github.defaultIssuesReposaves correctly🤖 Generated with Claude Code