Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 19 additions & 0 deletions .claude/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "Frontend (Vite)",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5173,
"cwd": "Frontend"
},
{
"name": "Backend (FastAPI)",
"runtimeExecutable": "python3",
"runtimeArgs": ["run.py"],
"port": 8000,
"cwd": "backend"
}
]
}
3 changes: 2 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Types: `fix`, `feat`, `refactor`, `docs`, `test`, `chore`

### Git Author Rules
- **Author name**: Always `shibinsp` — never use any other name
- **NEVER** add `Co-Authored-By` lines in commits — no Claude, no AI co-author tags
- **NEVER** add `Co-Authored-By: Claude` or any AI co-author tags in commits
- Always add `Co-Authored-By: Beeax` at the end of commit messages
- Local git config must be: `user.name = shibinsp`

### PR Description Format
Expand Down
Binary file removed Screenshot 2026-02-12 at 11.18.02 AM.png
Binary file not shown.
Binary file removed Screenshot 2026-02-14 at 4.18.51 PM.png
Binary file not shown.
Loading
Loading