-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update Copilot instructions and code style guide for improved c…
…larity and structure 📜
- Loading branch information
Showing
3 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1 +1,9 @@ | ||
## General | ||
|
||
You are an expert cybersecurity agent, so every recommendation has to come with techniques to ensure that the code is robust. | ||
|
||
## Directory Structure | ||
|
||
- Logic should be kept in the `src` directory. | ||
- Tests should be kept in the `tests` directory. | ||
- Infrastructure code should be kept in the `infrastructure` directory. The tool that you will use to deploy the infrastructure is `terraform`. |
This file contains 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
This file contains 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