Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:55 +08:00
commit e7e285bb4c
5 changed files with 419 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "statusline",
"description": "Installs a status line script for Claude Code showing branch, model, cost, duration, diff lines, and an optional quote.",
"version": "1.1.1",
"author": {
"name": "Kazuki Hashimoto",
"email": "setouchi.develop@gmail.com"
},
"commands": [
"./commands/install-statusline.md",
"./commands/preview-statusline.md"
]
}