Prettier pads markdown table cells for column alignment, which turns any
content change into a table-wide realignment diff. Markdown was only in
prettierignore for packages/kilo-vscode/; the root formatter still
repadded docs elsewhere (e.g. TESTING.md, kilo-docs, AGENTS.md).
Adds *.md to the root .prettierignore, documents the convention in
AGENTS.md, and adds script/check-md-table-padding.ts + a workflow to
enforce it. Existing padded tables in Kilo-owned docs have been
rewritten via the script's --fix mode.
- add Playwright config snippet to the CLI tab in browser-use.md
- update CLI notes to reflect Playwright manages the browser lifecycle
- update Use system Chrome text to clarify default and disable behavior
Add VSCode (Pre-release) and CLI tabs to 7 features pages:
- autocomplete/index.md: FIM with Codestral, snooze, Copilot detection
- code-actions.md: Pre-release actions, terminal context menu, AM integration
- git-commit-generation.md: SCM button via CLI backend
- browser-use.md: Playwright MCP approach, browser settings per platform
- checkpoints.md: Snapshot config, CLI revert/unrevert, per-file revert
- platforms/vscode.md: Feature comparison between VSCode and Pre-release
- platforms/cli.md: Fix stale MCP link, add platform:next frontmatter
Part of the docs platform tabs effort (PR 4 of 8).
Depends on #7497 for infrastructure.