Commit 0c9c2f0
docs(audit): tier 6 — 'blocklist' (block list UI) → 'block list' to disambiguate (#109)
The style_lint rule 'blocklist → denylist' (per AGENTS.md allowlist/denylist
guidance) was firing on 'blocklist' references that actually mean the
terminal's *block list* (the UI panel listing command blocks). That's a
distinct concept from the allowlist/denylist style rule.
Fixed by spacing 'blocklist' → 'block list' (two words) so the prose is
unambiguous to both readers and the linter:
* full-terminal-use.mdx (2x)
* blocks-as-context.mdx (3x)
* conversation-forking.mdx
* local-agents/interacting-with-agents/index.mdx (2x)
* terminal-and-agent-modes.mdx (3x)
* more-features/full-screen-apps.mdx (2x)
* more-features/text-selection.mdx
## Intentionally skipped (literal UI feature names / image asset)
Need product verification before changing these; left as-is so prose
stays accurate to the in-app UI labels:
* terminal/warpify/subshells.mdx:44,46 — 'Blocklisting commands' /
'add commands to the Blocklist' (Warpify denylist feature)
* privacy.mdx:85,87 — 'in the AI blocklist' (AI rule denylist UI)
* secret-redaction.mdx:22 — 'Hide secrets in blocklist' setting
(Settings > Privacy > Secret redaction > <literal toggle name>)
* code/code-review.mdx:53 — image filename
'Blocklist-with-review-changes.png' (renaming the asset is a
separate effort with git history considerations)
Validation: 0 broken links / 2577 internal, lint clears 12 DEPRECATED-TERM
warnings (19 → 7 remaining, all in the skipped-by-design category),
332 pages build clean.
Co-authored-by: Oz <oz-agent@warp.dev>1 parent fbe224b commit 0c9c2f0
7 files changed
Lines changed: 14 additions & 14 deletions
File tree
- src/content/docs
- agent-platform
- capabilities
- local-agents
- agent-context
- interacting-with-agents
- terminal/more-features
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments