Add comprehensive GitHub Copilot instructions for repository development workflow#166
Merged
Conversation
Contributor
|
현재 Copilot Coding Agent를 활용해서 테스트를 진행해보고 있습니다. |
Copilot
AI
changed the title
[WIP] ✨Set up Copilot instructions
Add comprehensive GitHub Copilot instructions for repository development workflow
Aug 9, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces comprehensive GitHub Copilot instructions for the Pullpiri repository, providing detailed guidance for development workflow, build processes, and project navigation. The instructions are designed to help GitHub Copilot provide more accurate and actionable assistance to developers working in this Rust-based vehicle service orchestrator codebase.
- Adds detailed build and validation workflows with specific timing requirements and timeout warnings
- Provides complete project structure documentation and component navigation guidance
- Establishes pre-commit validation sequences to ensure CI pipeline success
Co-authored-by: Chulhee1Lee <104404644+Chulhee1Lee@users.noreply.github.com>
… and timings Co-authored-by: Chulhee1Lee <104404644+Chulhee1Lee@users.noreply.github.com>
6f51598 to
30c019f
Compare
youngtaekiim
approved these changes
Aug 18, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chaehee-lim
pushed a commit
to chaehee-lim/pullpiri
that referenced
this pull request
Sep 3, 2025
…/fix-165 Add comprehensive GitHub Copilot instructions for repository development workflow
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 PR adds a comprehensive
.github/copilot-instructions.mdfile that provides GitHub Copilot with detailed instructions for working effectively in the Pullpiri codebase.Key Features
The instructions file includes:
Validated Commands and Timings
All commands have been thoroughly tested and validated:
scripts/installdeps.sh(8m20s - requires 15+ min timeout)make build(5-7 minutes - requires 15+ min timeout)scripts/fmt_check.sh(1.3 seconds)scripts/clippy_check.sh(2m34s - requires 10+ min timeout)cargo test --manifest-path=src/{component}/Cargo.toml(4.1s for common)Developer Workflow Guidance
The instructions provide:
Project-Specific Details
Includes comprehensive information about:
Validation Scenarios
The instructions guide developers to:
This ensures that GitHub Copilot can provide accurate, actionable guidance to developers working in the Pullpiri repository, reducing onboarding time and preventing common development workflow mistakes.
Fixes #165.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.