chore(KB-224): clean up activity log tests and combine definition-spec tabs

- Remove redundant ActivityLogModal tests (253 lines) and clean up implementation

- Refactor GitHubImportModal with simplified implementation and updated tests

- Delete obsolete dashboard README documentation

- Add changeset for combined definition/spec tabs feature

- Update App.tsx structure and consolidate CSS styles
This commit is contained in:
gsxdsm
2026-03-30 18:37:32 -07:00
parent fe4eb967bc
commit 2bdd2abbc5

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Combine the Definition and Spec tabs in the task detail modal. The Spec tab has been removed and its editing functionality is now accessible via an "Edit" button in the Definition tab. Users can now edit the task specification and request AI revisions directly from the Definition tab.