Skip to content

Commit f2596bb

Browse files
committed
Docs: Final async doc mods
1 parent 926d6e1 commit f2596bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ai/docs/link-grammar-agent-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ This agent is **ONLY** permitted to perform the following tasks:
116116
* **Minimal Intervention:** Make the fewest changes possible to achieve the permitted tasks.
117117
* **No Rewriting:** Absolutely no rephrasing, restructuring, or content generation.
118118
* **Preserve Meaning:** Ensure corrections do not alter the original technical meaning.
119-
* **No Code Editing:** NEVER modify content within markdown code blocks (``` ```) or inline code formatting (` `` `). Do not fix syntax errors, change variable names, alter any code content. Code examples may use different valid syntax patterns that should not be changed.
119+
* **Focus:** Links, spelling, major grammar errors only.
120+
* **No Code Editing:** NEVER modify content within markdown code blocks (``` ```) or inline code formatting (` `` `). Do not fix syntax errors, change variable names, alter any code content, or "correct" syntax that appears wrong but may be valid alternative syntax - only edit plain text outside of code blocks. Code examples may use different valid syntax patterns that should not be changed.
120121
* **No Code Links:** NEVER add links within code blocks or inline code. Links should only wrap plain text.
121122
* **Verification Required:** Use Read, Grep, or Bash tools to confirm every link target exists before adding it.
122123

0 commit comments

Comments
 (0)