Update wiki/hard-docs-writer.md
9f8f9611230d harrisonqian 2026-04-12 1 file
index 1bcc947..93ab5d2 100644
@@ -16,4 +16,4 @@ a tool that automatically documents the confusing parts of a codebase, specifica
the approach would be to identify these "hard" sections automatically (high coupling, low comment density, frequent bug origins, high churn), then generate detailed prose explanations that capture the intent and gotchas, not just what the code does mechanically. the target reader is an AI agent starting a new task — so the docs need to be dense, precise, and structured in a way that fits efficiently into a context window.
-this is tightly connected to [[spec-driven-dev|spec-driven dev kit]] — both are about giving coding agents the right context to succeed. also connects to [[context-window-optimizer|context window optimizer]] since the docs this tool generates are exactly the kind of material you'd need to manage carefully. the [[agents-md-research|AGENTS.md research]] interest overlaps — understanding what makes agents succeed is the same question from a different angle. in a world where [[overnight-app-grinder|overnight app grinder]] is running autonomous sessions, hard-docs-writer is a key piece of the infrastructure that makes those sessions not hit walls.
\ No newline at end of file
+related: [[spec-driven-dev|spec-driven dev kit]], [[context-window-optimizer|context window optimizer]], [[agents-md-research|AGENTS.md research]], [[overnight-app-grinder|overnight app grinder]]
\ No newline at end of file