Asset-Review.md
... ...
@@ -3,6 +3,10 @@
3 3
Large image, video, and audio files live in the DAM / review system. The wiki
4 4
records why an asset was selected and how it can be reproduced.
5 5
6
+SmartGallery is the media discovery and review layer. Palmier is the approved
7
+finishing environment for all media for now. A reviewed source asset is not a
8
+final deliverable until the Palmier timeline and exported output are approved.
9
+
6 10
## Review order
7 11
8 12
1. Story clarity
... ...
@@ -33,6 +37,21 @@ asset:
33 37
supersedes: ""
34 38
```
35 39
40
+## Final media record
41
+
42
+```yaml
43
+final_media:
44
+ episode: S01E__
45
+ palmier_project: ""
46
+ timeline_version: ""
47
+ selected_source_asset_ids: []
48
+ final_output: ""
49
+ export_settings: ""
50
+ approved_by: ""
51
+ approved_on: YYYY-MM-DD
52
+ status: Draft
53
+```
54
+
36 55
## Existing learning reference
37 56
38 57
The Mary and Joseph 12-panel test established the current 3:4 storyboard baseline
Decision-Log.md
... ...
@@ -4,6 +4,7 @@ Use this page for decisions that change production canon. Newest entries go firs
4 4
5 5
| Date | Area | Decision | Status | Affected pages |
6 6
| --- | --- | --- | --- | --- |
7
+| 2026-07-26 | Media finishing | Finalize all selected episode media in Palmier for now; keep SmartGallery as the review and DAM layer | Approved interim | [Visual Pipeline](/Visual-Pipeline), [Asset Review](/Asset-Review), [Workflow Registry](/Workflow-Registry) |
7 8
| 2026-07-26 | Initial production pipeline | Generate one approved Anima first frame per storyboard shot, animate it with local Wan 2.2 14B image-to-video, and generate music plus narration with Suno | Approved | [Visual Pipeline](/Visual-Pipeline), [Music and Voices](/Music-and-Voices), [Workflow Registry](/Workflow-Registry) |
8 9
| 2026-07-26 | Production bible | Repurpose the deprecated FaithOriginals.Media build wiki as The Lantern Club Production Bible | Approved | [Home](/) |
9 10
| 2026-07-26 | Series engine | Develop Little Lanterns as recurring alphabet seasons with Lumi and Pip | Candidate | [Little Lanterns](/Little-Lanterns), [Seasons](/Seasons) |
Episode-Template.md
... ...
@@ -70,6 +70,9 @@ Lumi and Pip meet **[guest]**, help with **[problem]**, and discover **[meaning]
70 70
**Wan 2.2 14B workflow version:**
71 71
**Suno music output:**
72 72
**Suno narration output:**
73
+**Palmier project / timeline:**
74
+**Palmier timeline version:**
75
+**Final Palmier output:**
73 76
**SmartGallery collection:**
74 77
**Approved asset IDs:**
75 78
Little-Lanterns-Format.md
... ...
@@ -13,8 +13,9 @@ The episode is designed as one coordinated audio-visual sequence:
13 13
shot.
14 14
3. **Suno music and narration** — generate the musical structure, two-character
15 15
voices, spoken narration, spoken-word tags, and emotional performance.
16
-4. **Edit** — assemble the Wan shots against the approved Suno audio and preserve
17
- all prompt and workflow provenance.
16
+4. **Palmier finish** — assemble, time, revise, and finalize all selected Wan
17
+ shots and Suno audio in Palmier while preserving prompt and workflow
18
+ provenance.
18 19
19 20
The 12-panel storyboard is therefore not disposable concept art. Each approved
20 21
panel is the visual start frame and continuity contract for its corresponding
Music-and-Voices.md
... ...
@@ -8,7 +8,7 @@ explicit spoken-word tags, and describes the emotional movement of each section.
8 8
9 9
The audio concept is developed with the storyboard rather than added after
10 10
animation. Its selected structure becomes the timing and emotional guide for the
11
-Wan image-to-video shots and final edit.
11
+Wan image-to-video shots and Palmier finish.
12 12
13 13
## Voice functions
14 14
... ...
@@ -51,7 +51,7 @@ song:
51 51
52 52
For episodes where control is stronger with separate generations, preserve
53 53
distinct `music_output` and `narration_output` records and document how they are
54
-combined in the edit.
54
+combined in Palmier.
55 55
56 56
## Rules
57 57
... ...
@@ -60,4 +60,4 @@ combined in the edit.
60 60
* Let the chorus express the discovery, not merely repeat the letter.
61 61
* Write visual beats and song structure together.
62 62
* Preserve generation prompts and selected output links.
63
-* Lock the chosen audio structure before final Wan shot timing and picture edit.
63
+* Lock the chosen audio structure before final Wan shot timing and Palmier finishing.
Visual-Pipeline.md
... ...
@@ -18,8 +18,10 @@
18 18
image-to-video** workflow.
19 19
9. Generate the episode’s music, character voices, spoken narration,
20 20
spoken-word tags, and emotional performance through **Suno**.
21
-10. Edit the Wan shots to the approved Suno audio.
22
-11. Store binaries in SmartGallery and record links and provenance here.
21
+10. Send the selected Wan video shots and Suno audio to **Palmier**.
22
+11. Assemble, time, revise, and finalize all episode media in Palmier.
23
+12. Store review assets in SmartGallery and record the Palmier project,
24
+ timeline, final outputs, links, and provenance here.
23 25
24 26
## Handoff contracts
25 27
... ...
@@ -48,7 +50,7 @@ The first-frame image owns appearance, framing, wardrobe, location, props, and
48 50
starting pose. The Wan motion prompt owns change over time. It must not
49 51
redesign the frame.
50 52
51
-### Suno → edit
53
+### Suno → Palmier
52 54
53 55
Every approved audio handoff records:
54 56
... ...
@@ -65,8 +67,32 @@ audio_handoff:
65 67
```
66 68
67 69
Music and narration may be generated as one integrated performance or as
68
-separate approved outputs, but the selected structure must be known before the
69
-final picture edit.
70
+separate approved outputs, but the selected structure must be known before
71
+Palmier finishing.
72
+
73
+### Wan and Suno → Palmier
74
+
75
+Palmier is the approved finishing environment for all media **for now**. Each
76
+episode hands off:
77
+
78
+```yaml
79
+palmier_handoff:
80
+ episode: S01E__
81
+ palmier_project: ""
82
+ timeline_version: ""
83
+ selected_wan_shots: []
84
+ selected_suno_music: ""
85
+ selected_suno_narration: ""
86
+ edit_order: []
87
+ timing_notes: ""
88
+ revisions: []
89
+ final_output: ""
90
+ final_status: Draft
91
+```
92
+
93
+Palmier owns assembly, editorial timing, shot trimming, audio placement,
94
+revision tracking, and the finalized media output. It does not replace the
95
+source-generation records for Anima, Wan, or Suno.
70 96
71 97
## Current image baseline
72 98
... ...
@@ -79,6 +105,7 @@ final picture edit.
79 105
| Storyboard / first-frame model | Anima |
80 106
| Image-to-video model | Wan 2.2 14B |
81 107
| Music and narration | Suno |
108
+| Finishing environment | Palmier (approved interim destination) |
82 109
| Character strategy | Distinctive visible anchors + structured prompt inheritance |
83 110
| Review strategy | Contact sheet first, individual frames second |
84 111
... ...
@@ -95,6 +122,8 @@ final picture edit.
95 122
* Every approved frame has a specific, achievable motion plan.
96 123
* Wan preserves the approved first-frame identity, composition, and location.
97 124
* Music and narration support the same emotional beats used by the storyboard.
125
+* The Palmier timeline references the selected Wan and Suno versions.
126
+* The final Palmier output can be traced back to every source-generation record.
98 127
99 128
## Known lesson
100 129
Workflow-Registry.md
... ...
@@ -9,6 +9,7 @@ review link whenever a workflow changes.
9 9
| 12-panel first-frame storyboard | Consistent cast, location, varied coverage, and approved first frame for every shot | Local ComfyUI / Anima | Mary–Joseph V1 is the current learning reference | Approved direction |
10 10
| Image-to-video shot | Animate an approved Anima first frame without redesigning it | Local ComfyUI / Wan 2.2 14B | Exact workflow path and version TBD | Approved direction |
11 11
| Music and narration | Music, two-character voices, spoken narration, spoken-word tags, and feelings | Suno workflow | Exact prompt version TBD | Approved direction |
12
+| Episode finishing | Assemble, time, revise, and finalize every selected media element | Palmier | Exact project/template version TBD | Approved interim direction |
12 13
| Asset review | Contact sheets and approved output collections | SmartGallery | TBD | Candidate |
13 14
14 15
## Required workflow record