Commit 97ab75d
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
- reference
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments