Files
hyperframes/skills/media-use/scripts/lib/recipe-store.test.mjs
T
WaterrrForever b9be0b2625 feat(skills,studio,media-use): the intent layer, review loop, and user memory — BRIEF.md, companion mode, recipes; /website-to-video folds into /product-launch-video (#2133)
* feat(studio,cli): per-frame board comments, self-refreshing storyboard, status-aware preview landing

Per-frame comment boxes on the storyboard board batch into
.hyperframes/frame-comments.json (a resubmit wins per frame; unconsumed
comments on other frames are kept). Submitted-but-unconsumed comments
stay visible — a toolbar banner plus a per-tile echo — until the agent
consumes the file; the banner also says what to do next (reply anything
in the agent chat).

The board keeps itself current: GET /projects/:id/signature exposes the
watcher-cached project signature, the storyboard payload carries the
signature it was derived from, and the view polls at 2s (hidden tabs
skipped, re-checked on visibility), refetching in place with no loading
flash. Posters bake the signature into their URL so tiles fill in as
sketches land and a poster that failed mid-write retries on the next
version; the empty state upgrades itself when STORYBOARD.md appears,
and its handoff prompt now points the agent at the review loop and uses
the parser's real status vocabulary (outline, not planned).

preview lands the browser on the storyboard view while the board is the
review surface — any frame built, or pure planning (srcs declared, none
on disk yet) — and on the timeline once the video is assembled.

* feat(skills): the review loop — plan, sketch, build as one shared process

hyperframes-core/references/review-loop.md is the single source for the
three-pass collaborative review: the plan proposed on a live board
(§ 1), wireframe sketches marked built with one layout question (§ 2 —
real words on plain blocks, run no CLI; a confirmed board is itself a
valid deliverable when the user asked for a storyboard, not a video),
the build dressing confirmed layouts (§ 3, worker or inline), and the
final look (§ 4). Autonomous runs skip every gate and keep one question
before render.

The three narrative workflows' Steps 3/4/6 collapse to references plus
their sketch stand-ins (captured-asset blocks for product-launch-video,
plain code panels for pr-to-video); the confirmed-sketch handoff stays
in each frame-worker prompt. general-video plans on a board for
multi-scene narrative pieces in collaborative mode — its sketch pass is
layout-before-animation with the user watching. The router treats
"I want a storyboard" as a process request rather than a route, and
closes exploratory intake by recommending a route plus how the run will
review.

The supporting contracts land next door: the comments channel (silent
submit, one reply picks it up, check the file before the words) in
brief-contract § 1; the sidecar schema and the built status rung in
storyboard-format; the mode question asked first and alone in the three
workflows' Step 0.

* feat(media-use): user memory — remembered preferences and frozen recipes

Two tiers of memory on media-use's existing two-tier storage split.

Preferences (lightweight): confirmed brief answers — destination, aspect,
language, mode, voice, style preset — recorded to the project's
.media/preferences.json (committed, the team inherits it) and promoted
to the personal ~/.media/preferences.json once the same value is
confirmed in two different projects (a sightings ledger accumulates the
cross-project evidence user-side, since project files can't see each
other). prefs.mjs get/record; merge reads project-over-user; a changed
value restarts its provenance.

Recipes (heavyweight): one approved run frozen as a named, versioned
bundle — frame.md, the storyboard skeleton (structure kept: durations,
transitions, srcs, Video direction; statuses reset to outline; content
blanked to per-frame fill-ins naming the beat's role), and the confirmed
brief values. Named folders, not content hashes: re-freezing bumps
version and archives <name>@v<N>; a freeze is already confirmed, so it
promotes to the user tier immediately. recipe.mjs freeze/list/use, plus
resolve --type recipe --entity <name> delegating like grade/lut.

16 new node --test cases; the media-use lib suite is 168/168.

* feat(skills): wire user memory into the brief and the review loop

brief-contract § 2 gains Remembered defaults: read the merged
preferences before Round 2 and let a remembered value become the
recommended option with a receipt naming its source project. Memory
changes the default, never the question — every ask-marked field still
gets asked, and what the request says this time beats what was picked
last time. Record only what the user actually confirmed (a defaulted
voice nobody chose is not an answer; a "go" that accepts the
recommended defaults is). The first record announces itself once;
after that the receipts carry the reminder. In autonomous mode a
remembered value becomes the decided value, receipt included.

The three narrative workflows read the remembered defaults before
Round 2, record the confirmed answers at the Step 0 gate, record the
chosen preset at the Step 2 gate (pr-to-video excepted — its preset is
fixed), and fall back to the remembered voice when the request names
none. general-video's discovery reads the same defaults.

Recipes wire in at both ends: Step 0 checks for a matching recipe
before the mode question — one question, plural-aware, and adopting
one fills the brief, skips the design step, and drafts the storyboard
from the frozen skeleton while every review gate still runs. The
review loop's final look (§ 4) offers the freeze once after approval,
and the confirmation teaches the recall phrase — the name is something
the system reminds the user of, never something they must remember.
The router recognizes a named recipe or "like last time" as a route.

* docs(skills): the sketch pass names check, not the deprecated validate

* feat(skills): intent-layer references — process, route briefs, capability menu, BRIEF.md format

* feat(media-use): brief skeleton as the recipe's fourth artifact; flow/storyboard preference keys

* feat(skills): the intent layer conducts every brief — workflows execute BRIEF.md

* feat(skills): retire the mode preference key; sync catalog surfaces for intent layer

* refactor(skills): dedupe router vs intent-layer guidance — one owner per rule

* feat(skills): the design ask — own spec, pick by eye from showcases, or defer

* docs(skills): the design ask says the honest line on capture routes

* feat(skills): product-launch-video absorbs website-to-video as the tour angle

* refactor(skills): keep product-launch-video pristine — a tour is brief intent, not a pipeline branch

* feat(skills): production loop + genre lenses; general-video goes freeform (route yours, laws hold)

* refactor(skills): /hyperframes is the front door - route tables and scope lists leave the workflows

* docs(skills): review-loop pass across skill catalog

* fix(cli): pass project dir to openStudioBrowser in background-server path

* feat(skills): add pitch-round reference - verbalized sampling concept gate

* feat(skills): wire pitch round into intent layer - completeness triage + route eligibility

* feat(skills): editorial capability recommendations, handoff disciplines, menu-probe split

* feat(skills): pitches carry their machinery; source-only-formed requests pitch the telling

* feat(skills): companion goes director - ceiling treatment plus blueprint/rule citation discipline

* fix(scripts): sandbox npx-leak guard - private npm global prefix keeps npx on the branch CLI

* chore(skills): resync manifest hash after formatter pass reflowed general-video tables

* fix(skills): recipe freeze reads workflow from BRIEF.md; style_preset records require workflow scope

Two holes found by a live companion-run freeze: the agent-supplied --workflow
contradicted the run's actual workflow (recipe.json said faceless-explainer,
brief-skeleton said general-video), and the style_preset lookup missed because
the preference had been recorded under the bare key.

- freezeRecipe resolves the workflow from BRIEF.md frontmatter; the flag is a
  fallback for briefless projects and a contradicting flag is ignored (noted).
- recordPreference refuses a bare style_preset — the scoped key is the only
  writable shape; freeze tolerates legacy bare records via read fallback.
- review-loop § 4 / media-use SKILL / brief-format wording follow the machinery.
2026-07-15 21:19:14 +08:00

368 lines
12 KiB
JavaScript

import { strict as assert } from "node:assert";
import { test } from "node:test";
import { existsSync, mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from "node:fs";
import { tmpdir } from "node:os";
import { join } from "node:path";
import {
freezeRecipe,
listRecipes,
skeletonizeBrief,
skeletonizeStoryboard,
slugifyRecipeName,
useRecipe,
} from "./recipe-store.mjs";
import { recordPreference } from "./prefs-store.mjs";
const STORYBOARD = `---
format: 1080x1080
message: "Ship a launch video in an afternoon"
arc: Hook → Problem → Solution
audience: indie devs on X
mode: collaborative
music: upbeat tech
---
## Frame 1 — Hook
- scene: Big type punches in
- duration: 3s
- transition_in: cut
- status: animated
- voiceover: "Ship a launch video in an afternoon."
- src: compositions/frames/01-hook.html
Open cold on the promise. This is the thesis.
## Frame 2 — Proof
- duration: 4s
- transition_in: crossfade
- status: animated
- asset_candidates: dashboard.png
- src: compositions/frames/02-proof.html
Real dashboard, real numbers.
Second prose line to collapse.
## Video direction
Punchy, one accent color, hard cuts on the beat.
`;
const BRIEF = `---
workflow: product-launch-video
flow: automation
storyboard: yes
message: "Ship a launch video in an afternoon"
audience: indie devs on X
destination: x-feed
aspect: 1080x1080
language: en
length: 60s
angle: feature-reveal
---
## Intent
Sell the afternoon-launch promise to indie devs.
## Assets
- public/dashboard.png — the real dashboard, proof beat.
## Notes
- No stock-photo aesthetics.
`;
function sandbox() {
const root = mkdtempSync(join(tmpdir(), "mu-recipes-"));
const home = join(root, "home");
const project = join(root, "my-launch");
mkdirSync(home, { recursive: true });
mkdirSync(project, { recursive: true });
writeFileSync(join(project, "frame.md"), "# Frame spec\nbackground: #101014\n");
writeFileSync(join(project, "STORYBOARD.md"), STORYBOARD);
process.env.HOME = home;
return { root, home, project };
}
function restoreEnv(saved) {
for (const k of Object.keys(process.env)) if (!(k in saved)) delete process.env[k];
Object.assign(process.env, saved);
}
function withSandbox(fn) {
const savedEnv = { ...process.env };
const box = sandbox();
try {
fn(box);
} finally {
restoreEnv(savedEnv);
rmSync(box.root, { recursive: true, force: true });
}
}
test("slugifyRecipeName normalizes and rejects empty", () => {
assert.equal(slugifyRecipeName("Weekly Changelog!"), "weekly-changelog");
assert.equal(slugifyRecipeName(" pr_reveal "), "pr-reveal");
assert.throws(() => slugifyRecipeName("!!!"));
});
test("skeletonize keeps structure, resets status, blanks content", () => {
const skeleton = skeletonizeStoryboard(STORYBOARD);
// Structure kept.
assert.match(skeleton, /format: 1080x1080/);
assert.match(skeleton, /arc: Hook → Problem → Solution/);
assert.match(skeleton, /music: upbeat tech/);
assert.match(skeleton, /- duration: 3s/);
assert.match(skeleton, /- src: compositions\/frames\/01-hook\.html/);
assert.match(skeleton, /## Video direction/);
assert.match(skeleton, /hard cuts on the beat/);
// Statuses reset.
assert.equal((skeleton.match(/- status: outline/g) ?? []).length, 2);
assert.doesNotMatch(skeleton, /animated/);
// Content blanked.
assert.doesNotMatch(skeleton, /message:/);
assert.doesNotMatch(skeleton, /audience:/);
assert.doesNotMatch(skeleton, /mode:/);
assert.doesNotMatch(skeleton, /voiceover/);
assert.doesNotMatch(skeleton, /asset_candidates/);
assert.doesNotMatch(skeleton, /thesis/);
assert.doesNotMatch(skeleton, /Real dashboard/);
assert.match(skeleton, /<fill in: this video's content for the "Hook" beat/);
assert.match(skeleton, /<fill in: this video's content for the "Proof" beat/);
});
test("skeletonizeBrief keeps reusable keys, drops run-shape, blanks body sections", () => {
const skeleton = skeletonizeBrief(BRIEF);
// Reusable frontmatter kept.
assert.match(skeleton, /workflow: product-launch-video/);
assert.match(skeleton, /destination: x-feed/);
assert.match(skeleton, /aspect: 1080x1080/);
assert.match(skeleton, /length: 60s/);
assert.match(skeleton, /angle: feature-reveal/);
// Run-shape and content keys dropped.
assert.doesNotMatch(skeleton, /^flow:/m);
assert.doesNotMatch(skeleton, /^storyboard:/m);
assert.doesNotMatch(skeleton, /^message:/m);
assert.doesNotMatch(skeleton, /^audience:/m);
// Body sections kept as headings, prose blanked to placeholders.
assert.match(skeleton, /## Intent/);
assert.match(skeleton, /## Assets/);
assert.match(skeleton, /<fill in: this video's intent/);
assert.match(skeleton, /<fill in: this video's assets/);
assert.doesNotMatch(skeleton, /afternoon-launch promise/);
assert.doesNotMatch(skeleton, /dashboard\.png/);
});
test("freeze writes the folder, manifest record, and user-tier copy", () => {
withSandbox(({ project, home }) => {
recordPreference({ projectDir: project, key: "destination", value: "x-feed" });
recordPreference({
projectDir: project,
key: "style_preset",
value: "pin-and-paper",
workflow: "product-launch-video",
});
const frozen = freezeRecipe({
projectDir: project,
name: "Weekly Launch",
workflow: "product-launch-video",
blocks: ["data-chart"],
});
assert.equal(frozen.slug, "weekly-launch");
assert.equal(frozen.version, 1);
const dir = join(project, ".media/recipes/weekly-launch");
const recipe = JSON.parse(readFileSync(join(dir, "recipe.json"), "utf8"));
assert.equal(recipe.workflow, "product-launch-video");
assert.equal(recipe.destination, "x-feed");
assert.equal(recipe.style_preset, "pin-and-paper");
assert.deepEqual(recipe.blocks, ["data-chart"]);
assert.ok(existsSync(join(dir, "frame.md")));
assert.match(readFileSync(join(dir, "storyboard-skeleton.md"), "utf8"), /- status: outline/);
const manifest = readFileSync(join(project, ".media/manifest.jsonl"), "utf8");
assert.match(manifest, /"type":"recipe"/);
assert.match(manifest, /"entity":"weekly-launch"/);
assert.ok(existsSync(join(home, ".media/recipes/weekly-launch/recipe.json")));
});
});
test("freeze with a BRIEF.md carries the brief skeleton; use hands its path back", () => {
withSandbox(({ project, root }) => {
writeFileSync(join(project, "BRIEF.md"), BRIEF);
const frozen = freezeRecipe({
projectDir: project,
name: "promo",
workflow: "product-launch-video",
});
assert.equal(frozen.briefSkeleton, true);
const skeleton = readFileSync(join(project, ".media/recipes/promo/brief-skeleton.md"), "utf8");
assert.match(skeleton, /destination: x-feed/);
assert.doesNotMatch(skeleton, /^flow:/m);
const fresh = join(root, "fresh-project");
mkdirSync(fresh, { recursive: true });
const used = useRecipe({ projectDir: fresh, name: "promo" });
assert.equal(used.briefSkeletonPath, ".media/recipes/promo/brief-skeleton.md");
assert.ok(existsSync(join(fresh, ".media/recipes/promo/brief-skeleton.md")));
});
});
test("freeze without a BRIEF.md degrades: no skeleton, use returns no path", () => {
withSandbox(({ project, root }) => {
const frozen = freezeRecipe({
projectDir: project,
name: "promo",
workflow: "product-launch-video",
});
assert.equal(frozen.briefSkeleton, false);
assert.ok(!existsSync(join(project, ".media/recipes/promo/brief-skeleton.md")));
const fresh = join(root, "fresh-project");
mkdirSync(fresh, { recursive: true });
const used = useRecipe({ projectDir: fresh, name: "promo" });
assert.equal(used.briefSkeletonPath, undefined);
});
});
test("freeze takes the workflow from BRIEF.md over a contradicting flag", () => {
withSandbox(({ project }) => {
writeFileSync(
join(project, "BRIEF.md"),
BRIEF.replace("workflow: product-launch-video", "workflow: general-video"),
);
const frozen = freezeRecipe({
projectDir: project,
name: "promo",
workflow: "faceless-explainer",
});
assert.equal(frozen.workflow, "general-video");
assert.equal(frozen.workflowOverridden, true);
const recipe = JSON.parse(
readFileSync(join(project, ".media/recipes/promo/recipe.json"), "utf8"),
);
assert.equal(recipe.workflow, "general-video");
});
});
test("freeze without BRIEF.md falls back to --workflow; with neither it refuses", () => {
withSandbox(({ project }) => {
const frozen = freezeRecipe({
projectDir: project,
name: "promo",
workflow: "product-launch-video",
});
assert.equal(frozen.workflow, "product-launch-video");
assert.equal(frozen.workflowOverridden, false);
assert.throws(() => freezeRecipe({ projectDir: project, name: "other" }), /no workflow found/);
});
});
test("freeze finds a legacy bare style_preset record; the scoped key wins over it", () => {
withSandbox(({ project }) => {
writeFileSync(join(project, "BRIEF.md"), BRIEF);
// A record made before the store required workflow scoping.
mkdirSync(join(project, ".media"), { recursive: true });
writeFileSync(
join(project, ".media/preferences.json"),
JSON.stringify({
version: 1,
preferences: {
style_preset: {
value: "source-paper-flowchart",
confirmed_in: ["my-launch"],
updated_at: "2026-07-15T00:00:00.000Z",
},
},
sightings: {},
}),
);
freezeRecipe({ projectDir: project, name: "promo" });
const legacy = JSON.parse(
readFileSync(join(project, ".media/recipes/promo/recipe.json"), "utf8"),
);
assert.equal(legacy.style_preset, "source-paper-flowchart");
recordPreference({
projectDir: project,
key: "style_preset",
value: "pin-and-paper",
workflow: "product-launch-video",
});
freezeRecipe({ projectDir: project, name: "promo" });
const scoped = JSON.parse(
readFileSync(join(project, ".media/recipes/promo/recipe.json"), "utf8"),
);
assert.equal(scoped.style_preset, "pin-and-paper");
});
});
test("re-freezing bumps the version and archives the old folder", () => {
withSandbox(({ project }) => {
freezeRecipe({ projectDir: project, name: "promo", workflow: "product-launch-video" });
const again = freezeRecipe({
projectDir: project,
name: "promo",
workflow: "product-launch-video",
});
assert.equal(again.version, 2);
assert.ok(existsSync(join(project, ".media/recipes/promo@v1/recipe.json")));
const current = JSON.parse(
readFileSync(join(project, ".media/recipes/promo/recipe.json"), "utf8"),
);
assert.equal(current.version, 2);
});
});
test("list merges tiers (project wins), filters by workflow, skips archives", () => {
withSandbox(({ project, root }) => {
freezeRecipe({ projectDir: project, name: "promo", workflow: "product-launch-video" });
freezeRecipe({ projectDir: project, name: "promo", workflow: "product-launch-video" });
freezeRecipe({ projectDir: project, name: "explainer", workflow: "faceless-explainer" });
const fresh = join(root, "fresh-project");
mkdirSync(fresh, { recursive: true });
const all = listRecipes({ projectDir: fresh });
assert.deepEqual(all.map((r) => r.source).sort(), ["user", "user"]);
assert.equal(all.find((r) => r.name === "promo").version, 2);
const filtered = listRecipes({ projectDir: fresh, workflow: "faceless-explainer" });
assert.deepEqual(
filtered.map((r) => r.name),
["explainer"],
);
});
});
test("use imports from the user tier into a fresh project and copies frame.md", () => {
withSandbox(({ project, root }) => {
freezeRecipe({ projectDir: project, name: "promo", workflow: "product-launch-video" });
const fresh = join(root, "fresh-project");
mkdirSync(fresh, { recursive: true });
const used = useRecipe({ projectDir: fresh, name: "Promo" });
assert.equal(used.recipe.name, "promo");
assert.equal(used.skeletonPath, ".media/recipes/promo/storyboard-skeleton.md");
assert.ok(existsSync(join(fresh, "frame.md")));
assert.ok(existsSync(join(fresh, ".media/recipes/promo/storyboard-skeleton.md")));
assert.match(
readFileSync(join(fresh, ".media/manifest.jsonl"), "utf8"),
/"imported_from":"user-tier"/,
);
});
});
test("use with an unknown name lists what exists", () => {
withSandbox(({ project }) => {
freezeRecipe({ projectDir: project, name: "promo", workflow: "product-launch-video" });
assert.throws(
() => useRecipe({ projectDir: project, name: "nope" }),
/no recipe named "nope" \(known: promo\)/,
);
});
});