Add operator console and web surfaces - #11
Conversation
|
@greptile review |
|
@codex review |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 25c8a9928a
ℹ️ 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".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6c085b336c
ℹ️ 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".
Summary
AGENTS.mda symlink toCLAUDE.mdReliability fixes
The readiness pass found that completion could duplicate ready-agent hints and concurrent dependency completions could strand a join agent. Completion now serializes per run, records ready outbox rows transactionally, and workers drain those rows instead of recreating them.
Redis live-event parsing now validates external payloads, preserves async idle ticks, exposes accurate iterator types, and closes resources when subscription setup fails.
The FastMCP capability tests now use the public client tool-list interface and the development dependencies include the Redis test double.
Validation
Known exception
test_create_run_records_agents_without_raw_env_or_prompt_secretremains explicitly deselected. Prompts currently live in the durable run spec because workers execute from it; changing that requires a product decision about separate prompt storage versus relaxing the assertion.