命令风格
完整列表以
starcat help 与 README 为准。
只读常用
stats 是本地聚合只读视图(Star / 知识库 / AI token / RAG 等),便于巡检。
写入(默认 dry-run)
--apply 也会失败。见 MCP 设置。
MCP
command=starcat,args=["mcp"]。协议消息只走 stdout;诊断走 stderr。
更新
starcat mcp 管道不会打印更新骚扰。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Starcat 已上架 Mac App Store,也可从 starcat.ink 下载 Direct 版。
常用命令、统计、写入 —apply、MCP 与更新
| 类型 | 输出 | 例子 |
|---|---|---|
| 运维/友好 | 文本 | help doctor stats pair |
| 数据 | JSON | capabilities repo tags |
starcat help 与 README 为准。
starcat capabilities
starcat stats
starcat stats ai --range 30d
starcat stats knowledge
starcat repo search "local RAG" --scope starred --limit 20
starcat repo context owner/repo
starcat repo readme owner/repo
starcat repo summary owner/repo
starcat tags list
stats 是本地聚合只读视图(Star / 知识库 / AI token / RAG 等),便于巡检。
# 预览,不写入
printf '%s' 'A private note' | starcat repo note set owner/repo
# 真正写入
printf '%s' 'A private note' | starcat repo note set owner/repo --apply
starcat repo tags add owner/repo Swift macOS --apply
starcat repo status set owner/repo using --apply
--apply 也会失败。见 MCP 设置。
starcat mcp
command=starcat,args=["mcp"]。starcat update
# 或
brew update && brew upgrade starcat
starcat mcp 管道不会打印更新骚扰。