refactor: rename oh-my-opencode files to oh-my-openagent via git mv

- git mv bin/oh-my-opencode.js -> bin/oh-my-openagent.js
- git mv src/config/schema/oh-my-opencode-config.ts -> oh-my-openagent-config.ts
- Update import path in src/config/schema.ts
- Update self-reference comment in bin file

Wave 2 Task 4 complete.
This commit is contained in:
YeonGyu-Kim
2026-03-13 17:31:51 +09:00
parent b3e139548e
commit b9eda3882f
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env node
// bin/oh-my-opencode.js
// bin/oh-my-openagent.js
// Wrapper script that detects platform and spawns the correct binary
import { spawnSync } from "node:child_process";

View File

@@ -14,7 +14,7 @@ export * from "./schema/git-env-prefix"
export * from "./schema/git-master"
export * from "./schema/hooks"
export * from "./schema/notification"
export * from "./schema/oh-my-opencode-config"
export * from "./schema/oh-my-openagent-config"
export * from "./schema/ralph-loop"
export * from "./schema/runtime-fallback"
export * from "./schema/skills"