Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
f4e3942
docs: add Phase A key-lifecycle expansion spec
johnleider Jul 9, 2026
d369aac
docs: add Phase A key-lifecycle implementation plan
johnleider Jul 10, 2026
6766eb1
chore(keys): add persisted useKeys store
johnleider Jul 10, 2026
9ecbb0a
chore(plugins): register storage plugin for useKeys persistence
johnleider Jul 10, 2026
7534b72
chore(components): add notifications plugin and DkSnackbar
johnleider Jul 10, 2026
9d68ed4
chore(components): add DkDialog wrapper
johnleider Jul 10, 2026
e72738c
chore(components): add DkForm, DkSelect, DkSwitch, DkNumberField wrap…
johnleider Jul 10, 2026
7b8be9d
chore(dashboard): wire real create-key dialog with validation and toast
johnleider Jul 10, 2026
607de8f
chore(dashboard): replace alert stubs with real command-palette actions
johnleider Jul 10, 2026
0c85972
chore(components): add DkCheckbox, DkAlertDialog, DkTooltip, DkPagina…
johnleider Jul 10, 2026
8a50ac9
chore(components): add selection, row/bulk actions, tooltip, paginati…
johnleider Jul 10, 2026
7517174
chore(dashboard): wire rotate and revoke handlers with toasts
johnleider Jul 10, 2026
295d753
chore(components): fix pagination to use total item count for page calc
johnleider Jul 10, 2026
0568e2e
chore(components): style select-all header checkbox and show select l…
johnleider Jul 10, 2026
7f8cb37
chore: drop agent plan/spec docs from the repo
johnleider Jul 20, 2026
f31f93f
chore(deps): update dependencies and bump @vuetify/v0 to 1.0.0 (#11)
johnleider Jul 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ dist/
.vscode/
*.local
.superpowers/

# Agent/session planning artifacts (not product docs)
docs/superpowers/
Loading