Skip to content

Commit 097cb0d

Browse files
try avoiding horizontal lists, loading msgs
1 parent 0f1b0fc commit 097cb0d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

backend/app/prompts.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- Color coding or shapes to distinguish between different types of components
5454
- A legend explaining any symbols or abbreviations used
5555
56-
7. Emphasize the importance of keeping the diagram at an appropriate level of abstraction, avoiding too much detail while still capturing the essential architectural elements.
56+
7. Emphasize the importance of keeping the diagram at an appropriate level of abstraction while still keeping a significant amount of detail and capturing the essential architectural elements.
5757
5858
Present your explanation and instructions within <explanation> tags, ensuring that you tailor your advice to the specific project based on the provided file tree and README content.
5959
"""
@@ -127,6 +127,7 @@
127127
- Group related components together if applicable
128128
- Include any important notes or annotations mentioned in the explanation
129129
- Just follow the explanation. It will have everything you need.
130+
- Please try to orient the diagram as vertically as possible. Try to avoid long horizontal lists of nodes and sections.
130131
131132
132133
You must include click events for components of the diagram that have been specified in the provided <component_mapping>:

src/components/loading.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ const messages = [
1515
"Analyzing repository...",
1616
"Prompting Claude...",
1717
"Inspecting file paths...",
18+
"Finding component relationships...",
19+
"Linking components to code...",
20+
"Extracting relevant directories...",
1821
"Prompt engineers needed -> Check out the GitHub",
1922
"Shoutout to GitIngest for inspiration",
20-
"Looking for internships...",
21-
"No internships found 💀",
22-
"How long is this gonna take???",
23-
"This is gonna cost so much money 😭",
23+
"I need to find a way to make this faster...",
2424
"Finding the meaning of life...",
2525
"I'm tired...",
26-
"Bro please just give me the diagram...",
27-
"NOW!",
26+
"Please just give me the diagram...",
27+
"...NOW!",
2828
"guess not...",
2929
];
3030

0 commit comments

Comments
 (0)