Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hindsight-integrations/coding-agents/src/core/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ export const SURVEY_PROMPT =
"memory. Work efficiently — DO NOT read every file; sample enough to understand the " +
"architecture: the directory layout, entry points, package manifests (package.json / " +
"pyproject.toml / Cargo.toml / go.mod), the README, and a few representative source files per " +
"major area.\n" +
"major area. Use Glob (e.g. `**/*`) to see the directory layout — Read takes a FILE path only " +
"and errors on a directory; never call Read on a bare directory path.\n" +
"IMPORTANT — DO NOT read, quote, summarize, or ingest agent-instruction files: CLAUDE.md, " +
"AGENTS.md, GEMINI.md, .cursorrules, .cursor/rules/*, or .github/copilot-instructions.md. These " +
"are live, user-controlled instructions (not repository knowledge); capturing them as memory " +
Expand Down