You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
This is a crowdfunding platform for games with a developer theme. The application uses a Flask backend API with SQLAlchemy ORM for database interactions, and an Astro/Svelte frontend with Tailwind CSS for styling. Please follow these guidelines when contributing:
4
4
5
+
## Agent notes
6
+
7
+
- Do not generate summary markdown files upon completion of a task
8
+
- Always use absolute paths when running scripts and BASH commands
9
+
5
10
## Code standards
6
11
7
12
### Required Before Each Commit
@@ -46,7 +51,7 @@ This is a crowdfunding platform for games with a developer theme. The applicatio
46
51
## Scripts
47
52
48
53
- Several scripts exist in the `scripts` folder
49
-
-Use existing scripts to perform tasks rather than performing them manually
54
+
-Always use available scripts to perform tasks rather than performing operations manually
50
55
- Existing scripts:
51
56
-`scripts/setup-env.sh`: Performs installation of all Python and Node dependencies
52
57
-`scripts/run-server-tests.sh`: Calls setup-env, then runs all Python tests
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
This repository contains the project for a 1 hour guided workshop to explore GitHub Copilot Agent Mode and related features in Visual Studio Code. The project is a website for a fictional game crowd-funding company, with a [Flask](https://flask.palletsprojects.com/en/stable/) backend using [SQLAlchemy](https://www.sqlalchemy.org/) and [Astro](https://astro.build/) frontend using [Svelte](https://svelte.dev/) for dynamic pages.
4
4
5
-
To begin the workshop, start at [docs/README.md](./docs/README.md)
5
+
## Start the workshop
6
+
7
+
**To begin the workshop, start at [docs/README.md](./docs/README.md)**
0 commit comments