Add comprehensive GitHub Copilot instructions for RAP repository #5
+174
−0
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.md
file that provides GitHub Copilot coding agents with detailed guidance on working with the RAP (Risk-Aware Prediction) repository. The instructions cover all aspects of development workflow from initial setup to validation.Key Features
Installation and Environment Setup
Validated Commands
Every command in the instructions has been tested and verified:
PYTHONPATH=/home/runner/work/RAP/RAP python3 -c "import risk_biased"
from risk_biased.config import learning_config
python3 -m py_compile risk_biased/models/*.py
Comprehensive Project Structure
paths.py
setup)User Validation Scenarios
Three complete validation workflows:
Environment Limitations Documentation
The instructions start with a firm directive to "Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information" as requested, ensuring Copilot agents prioritize the validated guidance over exploration.
The file also includes realistic timing expectations for all operations, with explicit "NEVER CANCEL" warnings for long-running builds and training processes, helping prevent premature termination of critical operations.
Fixes #4.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.