Skip to content

Commit b56d2d0

Browse files
DemchaAVclaude
andcommitted
Wire CinematicProposalFileExample into GenerateAllExamples
GenerateAllExamples now produces project-proposal-cinematic.pdf alongside the other six fixtures so README post-release verification covers the cinematic visual showcase referenced from the README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2fd2044 commit b56d2d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/src/main/java/com/demcha/examples/GenerateAllExamples.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public static void main(String[] args) throws Exception {
1111
System.out.println("Generated: " + CoverLetterFileExample.generate());
1212
System.out.println("Generated: " + InvoiceFileExample.generate());
1313
System.out.println("Generated: " + ProposalFileExample.generate());
14+
System.out.println("Generated: " + CinematicProposalFileExample.generate());
1415
System.out.println("Generated: " + WeeklyScheduleFileExample.generate());
1516
}
1617
}

0 commit comments

Comments
 (0)