Commit Graph

4 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
kiloconnect[bot] bcbd2b423b docs(vscode): prune completed items from migration plan
- Remove Settings Migration, Upgrade Onboarding, and MemoryBank Migration
  docs (all covered by the migration wizard shipped in #7823)
- Remove custom-openai-provider-ui.md (feature shipped)
- Update MCP docs: remove connection status and enable/disable toggle
  (shipped in #7810)
- Update settings-ui.md: remove import/export (shipped in #7794)
- Update opencode-migration-plan.md accordingly
2026-03-31 15:48:20 +00:00
Mark IJbema a8f4fd6ca8 docs(vscode): scope agent behaviour plan to the Agent Behaviour tab only
Remove 8 plan files that covered other settings tabs (Auto Approve,
Context, Terminal, Prompts, Experiments, Provider, etc.). These are
out of scope — only the Agent Behaviour settings tab is covered.

Rewrite remaining files as precise sub-tab comparisons:
- modes-subtab-parity.md: side-by-side of legacy Modes vs new Agents
- mcp-server-creation.md: rewritten as MCP Servers sub-tab comparison
- rules-workflows-subtab-parity.md: new file for Rules & Workflows gaps

Update migration plan section to match the 4 sub-tab structure.
Simplify settings-migration.md mapping table to Agent Behaviour scope.
2026-03-25 12:13:04 +01:00
Mark IJbema 69ffab4644 docs(vscode): add agent behaviour feature parity plan
Compare legacy extension agent behaviour settings with new extension
and CLI backend capabilities. Add 11 new plan files covering:

- Custom instructions & prompts tab
- Auto-approve parity (YOLO mode, budget limits)
- Custom modes / agent creation UI
- Per-agent advanced settings (variant, permissions, visibility)
- Provider-specific settings (OpenRouter, Anthropic, Bedrock, etc.)
- Token & request budget limits
- MCP server creation & editing
- Terminal tab settings
- Context management settings
- Formatter & LSP detailed configuration
- Experiments & feature flags parity

Update main migration plan with new Agent Behaviour section.
Update settings-migration.md with legacy→CLI settings mapping table.
Update settings-ui.md with cross-references to new docs.
2026-03-25 11:59:20 +01:00