Skip to content

Wave5 A2A return checkpoint#76

Merged
8Dionysus merged 4 commits intomainfrom
codex/wave5-a2a-return-20260413-8a1bacd7
Apr 14, 2026
Merged

Wave5 A2A return checkpoint#76
8Dionysus merged 4 commits intomainfrom
codex/wave5-a2a-return-20260413-8a1bacd7

Conversation

@8Dionysus
Copy link
Copy Markdown
Owner

Publishes the current-session Wave5 A2A return checkpoint changes for this repository. Direct main push was blocked by protected-branch Release Audit, so this PR carries the same fast-forward commits through the required review path.\n\nPublic-share guard was acknowledged by the explicit merge request, and sanitization review found no strong credential patterns or suspicious secret-like filenames in the ahead diff.

@8Dionysus 8Dionysus merged commit 07bca3e into main Apr 14, 2026
1 check passed
@8Dionysus 8Dionysus deleted the codex/wave5-a2a-return-20260413-8a1bacd7 branch April 14, 2026 02:25
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 55eabffd00

ℹ️ 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".

Comment on lines +578 to +579
config_file_prefix = str(manifest_payload.get("config_file_prefix", "agents"))
manifest_names = set()
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Validate manifest config paths against projected config files

The new manifest-path check is self-referential: it derives config_file_prefix from the manifest being validated and then checks each config_path against that same value, so a drifted manifest can still pass validation if both fields are edited together. In validate_codex_subagents.py flows this allows projection_manifest.json to claim paths like foo/*.toml while config.subagents.generated.toml still points at agents/*.toml, which breaks downstream consumers that plan from the manifest (aoa-sdk child-target planning) even though validation reports success.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant