Skip to content

fix: add org.opencontainers.image.title annotation to skill layer descriptor#71

Merged
JAORMX merged 1 commit intomainfrom
fix/add-layer-annotation-title
Mar 30, 2026
Merged

fix: add org.opencontainers.image.title annotation to skill layer descriptor#71
JAORMX merged 1 commit intomainfrom
fix/add-layer-annotation-title

Conversation

@JAORMX
Copy link
Copy Markdown
Contributor

@JAORMX JAORMX commented Mar 30, 2026

Summary

  • Adds org.opencontainers.image.title annotation (skill.tar.gz) to the skill layer descriptor in the OCI manifest
  • Without this annotation, oras pull skips the layer because it has no filename to write to
  • Adds test assertion to verify the annotation is present

Closes #70

Test plan

  • Existing tests pass (task — lint + tests green)
  • New assertion verifies skill.tar.gz title on layer descriptor
  • Manual: oras pull a published skill artifact and confirm the layer is extracted as skill.tar.gz

🤖 Generated with Claude Code

…criptor

Without this annotation, `oras pull` skips the layer because it has no
filename to write to. Adding the title enables standard ORAS pull workflows.

Closes #70

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JAORMX JAORMX merged commit 0ae9018 into main Mar 30, 2026
5 checks passed
@JAORMX JAORMX deleted the fix/add-layer-annotation-title branch March 30, 2026 08:37
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.

Add org.opencontainers.image.title annotation to skill layer descriptors

2 participants