From c09d438dc82b70da72560b29417c2a5d5eacf846 Mon Sep 17 00:00:00 2001 From: Abner <22141172+Silentely@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:16:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BB=8E=E4=BB=93=E5=BA=93=E4=B8=AD?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20.omx=20=E7=9B=AE=E5=BD=95=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 .omx/metrics.json 和相关状态文件 - 将 .omx/ 添加到 .gitignore 排除列表 - 防止 oh-my-claudecode 工具状态文件被追踪 --- .gitignore | 3 ++- .omx/metrics.json | 8 -------- .omx/state/hud-state.json | 5 ----- .omx/state/notify-hook-state.json | 6 ------ .omx/state/team-leader-nudge.json | 3 --- .omx/state/tmux-hook-state.json | 9 --------- 6 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 .omx/metrics.json delete mode 100644 .omx/state/hud-state.json delete mode 100644 .omx/state/notify-hook-state.json delete mode 100644 .omx/state/team-leader-nudge.json delete mode 100644 .omx/state/tmux-hook-state.json diff --git a/.gitignore b/.gitignore index 003fbf1..a2dfc91 100644 --- a/.gitignore +++ b/.gitignore @@ -84,7 +84,8 @@ Thumbs.db *~ .serena .ace-tool/ -.omc +.omc/ +.omx/ # Build outputs build/ diff --git a/.omx/metrics.json b/.omx/metrics.json deleted file mode 100644 index ae32292..0000000 --- a/.omx/metrics.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "total_turns": 1, - "session_turns": 1, - "last_activity": "2026-03-08T05:11:08.737Z", - "session_input_tokens": 0, - "session_output_tokens": 0, - "session_total_tokens": 0 -} \ No newline at end of file diff --git a/.omx/state/hud-state.json b/.omx/state/hud-state.json deleted file mode 100644 index f029f5b..0000000 --- a/.omx/state/hud-state.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "last_turn_at": "2026-03-08T05:11:08.737Z", - "turn_count": 1, - "last_agent_output": "**主要发现(按严重级别)**\n\n1. **高风险:第 5 步“复制 LPA / 下载二维码”修复很可能没有落在实际线上入口,功能在 `/giffgaff` 仍可能不可用。** \n证据链:线上路由 " -} \ No newline at end of file diff --git a/.omx/state/notify-hook-state.json b/.omx/state/notify-hook-state.json deleted file mode 100644 index 02d3190..0000000 --- a/.omx/state/notify-hook-state.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "recent_turns": { - "019ccbd4-454d-7fd0-a85d-8d826dcfb529|019ccbd4-54bb-7901-a10b-79a2ba9abf88|agent-turn-complete": 1772946668735 - }, - "last_event_at": "2026-03-08T05:11:08.735Z" -} \ No newline at end of file diff --git a/.omx/state/team-leader-nudge.json b/.omx/state/team-leader-nudge.json deleted file mode 100644 index a338738..0000000 --- a/.omx/state/team-leader-nudge.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "last_nudged_by_team": {} -} \ No newline at end of file diff --git a/.omx/state/tmux-hook-state.json b/.omx/state/tmux-hook-state.json deleted file mode 100644 index 6e6ca2a..0000000 --- a/.omx/state/tmux-hook-state.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "total_injections": 0, - "pane_counts": {}, - "session_counts": {}, - "recent_keys": {}, - "last_injection_ts": 0, - "last_reason": "disabled", - "last_event_at": "2026-03-08T05:11:08.738Z" -} \ No newline at end of file