docs: add bosun repository configuration - #30
Draft
bosun-ai-staging[bot] wants to merge 2 commits into
Draft
Conversation
added 2 commits
July 11, 2026 13:21
Bosun-Step: Add an AGENTS.md file (add-agents-md)
Bosun-Step: Create a pull request (create-pull-request)
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.
This updates the repository with Bosun configuration so it can be initialized and exercised on the Bosun platform, while documenting the runtime dependencies that should be verified during setup.
Summary
.bosun/config.tomlwith a Bosun setup script, test environment defaults, and service definitionsAGENTS.mdwith repository guidance Bosun can use when working in this Rails codebaseWhat changed
Bosun configuration
bin/rails db:preparewhen PostgreSQL is reachableRAILS_ENVDATABASE_URLREDIS_URL.bosun/config.toml:postgres(postgres:15-alpine)redis(redis:7-alpine)Repository guidance
AGENTS.mdwith concise notes on:Validation and reviewer notes
The repository should now be ready to use with Bosun.
Please verify the following services and configuration are correct for your environment:
REDIS_URLOPENAI_ACCESS_TOKENGITHUB_APP_IDENTIFIERGITHUB_APP_KEYFiles
.bosun/config.tomlAGENTS.mdREADME.md(reference for required environment values)docker-compose.yml(reference for local service expectations)Procfile.dev(reference for local process layout)Created by Bosun task run: afcd3bab-8e93-41cf-8f3f-056af44386c3.
This pull request is created by bosun, a code maintenance automation platform. For more information, visit bosun.ai.