Skip to content

Commit f3f5b2c

Browse files
ofriwclaude
andcommitted
Add disclosure about ChunkHound/ArguSeek authorship
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 84c799f commit f3f5b2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docs/methodology/lesson-5-grounding.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Here's the fundamental issue: **The agent doesn't know your codebase exists.** I
3636
- Solutions that integrate cleanly with your system
3737
<!-- presentation-only-end -->
3838

39+
:::info Full Disclosure
40+
Both [ChunkHound](https://chunkhound.github.io/) and [ArguSeek](https://github.com/ArguSeek/arguseek) are open source projects built by the course author. They're featured throughout because they implement the exact patterns this course teaches—sub-agent isolation, semantic search, context management.
41+
42+
The principles apply universally. Alternatives exist and are documented. Use what fits your workflow; the methodology stays consistent regardless of tooling.
43+
:::
44+
3945
## The Discovery Problem: Agentic Search
4046

4147
When you assign "Fix the authentication bug," the agent starts with zero codebase knowledge. It doesn't know where auth code lives, what libraries you use, or how it's structured.

0 commit comments

Comments
 (0)