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.
git filter-repo incorrectly resolved a merge commit where the docs app
was migrated from Docusaurus to Next.js + Markdoc, resulting in the old
Docusaurus files at HEAD. This commit overlays the correct current files
from the source repo (kilo-org/kilocode main branch).
Package renamed from kilocode-docs to @kilocode/kilo-docs.
Configure devcontainer to persist VS Code settings and Kilo Code state across container rebuilds by adding dedicated volume mounts for:
- Global storage (threads, caches, extensions)
- User settings
Also added workspaceMount and workspaceFolder configuration for better workspace management.
Includes documentation for devcontainer persistence setup.
Updated core concepts section with new entries and descriptions, including Provider, Foundational Models, Prompt Engineering, Modes, Codebase Indexing, and MCP. Removed outdated concepts and added relevant video previews.