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.
- Soften 'every agent' claim in orchestrator-mode.md: ask agent
denies the task tool, so only agents with full tool access (Code,
Plan, Debug) support subagent delegation
- Add deprecation heading and warning callout to orchestrator sections
in both VSCode and CLI tabs of using-agents.md
- Rename using-modes.md → using-agents.md with redirect and all internal
link updates (12 references across 8 files)
- Reframe orchestrator-mode.md as migration page: orchestrator is no longer
needed since all agents now support subagents natively
- Rewrite using-agents.md: flip callout to lead with agents, add specific
keyboard shortcuts (Cmd+., Tab, Ctrl+X a)
- chat-interface.md: drop duplicate Suggested Responses tabs into shared
content with collapsed Legacy callout, add keyboard shortcuts to Tips,
apply wording fixes (TUI acronym, action buttons, CLI context)
- context-mentions.md: update VSCode tab to document @-mention autocomplete
support, rewrite editor context in natural language with Code Actions
- model-selection.md: add in-chat model selector and precedence chain
- Fix smart quotes in custom-modes-org.md
- Update nav: Modes → Agents