Skip to content

Commit 7f72ed0

Browse files
NagyViktOmX
andcommitted
Sync fork dev without dropping local commits
Merge upstream dev into the fork branch so the fork receives the 14 missing upstream commits while retaining the fork-only history on dev. Constraint: Fork dev must preserve the existing 23 ahead commits. Rejected: Rebase fork dev onto upstream dev | would rewrite fork history and risk disrupting open references. Confidence: high Scope-risk: moderate Tested: npm run build Tested: node dist/scripts/__tests__/codex-native-hook.test.js Not-tested: Full npm test suite. Co-authored-by: OmX <omx@oh-my-codex.dev>
2 parents 1955db3 + c7c5ffc commit 7f72ed0

63 files changed

Lines changed: 4353 additions & 351 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ $deep-interview "clarify the authentication change"
7474
$ralplan "approve the auth plan and review tradeoffs"
7575
$ralph "carry the approved plan to completion"
7676
$team 3:executor "execute the approved plan in parallel"
77+
$ultragoal "turn this launch into durable Codex goals"
7778
```
7879

7980
That is the main path.
@@ -84,6 +85,7 @@ Start OMX strongly, clarify first when needed, approve the plan, then choose `$t
8485

8586
Use OMX if you already like Codex and want a better day-to-day runtime around it:
8687
- a standard workflow built around `$deep-interview`, `$ralplan`, `$team`, and `$ralph`
88+
- durable multi-goal handoffs with `$ultragoal` and `.omx/ultragoal` artifacts when a launch needs sequential Codex goals
8789
- specialist roles and supporting skills when the task needs them
8890
- project guidance through scoped `AGENTS.md`
8991
- durable state under `.omx/` for plans, logs, memory, and mode tracking

crates/omx-explore/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ repository.workspace = true
99
[[bin]]
1010
name = "omx-explore-harness"
1111
path = "src/main.rs"
12+
13+
[dependencies]
14+
libc = "0.2"

0 commit comments

Comments
 (0)