Skip to content

fix(registry): add Apple Terminal blocks to registry manifest#1162

Merged
miguel-heygen merged 1 commit into
mainfrom
fix/apple-terminal-registry-manifest
Jun 2, 2026
Merged

fix(registry): add Apple Terminal blocks to registry manifest#1162
miguel-heygen merged 1 commit into
mainfrom
fix/apple-terminal-registry-manifest

Conversation

@miguel-heygen
Copy link
Copy Markdown
Collaborator

Summary

  • Missed step from feat(registry): add Apple Terminal theme code snippet blocks #1161: the 12 code-snippet-apple-terminal-* blocks were added to registry/blocks/ but not to registry/registry.json, which is what the CLI reads to resolve item names
  • Without this, npx hyperframes add code-snippet-apple-terminal-basic returns "Item not found in registry"
  • Adds all 12 entries to the manifest

Test

After merge, npx hyperframes add code-snippet-apple-terminal-basic should resolve and install correctly (CLI reads from raw.githubusercontent.com/heygen-com/hyperframes/main/registry/registry.json).

🤖 Generated with Claude Code

The 12 code-snippet-apple-terminal-* blocks were missing from
registry/registry.json so the CLI couldn't resolve them. Adds all
12 entries so npx hyperframes add code-snippet-apple-terminal-<theme>
and npx hyperframes add apple-terminal work correctly.
@miguel-heygen miguel-heygen merged commit e9949d7 into main Jun 2, 2026
18 checks passed
@miguel-heygen miguel-heygen deleted the fix/apple-terminal-registry-manifest branch June 2, 2026 16:17
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