Skip to content

Commit dbf6e90

Browse files
authored
chore: updated copilot instructions
1 parent 7c48cf7 commit dbf6e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Always manually validate jpm functionality after making changes:
8787
- `app.yml` - jpm's actual runtime dependencies and actions (NOT an example file). Dependencies should be kept up-to-date with the (non-test) dependencies in pom.xml
8888
- `RELEASE.md` - Release process documentation
8989
- `.gitignore` - Excludes target/, deps/, IDE files
90+
- `src/main/java/org/codejive/jpm/Main.java` - The main entry point of the code, but also contains JBang directives like //DEPS and //SOURCES. The //DEPS lines should be kept up-to-date with the (non-test) dependencies in pom.xml. The //SOURCES lines should contain a list of all source files (except for Main.java itself) needed to compile.
9091

9192
## Common Commands Reference
9293

0 commit comments

Comments
 (0)