Skip to content

Release/local#136

Closed
RomanOstr wants to merge 5 commits into
mainfrom
release/local
Closed

Release/local#136
RomanOstr wants to merge 5 commits into
mainfrom
release/local

Conversation

@RomanOstr

Copy link
Copy Markdown
Contributor

Changes

Validation

  • npm ci
  • npm run lint:markdown
  • python -m pip install -r requirements-dev.txt
  • python -m yamllint .
  • python -m mypy
  • python skills/ceratops-skill-lifecycle/scripts/skills-consistency-source-validator.py --mode full

Release impact

  • No release or external registry artifact required.

@RomanOstr RomanOstr closed this Jul 24, 2026

@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: 9f09a4f4b8

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

skills: list[dict[str, str]] = []
blockers: list[dict[str, object]] = []
for skill_dir in managed_directories(runtime_root):
manifest, error = read_manifest(skill_dir)

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 Handle non-UTF8 manifests as inventory blockers

When --inventory encounters a direct manifest file that exists but is not valid UTF-8, this new inventory loop lets read_manifest() raise UnicodeDecodeError, so the global inventory command exits with a traceback instead of the compact blocker JSON promised for malformed direct manifests. This means one corrupted .runtime-manifest.json can prevent the automation from enumerating the remaining valid skills; catch UnicodeError on this path and report it like the existing unreadable-manifest blocker.

AGENTS.md reference: AGENTS.md:L84-L86

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