Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit 27a869e

Browse files
authored
Merge pull request #12 from z23cc/fn-135-codex-cross-platform-support
feat: Codex cross-platform support (Phase 1)
2 parents b90059b + 72a42e3 commit 27a869e

31 files changed

Lines changed: 1199 additions & 392 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"plugins": [
3+
{
4+
"name": "flow-code",
5+
"source": {
6+
"source": "local",
7+
"path": "."
8+
},
9+
"policy": {
10+
"installation": "AVAILABLE",
11+
"authentication": "ON_INSTALL"
12+
}
13+
}
14+
]
15+
}

.codex-plugin/plugin.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "flow-code",
3+
"version": "0.1.31",
4+
"description": "Zero-dependency planning + execution with .flow/ task tracking and Ralph autonomous mode (multi-model review gates). Worker subagent per task with git worktree isolation for parallel execution. Three-layer quality system (guard + RP plan-review + Codex adversarial). Full-auto by default — AI decides from context, zero questions. Teams-default with file locking, DAG mutation, Codex-driven conflict resolution, auto draft-PR. Auto-detected stack profiles with one-command guard (test/lint/typecheck). Enhanced agent definitions with permissionMode/maxTurns/effort. Lifecycle hooks with state preservation (PreCompact injects .flow state into compaction, TaskCompleted auto-unlocks files, SubagentStart context injection). Memory v2 with atomic entries, dedup, and progressive disclosure. TDD enforcement mode. Multi-epic queue with dependency visualization. Includes 20 subagents, 25+ commands, 23 skills.",
5+
"author": {
6+
"name": "z23cc",
7+
"url": "https://github.com/z23cc"
8+
}
9+
}

agents/cross-model-reviewer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: cross-model-reviewer
3+
description: Runs both Codex adversarial AND Claude review, then computes consensus
4+
model: opus
5+
disallowedTools: Edit, Write, Task
6+
---
7+
18
# Cross-Model Reviewer Agent
29

310
Orchestrates adversarial code review across multiple AI models (Codex + Claude) and computes consensus.

flowctl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)