mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 07:09:59 +00:00
feat(cli): make cloud archives size-aware
This commit is contained in:
@@ -49,6 +49,17 @@ describe("hyperframes-core contract docs", () => {
|
||||
expect(renderReference).toContain("timeline:");
|
||||
expect(renderReference).toContain("buildCompositionCensus");
|
||||
});
|
||||
|
||||
it("teaches safe cloud archive size remediation", () => {
|
||||
const skill = read("skills", "hyperframes-cli", "SKILL.md");
|
||||
const cloudReference = read("skills", "hyperframes-cli", "references", "cloud.md");
|
||||
|
||||
expect(skill).toContain("cloud render --dry-run --json");
|
||||
expect(skill).toContain("Never ignore an asset merely because it is large");
|
||||
expect(cloudReference).toContain(".hyperframesignore");
|
||||
expect(cloudReference).toContain("Never ignore all of `assets/`");
|
||||
expect(cloudReference).toContain("dynamically computed asset path");
|
||||
});
|
||||
});
|
||||
|
||||
describe("media-use TTS documentation", () => {
|
||||
|
||||
Reference in New Issue
Block a user