Commit Graph

7 Commits

Author SHA1 Message Date
kiloconnect[bot] 06cd80d1bd chore: enforce minimal markdown table formatting
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.
2026-04-28 07:45:49 +00:00
Josh Lambert cdd46fe7ca docs(kilo-docs): address bot review — orchestrator deprecation notes
- 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
2026-03-27 14:40:26 -04:00
Joshua Lambert 72291dd34a Apply suggestions from code review
Co-authored-by: Joshua Lambert <25085430+lambertjosh@users.noreply.github.com>
2026-03-27 10:02:49 -04:00
Joshua Lambert e444e9cc52 Apply suggestion from @lambertjosh 2026-03-27 09:45:18 -04:00
Joshua Lambert 3bd1ac4417 Update packages/kilo-docs/pages/code-with-ai/agents/using-agents.md 2026-03-27 09:43:00 -04:00
Joshua Lambert 2fbd5cc5b5 Update packages/kilo-docs/pages/code-with-ai/agents/using-agents.md 2026-03-27 09:42:07 -04:00
Josh Lambert c44e53d994 docs(kilo-docs): address review feedback — rename to agents, rewrite orchestrator, fix content
- 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
2026-03-26 14:46:43 -04:00