Commit daae302
missing_docs: document Kitty keyboard protocol and add --weak-coverage audit mode
Rebases the original PR onto current `main` after PR #75 shipped overlapping
path-resolution fixes. The structural cleanup from PR #75 is preserved; this
commit reapplies only the additions that PR #75 didn't include.
- full-screen-apps.mdx: add a "Kitty keyboard protocol" section so the
newly-shipped flag is documented where TUI users will look.
- feature_surface_map.md: point KittyKeyboardProtocol at the .mdx file and
fix the stale `.warp/skills/...` script-path comment.
- audit_docs.py: add an opt-in `--weak-coverage` flag that, on top of the
default "mapped == verified" check, also confirms feature keywords
actually appear in the mapped doc (low-severity, noisy by design).
- SKILL.md: document `--weak-coverage`, the `.md`/`.mdx` resolution
behavior, and the correct `crates/warp_features/src/lib.rs` source path.
Original author: hongyi-chen <hongyigma@gmail.com>
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 9f5820c commit daae302
4 files changed
Lines changed: 74 additions & 12 deletions
File tree
- .agents/skills/missing_docs
- references
- scripts
- src/content/docs/terminal/more-features
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | | - | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
270 | | - | |
271 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
272 | 281 | | |
273 | 282 | | |
274 | 283 | | |
| |||
295 | 304 | | |
296 | 305 | | |
297 | 306 | | |
298 | | - | |
299 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
300 | 335 | | |
301 | 336 | | |
302 | 337 | | |
| |||
698 | 733 | | |
699 | 734 | | |
700 | 735 | | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
701 | 742 | | |
702 | 743 | | |
703 | 744 | | |
| |||
737 | 778 | | |
738 | 779 | | |
739 | 780 | | |
740 | | - | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
741 | 785 | | |
742 | 786 | | |
743 | 787 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
0 commit comments