@lee101-3/codex-infinite 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Unified entry point for the Codex CLI.
2
+ // Unified entry point for Codex Infinite CLI.
3
3
 
4
4
  import { spawn } from "node:child_process";
5
5
  import { existsSync } from "fs";
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@lee101-3/codex-infinite",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Codex Infinite - a smarter coding agent that can run forever",
6
6
  "bin": {
7
- "codex": "bin/codex.js"
7
+ "codex-infinite": "bin/codex-infinite.js"
8
8
  },
9
9
  "type": "module",
10
10
  "engines": {