feat(directives): add rule-statement header to 33-40 of 66 v1.md files

This commit is contained in:
ed
2026-07-03 09:45:48 -04:00
parent e9275236f2
commit ead7cf2869
8 changed files with 16 additions and 0 deletions
@@ -1,3 +1,5 @@
# Files over 50 lines must be researched via get_file_summary, py_get_skeleton, or py_get_code_outline before reading
From `conductor/workflow.md` §"Guiding Principles" #9:
8. **Mandatory Research-First Protocol:** Before reading the full content of any file over 50 lines, you MUST use `get_file_summary`, `py_get_skeleton`, `py_get_code_outline`, or `py_get_docstring` to map the architecture and identify specific target ranges. Use `get_git_diff` to understand recent changes. Use `py_find_usages` to locate where symbols are used.