Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:26 +08:00
commit 2bbfb3f5bc
9 changed files with 371 additions and 0 deletions

18
commands/install.md Normal file
View File

@@ -0,0 +1,18 @@
---
description: Install Flashback session management system
allowed-tools: Bash
---
# Install Flashback
Install `flashback` CLI:
```bash
curl -fsSL https://raw.githubusercontent.com/zbeyens/flashbacker/main/scripts/install.sh | bash
```
Then install the flashback files with shadcn CLI:
```bash
npx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/flashback.json
```