feat: add experimental acpx flows runtime and examples#179
feat: add experimental acpx flows runtime and examples#179
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0674e7d1a2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - `profile: "codex"` | ||
| - `profile: "openclaw"` | ||
| - `profile: "claude"` |
There was a problem hiding this comment.
Reorder built-in agent examples to required precedence
AGENTS.md makes built-in agent ordering mandatory in examples (pi, openclaw, codex, claude, ...), but this new example lists codex before openclaw, which violates that required precedence. Because this ordering rule is a documented repo policy (not optional style), leaving it here will propagate inconsistent examples and should be corrected in this commit.
Useful? React with 👍 / 👎.
Summary
acpx/flowsruntime andflow run <file>for TypeScript workflow modulescwd, live run state, timeouts, JSON helpers, and file-backed flow persistence under~/.acpx/flows/runsexamples/flows/, including a larger PR-triage example with a colocated written workflow descriptionskills/acpx/SKILL.mdNotes
Validation
pnpm run checkpnpm run check:docs