Ship staged skill release - #167
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a97d913576
ℹ️ 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".
| applicable = bool( | ||
| manifest | ||
| and (manifest.exists() or manifest.is_symlink()) | ||
| ) or any( |
There was a problem hiding this comment.
Skip full validation for zero-skill manifests
When repo health sees a repository that only has the materialized skills/skill-sections.json and no skills/*/SKILL.md, this makes compatibility applicable solely because the manifest exists, so it runs the full source validator. That validator still reports missing README.md, while make-repo-compatible intentionally skips source validation for zero-skill repositories, so a successfully materialized zero-skill compatible repo can immediately fail health audit. Keep the health/applicability path aligned with the zero-skill materializer outcome.
AGENTS.md reference: AGENTS.md:L87-L89
Useful? React with 👍 / 👎.
Staged skill lifecycle release branch.