Skip to content

Centralize Socket validation and update roadmap completion records - #180

Merged
gaelic-ghost merged 4 commits into
mainfrom
planning/roadmap-next
Aug 12, 2026
Merged

Centralize Socket validation and update roadmap completion records#180
gaelic-ghost merged 4 commits into
mainfrom
planning/roadmap-next

Conversation

@gaelic-ghost

Copy link
Copy Markdown
Owner

Summary

  • Add profile-based Socket validation with compatibility, full, and release checks.
  • Update CI, maintainer, contributor, and release guidance to use the consolidated validator.
  • Mark completed Apple system-integration and tvOS milestones in the roadmap.
  • Align Python test and lint paths with child-suite ownership.

Testing

Not run (not requested).

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@gaelic-ghost, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 23 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 63d925a7-ce75-4b31-8171-a3081ec7306a

📥 Commits

Reviewing files that changed from the base of the PR and between 1f1befe and 4255e5b.

📒 Files selected for processing (39)
  • .github/workflows/validate-socket-metadata.yml
  • AGENTS.md
  • CONTRIBUTING.md
  • ROADMAP.md
  • docs/maintainers/release-modes.md
  • docs/maintainers/tvos-skills-plan.md
  • plugins/model-lab-skills/skills/ablate-refusal-representations/agents/openai.yaml
  • plugins/model-lab-skills/skills/benchmark-model-runtime/agents/openai.yaml
  • plugins/model-lab-skills/skills/choose-apple-model-runtime/agents/openai.yaml
  • plugins/model-lab-skills/skills/choose-model-lab-workflow/agents/openai.yaml
  • plugins/model-lab-skills/skills/compare-model-checkpoints/agents/openai.yaml
  • plugins/model-lab-skills/skills/design-model-experiment/agents/openai.yaml
  • plugins/model-lab-skills/skills/evaluate-jailbreak-resilience/agents/openai.yaml
  • plugins/model-lab-skills/skills/evaluate-language-model/agents/openai.yaml
  • plugins/model-lab-skills/skills/evaluate-tool-calling-model/agents/openai.yaml
  • plugins/model-lab-skills/skills/fine-tune-language-model/agents/openai.yaml
  • plugins/model-lab-skills/skills/prepare-language-model-dataset/agents/openai.yaml
  • plugins/model-lab-skills/skills/research-model-representations/agents/openai.yaml
  • plugins/model-lab-skills/skills/steer-language-model-behavior/agents/openai.yaml
  • pyproject.toml
  • scripts/release_version.py
  • scripts/validate_socket.py
  • scripts/validate_socket_skill_metadata.py
  • skills/ablate-refusal-representations/agents/openai.yaml
  • skills/benchmark-model-runtime/agents/openai.yaml
  • skills/choose-apple-model-runtime/agents/openai.yaml
  • skills/choose-model-lab-workflow/agents/openai.yaml
  • skills/compare-model-checkpoints/agents/openai.yaml
  • skills/design-model-experiment/agents/openai.yaml
  • skills/evaluate-jailbreak-resilience/agents/openai.yaml
  • skills/evaluate-language-model/agents/openai.yaml
  • skills/evaluate-tool-calling-model/agents/openai.yaml
  • skills/fine-tune-language-model/agents/openai.yaml
  • skills/prepare-language-model-dataset/agents/openai.yaml
  • skills/research-model-representations/agents/openai.yaml
  • skills/steer-language-model-behavior/agents/openai.yaml
  • tests/test_release_version.py
  • tests/test_validate_hermes_compatibility.py
  • tests/test_validate_socket.py
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch planning/roadmap-next

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Copy link
Copy Markdown

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: dbf19b6e0c

ℹ️ 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 +156 to +160
Check(
"Cybersecurity Skills metadata",
("uv", "run", "scripts/validate_repo_metadata.py"),
REPO_ROOT / "plugins" / "cybersecurity-skills",
),

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 Include child behavior tests in the full profile

The full and release profiles run only metadata validation for these two children, so the behavior contracts in plugins/cybersecurity-skills/tests/test_macos_security_handoffs.py and plugins/reverse-engineering-skills/tests/test_research_macos_security_control.py are never exercised by the new consolidated release path. Add child-root uv run pytest checks for both repositories so a release cannot pass while those tested handoffs are broken.

AGENTS.md reference: AGENTS.md:L71-L73

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Addressed in the latest commit. The shared validator now requires a non-empty interface.default_prompt with the local $skill-name token, validates present display fields, adds invalid-metadata fixtures, and updates the 13 Model Lab prompts plus the generated Hermes export.

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

Copy link
Copy Markdown

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: dba589991e

ℹ️ 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 +70 to +72
openai_metadata = path.parent / "agents" / "openai.yaml"
if openai_metadata.exists():
load_yaml(openai_metadata)

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 the OpenAI interface contract

For plugins without a child-specific metadata validator, an existing agents/openai.yaml can omit required interface fields or reference the wrong skill in default_prompt and still pass every consolidated profile; the new test even treats interface: {} as valid. This lets Codex-facing discovery and invocation metadata drift while validation reports success, so validate the non-empty interface fields and require the $<directory-name> token instead of only parsing the YAML mapping.

AGENTS.md reference: AGENTS.md:L63-L65

Useful? React with 👍 / 👎.

@gaelic-ghost
gaelic-ghost merged commit 6db8987 into main Aug 12, 2026
2 checks passed
@gaelic-ghost
gaelic-ghost deleted the planning/roadmap-next branch August 12, 2026 15:38

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

Copy link
Copy Markdown

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: 4255e5bbfd

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

default_prompt = interface.get("default_prompt")
if not isinstance(default_prompt, str) or not default_prompt.strip():
fail(f"{path.relative_to(REPO_ROOT)} must define a non-empty interface.default_prompt.")
if f"${skill_name}" not in default_prompt:

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 Match the invocation token as a complete token

When one skill name prefixes another—as with the existing operate-hermes-agent and operate-hermes-agent-gateway skills—this substring check accepts $operate-hermes-agent-gateway while validating the shorter skill, even though that prompt invokes its sibling. Fresh evidence after the earlier fix is that the current implementation still uses plain substring membership without a token boundary; require the matched token to end before another skill-name character so validation enforces the local skill name consistently.

AGENTS.md reference: AGENTS.md:L63-L64

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