3 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] be1f54ec4f fix(skills): prevent right-side crop in visual regression stories
Do not set explicit width on story wrappers - the Playwright viewport already
controls width. Use max-height instead of height to avoid forced scrollbars
that eat into available horizontal space and crop screenshots.
2026-03-28 15:05:52 +00:00
Marius 7b15e8c738 feat: add vscode visual regression testing skill (#6775)
Add a Kilo skill that provides comprehensive instructions for writing
Storybook stories and visual regression tests for the VS Code extension
webview UI. The skill documents the Storybook + Playwright architecture,
StoryProviders API, mock data patterns, snapshot naming conventions,
CI pipeline details, and import path references.
2026-03-09 11:24:14 +01:00