Created by: Copilot
Adds repository-specific instructions for GitHub Copilot coding agent per best practices.
Creates .github/copilot-instructions.md with:
- Project context - TOSCA-based deployment tool overview
-
Code structure - Python (
unfurl/), Rust (rust/), submodules (tosca-parser/) - Build/test commands - tox, pytest, cargo test, mypy
- Key dependencies - Python 3.8+, Rust toolchain requirements
- Coding conventions - PEP 8, type hints, YAML handling patterns
- Environment setup - Required git config and env vars for tests
Original prompt
This section details on the original issue you should resolve
<issue_title>
✨ Set up Copilot instructions</issue_title> <issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.</issue_description>
Comments on the Issue (you are @copilot in this section)
- Fixes #353