Skip to content

Commit 97ab75d

Browse files
TheMostlyGreatvsajanclaude
authored
docs(website): correct the auto-lint hook's illustrated output (#338)
The quick-start and hooks reference showed the lint hook printing `SAFEWORD: Linting...`. That's doubly wrong: the `SAFEWORD:` prefix was removed from all hook output (#332), and the hook never emitted a "Linting..." banner — post-tool-lint auto-fixes quietly and surfaces only remaining errors (to the agent) or tool/pack warnings. Describe what users actually see: lint runs automatically and fixes what it can; remaining problems are surfaced to the agent. Co-authored-by: T <t@t.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2147c05 commit 97ab75d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/website/src/content/docs/getting-started/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Open your project and ask your agent to build something real:
5353
Watch what happens:
5454

5555
1. Your agent writes the endpoint
56-
2. Lint runs automatically — you'll see `SAFEWORD: Linting...` in the output
56+
2. Lint runs automatically on the new code, auto-fixing what it can
5757
3. If there are issues, your agent fixes them before you even see the code
5858
4. When you stop the session, a quality review runs automatically
5959

packages/website/src/content/docs/reference/hooks-and-skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ After your agent writes or modifies a file, the right linter runs:
117117

118118
If a linter isn't installed, it's silently skipped.
119119

120-
**What you see:** `SAFEWORD: Linting...` appears in output. If there are issues, your agent sees them and fixes immediately.
120+
**What you see:** Usually nothing — the linter auto-fixes quietly. If problems remain, your agent sees them and fixes them immediately.
121121

122122
---
123123

0 commit comments

Comments
 (0)