Skip to content

chore: release v0.1.1#14

Merged
jrusso1020 merged 1 commit intomainfrom
chore/release-v0.1.1
Mar 23, 2026
Merged

chore: release v0.1.1#14
jrusso1020 merged 1 commit intomainfrom
chore/release-v0.1.1

Conversation

@jrusso1020
Copy link
Copy Markdown
Collaborator

What

Bump all packages from 0.1.0 → 0.1.1.

Why

Test the publish workflow end-to-end.

How

pnpm set-version 0.1.1 --tag (minus the tag — will tag after merge).

After merge

git checkout main && git pull
git tag v0.1.1
git push origin v0.1.1

This triggers the publish workflow.

@jrusso1020 jrusso1020 merged commit 05d18e9 into main Mar 23, 2026
7 checks passed
@jrusso1020 jrusso1020 deleted the chore/release-v0.1.1 branch March 23, 2026 03:25
miguel-heygen added a commit that referenced this pull request Apr 7, 2026
## Summary

Adds critical rendering constraints to the `hyperframes` skill discovered from eval analysis of 27 agent-generated compositions. These guardrails prevent agents from producing compositions that technically work but render poorly.

## What it fixes

| Rule Added | Eval Prompts Affected | Issue |
| --- | --- | --- |
| Ban `repeat: -1` | #20 loading-spinner (2.0/5) | Infinite timeline broke capture engine |
| Ban async timeline construction | #16 particle-logo (2.6/5) | Timeline empty at capture time |
| Min font size 16px (labels), 20px (body) | #7, #8, #13, #14, #15, #19 | Illegible text after encoding |
| Ban full-screen dark linear gradients | #3, #5, #10, #14 | H.264 color banding |
| `<link>` fonts over CSS `@import` | #7, #24 | Font loading race conditions |

## Changes

- **Rules section**: Added `repeat: -1` ban, async timeline ban, items 8-9 to "Never do" list
- **Typography section**: Expanded font size guidance with specific minimums per text role (headlines, body, labels)
- **New "Backgrounds and Color" section**: Guidance on avoiding gradient banding
- **Output Checklist**: 5 new items covering all new constraints

## Test plan

- [ ] Run eval with updated skill and compare avg quality scores
- [x] Skill renders correctly in `/hyperframes` invocation
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