You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/quality.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,5 +167,6 @@ Tracks code quality per domain. Updated by automations as a side effect of featu
167
167
| 2026-05-19 | Add keyboard navigation to sidebar page tree (#1150). Added WAI-ARIA Treeview keyboard navigation (ArrowUp/Down, ArrowLeft/Right expand/collapse, Enter, Home, End) with roving tabindex pattern. Added `getVisibleItems` and `findParentNode` to `page-tree.ts`. Updated `page-tree.test.ts` (37→46): 9 new tests for visible item traversal and parent lookup. Added 1 new E2E spec: `e2e/sidebar-keyboard-nav.spec.ts` (10 tests). Test totals: 144 Vitest files (1971 tests), 86 E2E specs (425 tests). |
168
168
| 2026-05-21 | Add undo button to page delete toast (#1163). Updated `use-page-tree-actions.test.ts` (35→39): 4 new tests for undo toast action, restore RPC, navigate-back, and error handling. Updated `e2e/trash.spec.ts` (7→9): 2 new E2E tests for undo restore and undo navigate-back. Test totals: 144 Vitest files (1975 tests), 86 E2E specs (427 tests). |
169
169
| 2026-05-21 | Add inline rename to sidebar page tree context menu (#1164). Added `handleRename` to `usePageTreeActions`. Added inline rename input to `PageTreeItem` with Enter/Escape/blur handling. Added "Rename" menu item to context menu. Added `Renaming` Storybook story. Added 1 new E2E spec: `e2e/sidebar-rename.spec.ts` (5 tests). Test totals: 144 Vitest files (1975 tests), 87 E2E specs (432 tests). |
170
+
| 2026-05-21 | Add export/import actions to slash command menu (#1165). Added "Export as Markdown" and "Import Markdown" options to `slash-command-plugin.tsx` via optional `onExport`/`onImport` callbacks. Wired callbacks in `page-view-client.tsx` reusing existing `exportEditorToMarkdown`/`downloadMarkdown` and `useMarkdownImport`. Added `FilteredExportImport` Storybook story and visual regression baseline. No new test files. Test totals: 144 Vitest files (1975 tests), 87 E2E specs (432 tests). |
0 commit comments