-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.amc.toml
More file actions
18 lines (16 loc) · 737 Bytes
/
.amc.toml
File metadata and controls
18 lines (16 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
delimiter = "---"
extensions = ["rs"]
llm_prompt = '''
This is a concatenated source code file containing multiple source files from a project.
Each file section begins and ends with a delimiter line "---".
After the opening delimiter, there is metadata about the file:
- File: relative path to the source file
- Last commit: Git commit hash of the last change
- Last update: Unix timestamp of the last change
Please analyze the code with these aspects in mind:
1. The relationship and dependencies between files
2. The overall architecture and design patterns used
3. Any potential improvements or issues you notice
4. Consider the context of changes based on the Git metadata
The code sections follow below:'''
excluded_folders = []