Commit 7816b3c
missing_docs: fix audit for Astro layout, refresh surface map, document Kitty keyboard protocol
The audit script assumed a `docs/` subdirectory layout and `.md` filenames,
so on the current Astro Starlight tree (`src/content/docs/`, `.mdx`) every
mapped doc resolved as missing. This refreshes the skill so it produces
useful signal again.
- audit_docs.py: resolve doc paths from the repo root, accept .md/.mdx
interchangeably (and README.md → index.mdx), add --weak-coverage flag
for the strict keyword check, broaden keyword extraction to handle
slash-command flags (RewindSlashCommand → /rewind) and UI-suffix flags.
- feature_surface_map.md: update every entry to the actual `.mdx` paths,
fix `agent-platform/warp-agents/*` mappings that should be either
`local-agents/*` or `capabilities/*`, add ListSkills/SyncAmbientPlans
to the ignore list (server-side).
- SKILL.md: document `--weak-coverage` and the `.md`/`.mdx` resolution.
- full-screen-apps.mdx: add a Kitty keyboard protocol section so the
newly-shipped flag is documented where TUI users will look.
Default audit now runs clean for features/CLI/API; `--weak-coverage`
surfaces ~30 mapped pages where the feature isn't named verbatim, for
follow-up review.
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c2922c5 commit 7816b3c
4 files changed
Lines changed: 284 additions & 159 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 | | |
| |||
0 commit comments