-
Notifications
You must be signed in to change notification settings - Fork 0
Infrastructure setup: testing, CI/CD, auto-merge, and Claude Code API integration #2
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
Open
Copilot
wants to merge
11
commits into
main
Choose a base branch
from
copilot/setup-repo-for-development
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7cacf19
Initial plan
Copilot ba43194
Add comprehensive repository setup files
Copilot ffd57da
Add documentation and README files
Copilot 8fd80c4
Update MEMORY.md with repository setup session
Copilot fcd53ea
Add comprehensive Claude Code API documentation and integration
Copilot 51764cc
Add comprehensive testing infrastructure with Operator tests
Copilot 943c4f5
Add testing documentation and CI/CD integration
Copilot 8d7b40d
Update MEMORY.md with testing infrastructure session
Copilot 1771a0f
Add auto-merge workflow for automatic PR merging
Copilot cc47621
Add Control Plane tests and fix Bridge API
Copilot f6c9bcb
Update documentation for Control Plane completion
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| # CODEOWNERS file for BlackRoad OS | ||
| # | ||
| # This file defines who owns and should review changes to different parts of the repository. | ||
| # Lines are processed top to bottom, so the last matching pattern takes precedence. | ||
| # | ||
| # Format: <file-pattern> @owner-username @owner-username | ||
| # | ||
| # Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
|
||
| # Default owners for everything in the repo | ||
| # These owners will be requested for review when someone opens a PR | ||
| * @BlackRoad-OS/maintainers | ||
|
|
||
| # Core Bridge files - require approval from core team | ||
| /.STATUS @BlackRoad-OS/core-team | ||
| /MEMORY.md @BlackRoad-OS/core-team | ||
| /INDEX.md @BlackRoad-OS/core-team | ||
| /BLACKROAD_ARCHITECTURE.md @BlackRoad-OS/core-team | ||
| /REPO_MAP.md @BlackRoad-OS/core-team | ||
| /STREAMS.md @BlackRoad-OS/core-team | ||
| /SIGNALS.md @BlackRoad-OS/core-team | ||
| /INTEGRATIONS.md @BlackRoad-OS/core-team | ||
|
|
||
| # Organization blueprints - org-specific owners | ||
| /orgs/BlackRoad-OS/ @BlackRoad-OS/os-team | ||
| /orgs/BlackRoad-AI/ @BlackRoad-OS/ai-team | ||
| /orgs/BlackRoad-Cloud/ @BlackRoad-OS/cloud-team | ||
| /orgs/BlackRoad-Hardware/ @BlackRoad-OS/hardware-team | ||
| /orgs/BlackRoad-Security/ @BlackRoad-OS/security-team | ||
| /orgs/BlackRoad-Labs/ @BlackRoad-OS/labs-team | ||
| /orgs/BlackRoad-Foundation/ @BlackRoad-OS/foundation-team | ||
| /orgs/BlackRoad-Ventures/ @BlackRoad-OS/ventures-team | ||
| /orgs/Blackbox-Enterprises/ @BlackRoad-OS/blackbox-team | ||
| /orgs/BlackRoad-Media/ @BlackRoad-OS/media-team | ||
| /orgs/BlackRoad-Studio/ @BlackRoad-OS/studio-team | ||
| /orgs/BlackRoad-Interactive/ @BlackRoad-OS/interactive-team | ||
| /orgs/BlackRoad-Education/ @BlackRoad-OS/education-team | ||
| /orgs/BlackRoad-Gov/ @BlackRoad-OS/gov-team | ||
| /orgs/BlackRoad-Archive/ @BlackRoad-OS/archive-team | ||
|
|
||
| # Prototypes - require review from prototype maintainers | ||
| /prototypes/operator/ @BlackRoad-OS/ai-team | ||
| /prototypes/metrics/ @BlackRoad-OS/os-team | ||
| /prototypes/explorer/ @BlackRoad-OS/os-team | ||
|
|
||
| # Templates - require review from relevant teams | ||
| /templates/salesforce-sync/ @BlackRoad-OS/foundation-team | ||
| /templates/stripe-billing/ @BlackRoad-OS/foundation-team | ||
| /templates/cloudflare-workers/ @BlackRoad-OS/cloud-team | ||
| /templates/gdrive-sync/ @BlackRoad-OS/archive-team | ||
| /templates/github-ecosystem/ @BlackRoad-OS/os-team | ||
| /templates/design-tools/ @BlackRoad-OS/studio-team | ||
|
|
||
| # GitHub workflows - require DevOps approval | ||
| /.github/workflows/ @BlackRoad-OS/devops-team @BlackRoad-OS/security-team | ||
|
|
||
| # Security files - require security team approval | ||
| /SECURITY.md @BlackRoad-OS/security-team | ||
| /.github/dependabot.yml @BlackRoad-OS/security-team @BlackRoad-OS/devops-team | ||
|
|
||
| # Community health files | ||
| /CODE_OF_CONDUCT.md @BlackRoad-OS/core-team | ||
| /CONTRIBUTING.md @BlackRoad-OS/core-team | ||
| /SUPPORT.md @BlackRoad-OS/core-team | ||
|
|
||
| # Profile and public-facing content | ||
| /profile/ @BlackRoad-OS/media-team @BlackRoad-OS/core-team | ||
|
|
||
| # Node configurations | ||
| /nodes/ @BlackRoad-OS/hardware-team | ||
|
|
||
| # Routes | ||
| /routes/ @BlackRoad-OS/os-team | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # GitHub Sponsors configuration | ||
| # These are supported funding model platforms | ||
|
|
||
| # github: [username] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
| # patreon: # Replace with a single Patreon username | ||
| # open_collective: # Replace with a single Open Collective username | ||
| # ko_fi: # Replace with a single Ko-fi username | ||
| # tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
| # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
| # liberapay: # Replace with a single Liberapay username | ||
| # issuehunt: # Replace with a single IssueHunt username | ||
| # otechie: # Replace with a single Otechie username | ||
| # lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
| # custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] | ||
|
|
||
| # BlackRoad OS Funding | ||
| # Uncomment and configure when funding options are available | ||
| # github: [BlackRoad-OS] | ||
| # custom: ['https://blackroad.dev/support'] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| name: 🐛 Bug Report | ||
| description: Report a bug or unexpected behavior | ||
| title: "[Bug]: " | ||
| labels: ["bug", "needs-triage"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to report this bug! The issue will be auto-triaged to the appropriate organization. | ||
|
|
||
| - type: dropdown | ||
| id: organization | ||
| attributes: | ||
| label: Organization | ||
| description: Which BlackRoad organization does this relate to? | ||
| options: | ||
| - BlackRoad-OS (Core Infrastructure) | ||
| - BlackRoad-AI (Intelligence Routing) | ||
| - BlackRoad-Cloud (Edge Compute) | ||
| - BlackRoad-Hardware (Pi Cluster / IoT) | ||
| - BlackRoad-Security (Auth / Secrets) | ||
| - BlackRoad-Labs (Experiments) | ||
| - BlackRoad-Foundation (CRM / Finance) | ||
| - BlackRoad-Ventures (Marketplace) | ||
| - Blackbox-Enterprises (Enterprise) | ||
| - BlackRoad-Media (Content) | ||
| - BlackRoad-Studio (Design) | ||
| - BlackRoad-Interactive (Metaverse) | ||
| - BlackRoad-Education (Learning) | ||
| - BlackRoad-Gov (Governance) | ||
| - BlackRoad-Archive (Storage) | ||
| - Not sure / Multiple orgs | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Bug Description | ||
| description: A clear and concise description of what the bug is | ||
| placeholder: What happened? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: What did you expect to happen? | ||
| placeholder: What should have happened? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: reproduction | ||
| attributes: | ||
| label: Steps to Reproduce | ||
| description: How can we reproduce this issue? | ||
| placeholder: | | ||
| 1. Go to '...' | ||
| 2. Run command '...' | ||
| 3. See error | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: environment | ||
| attributes: | ||
| label: Environment | ||
| description: System information | ||
| placeholder: | | ||
| - OS: [e.g., Ubuntu 22.04, macOS 14] | ||
| - Version: [e.g., v1.0.0] | ||
| - Hardware: [e.g., Raspberry Pi 4, x86_64] | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: logs | ||
| attributes: | ||
| label: Relevant Logs | ||
| description: Paste any relevant logs or error messages | ||
| render: shell | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Any other context about the problem | ||
| validations: | ||
| required: false |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: 🤝 Community Support | ||
| url: https://github.com/orgs/BlackRoad-OS/discussions | ||
| about: Ask questions and discuss with the community | ||
| - name: 📚 Documentation | ||
| url: https://github.com/BlackRoad-OS/.github/blob/main/INDEX.md | ||
| about: Browse the complete BlackRoad documentation | ||
| - name: 🏢 Organization Blueprints | ||
| url: https://github.com/BlackRoad-OS/.github/tree/main/orgs | ||
| about: View all 15 organization specifications |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| name: ✨ Feature Request | ||
| description: Suggest a new feature or enhancement | ||
| title: "[Feature]: " | ||
| labels: ["enhancement", "needs-triage"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for suggesting a new feature! The issue will be auto-triaged to the appropriate organization. | ||
|
|
||
| - type: dropdown | ||
| id: organization | ||
| attributes: | ||
| label: Organization | ||
| description: Which BlackRoad organization should implement this? | ||
| options: | ||
| - BlackRoad-OS (Core Infrastructure) | ||
| - BlackRoad-AI (Intelligence Routing) | ||
| - BlackRoad-Cloud (Edge Compute) | ||
| - BlackRoad-Hardware (Pi Cluster / IoT) | ||
| - BlackRoad-Security (Auth / Secrets) | ||
| - BlackRoad-Labs (Experiments) | ||
| - BlackRoad-Foundation (CRM / Finance) | ||
| - BlackRoad-Ventures (Marketplace) | ||
| - Blackbox-Enterprises (Enterprise) | ||
| - BlackRoad-Media (Content) | ||
| - BlackRoad-Studio (Design) | ||
| - BlackRoad-Interactive (Metaverse) | ||
| - BlackRoad-Education (Learning) | ||
| - BlackRoad-Gov (Governance) | ||
| - BlackRoad-Archive (Storage) | ||
| - Not sure / Multiple orgs | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: Problem Statement | ||
| description: What problem does this feature solve? | ||
| placeholder: I'm frustrated when... | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: solution | ||
| attributes: | ||
| label: Proposed Solution | ||
| description: How should this feature work? | ||
| placeholder: I would like to... | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Alternatives Considered | ||
| description: What other solutions have you considered? | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: dropdown | ||
| id: priority | ||
| attributes: | ||
| label: Priority | ||
| description: How important is this feature to you? | ||
| options: | ||
| - Critical - Blocking my work | ||
| - High - Very important | ||
| - Medium - Would be nice to have | ||
| - Low - Minor improvement | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Any mockups, examples, or additional information | ||
| validations: | ||
| required: false |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CODEOWNERS file references multiple teams (@BlackRoad-OS/core-team, @BlackRoad-OS/os-team, etc.) that likely don't exist yet in the GitHub organization. Code ownership rules will not work until these teams are created. Consider updating this file after creating the teams in GitHub.