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
When working on this project, consult the `agent.md` file for project-specific guidelines, architecture decisions, and development patterns. This file contains curated information that will help you make better decisions aligned with the project's goals and standards.
6
+
7
+
If the file does not exist, you will need to install it, by running the following command:
8
+
9
+
```bash
10
+
$ bundle install
11
+
$ bundle exec bake agent:context:install
12
+
```
13
+
14
+
This command will set up the necessary context files that help you understand the project structure, dependencies, and conventions.
15
+
16
+
## Ignoring Files
17
+
18
+
The `.gitignore` file is split into two sections, separated by a blank line. The first section is automatically generated, while the second section is user controlled.
19
+
20
+
While working on pull requests, you should not add unrelated changes to the `.gitignore` file as part of the pull request.
0 commit comments