Skip to content

Commit e9189df

Browse files
gracefullightgithub-actions[bot]
authored andcommitted
chore(deps): update oh-my-agent skills
1 parent 07eded4 commit e9189df

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.agents/skills/_version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "10.7.1",
2+
"version": "10.7.2",
33
"schemaVersion": 2,
44
"mode": "project",
5-
"installedAt": "2026-06-28T01:08:28.353Z"
5+
"installedAt": "2026-06-29T12:59:41.676Z"
66
}

.claude/hooks/oma-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111
fi
1212
echo "$$" > "$__oma_dedup_lock"
1313
__oma_bin=""
14-
if [ -x "/Users/gracefullight/.bun/bin/oma" ]; then
15-
__oma_bin="/Users/gracefullight/.bun/bin/oma"
14+
if [ -x "/home/runner/.bun/bin/oma" ]; then
15+
__oma_bin="/home/runner/.bun/bin/oma"
1616
elif command -v oma >/dev/null 2>&1; then
1717
__oma_bin="$(command -v oma)"
1818
fi

.codex/hooks/oma-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111
fi
1212
echo "$$" > "$__oma_dedup_lock"
1313
__oma_bin=""
14-
if [ -x "/Users/gracefullight/.bun/bin/oma" ]; then
15-
__oma_bin="/Users/gracefullight/.bun/bin/oma"
14+
if [ -x "/home/runner/.bun/bin/oma" ]; then
15+
__oma_bin="/home/runner/.bun/bin/oma"
1616
elif command -v oma >/dev/null 2>&1; then
1717
__oma_bin="$(command -v oma)"
1818
fi

.cursor/hooks/oma-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111
fi
1212
echo "$$" > "$__oma_dedup_lock"
1313
__oma_bin=""
14-
if [ -x "/Users/gracefullight/.bun/bin/oma" ]; then
15-
__oma_bin="/Users/gracefullight/.bun/bin/oma"
14+
if [ -x "/home/runner/.bun/bin/oma" ]; then
15+
__oma_bin="/home/runner/.bun/bin/oma"
1616
elif command -v oma >/dev/null 2>&1; then
1717
__oma_bin="$(command -v oma)"
1818
fi

.cursor/rules/test-guide.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cd apps/api && uv run ptw
4949
cd apps/web && bun test:coverage
5050

5151
# API
52-
cd apps/api && uv run poe test-cov
52+
cd apps/api && uv run poe test:cov
5353

5454
# Flutter
5555
cd apps/mobile && flutter test --coverage

.qwen/hooks/oma-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111
fi
1212
echo "$$" > "$__oma_dedup_lock"
1313
__oma_bin=""
14-
if [ -x "/Users/gracefullight/.bun/bin/oma" ]; then
15-
__oma_bin="/Users/gracefullight/.bun/bin/oma"
14+
if [ -x "/home/runner/.bun/bin/oma" ]; then
15+
__oma_bin="/home/runner/.bun/bin/oma"
1616
elif command -v oma >/dev/null 2>&1; then
1717
__oma_bin="$(command -v oma)"
1818
fi

0 commit comments

Comments
 (0)