Skip to content

Commit 10e7120

Browse files
committed
Add external reference links to examples in "First steps in mature projects"
1 parent f0fa980 commit 10e7120

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/docs/getting-started/first-steps-in-mature-projects.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ from the self-DM report and rendering only when tasks exist. Here is a rough out
8787
This flow is intentionally conservative: ask first, plan explicitly, test first, implement surgically, and verify edge
8888
cases before broadening scope.
8989

90+
For more examples, look out on the internet for shared agent threads, some quality ones:
91+
92+
- [Amp: Fix modal height with max-height constraint](https://ampcode.com/threads/T-019b0c24-7de0-7189-97e2-44121fbbbd9b)
93+
- [Amp: Implement file mentions in command palette](https://ampcode.com/threads/T-d0d0c3c4-4994-4574-9e56-e7f97e88bc33)
94+
- [Ghostty: Reproduce fuzz crash with test case](https://ampcode.com/threads/T-019cafee-1be2-72ab-bcec-28c6d41b753b)
95+
- [Tmux: Control mode protocol documentation](https://ampcode.com/threads/T-f02e59f8-e474-493d-9558-11fddf823672)
96+
9097
## Rules of thumb
9198

9299
There are a few high-level rules you can follow when you jump into a new largeish project.

0 commit comments

Comments
 (0)