Add Copilot instructions for repository conventions and architecture#124
Merged
Brogrammer1912 merged 3 commits intomainfrom Dec 27, 2025
Merged
Add Copilot instructions for repository conventions and architecture#124Brogrammer1912 merged 3 commits intomainfrom
Brogrammer1912 merged 3 commits intomainfrom
Conversation
Co-authored-by: Brogrammer1912 <89769614+Brogrammer1912@users.noreply.github.com>
Co-authored-by: Brogrammer1912 <89769614+Brogrammer1912@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Configure instructions for Copilot in repository
Add Copilot instructions for repository conventions and architecture
Dec 27, 2025
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive GitHub Copilot instructions to help the AI coding agent provide context-aware suggestions aligned with the StreamSpace project's established patterns and conventions.
- Creates
.github/copilot-instructions.mddocumenting technology stack, architecture, and coding standards - Establishes clear conventions for dependency injection, naming patterns, and Spring Boot usage
- Provides reference documentation for external integrations and build processes
| ``` | ||
|
|
||
| ### Access the application: | ||
| - Web UI: https://localhost:8080/ |
There was a problem hiding this comment.
The URL should use "http" instead of "https" for localhost:8080. Standard Spring Boot applications run on HTTP by default unless SSL is explicitly configured.
Suggested change
| - Web UI: https://localhost:8080/ | |
| - Web UI: http://localhost:8080/ |
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.
Configures GitHub Copilot coding agent instructions per best practices.
Changes
.github/copilot-instructions.mdwith:@RequiredArgsConstructor,@Slf4j), constructor injection withfinalfields*Controller,*Service,*Repository,*DTO@Controllervs@RestController,GenerationType.IDENTITY, async/scheduling patternsdocs/tasks.mdfor architectural improvement backlogExample Convention
Copilot will now provide context-aware suggestions aligned with the project's established patterns.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.