markform 0.1.20 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -12
- package/dist/ai-sdk.d.mts +1 -1
- package/dist/ai-sdk.mjs +2 -2
- package/dist/{apply-DIvm1b1s.mjs → apply-C7mO7VkZ.mjs} +158 -95
- package/dist/apply-C7mO7VkZ.mjs.map +1 -0
- package/dist/bin.mjs +1 -1
- package/dist/{cli-FFMoEhFS.mjs → cli-C8F9yDsv.mjs} +102 -1225
- package/dist/cli-C8F9yDsv.mjs.map +1 -0
- package/dist/cli.mjs +1 -1
- package/dist/{coreTypes-CkxML8g2.d.mts → coreTypes-BlsJkU1w.d.mts} +28 -2
- package/dist/{coreTypes-CPKXf2dc.mjs → coreTypes-CTLr-NGd.mjs} +24 -3
- package/dist/coreTypes-CTLr-NGd.mjs.map +1 -0
- package/dist/fillRecord-DTl5lnK0.d.mts +345 -0
- package/dist/fillRecordRenderer-CruJrLkj.mjs +1256 -0
- package/dist/fillRecordRenderer-CruJrLkj.mjs.map +1 -0
- package/dist/index.d.mts +22 -342
- package/dist/index.mjs +5 -5
- package/dist/render.d.mts +74 -0
- package/dist/render.mjs +4 -0
- package/dist/{session-CK0x28RO.mjs → session-BCcltrLA.mjs} +2 -2
- package/dist/{session-CK0x28RO.mjs.map → session-BCcltrLA.mjs.map} +1 -1
- package/dist/{session-ZHBi3LVQ.mjs → session-VeSkVrck.mjs} +1 -1
- package/dist/{shared-DwdyWmvE.mjs → shared-CsdT2T7k.mjs} +1 -1
- package/dist/{shared-DwdyWmvE.mjs.map → shared-CsdT2T7k.mjs.map} +1 -1
- package/dist/{shared-BTR35aMz.mjs → shared-fb0nkzQi.mjs} +1 -1
- package/dist/{src-wR7GoftB.mjs → src-CbRnGzMK.mjs} +205 -138
- package/dist/src-CbRnGzMK.mjs.map +1 -0
- package/dist/urlFormat-lls7CsEP.mjs +71 -0
- package/dist/urlFormat-lls7CsEP.mjs.map +1 -0
- package/docs/markform-apis.md +53 -0
- package/examples/movie-research/movie-deep-research-mock-filled.form.md +320 -343
- package/examples/movie-research/movie-deep-research.form.md +273 -308
- package/examples/movie-research/movie-research-demo.form.md +27 -41
- package/examples/parallel/parallel-research.form.md +33 -29
- package/examples/parallel/parallel-research.mock.filled.form.md +88 -0
- package/examples/rejection-test/rejection-test-mock-filled.form.md +21 -16
- package/examples/rejection-test/rejection-test-mock-filled.schema.json +1 -1
- package/examples/rejection-test/rejection-test.form.md +17 -15
- package/examples/rejection-test/rejection-test.session.yaml +88 -60
- package/examples/simple/simple-mock-filled.form.md +113 -126
- package/examples/simple/simple-mock-filled.schema.json +2 -3
- package/examples/simple/simple-skipped-filled.form.md +112 -129
- package/examples/simple/simple-skipped-filled.report.md +8 -8
- package/examples/simple/simple-skipped-filled.schema.json +2 -3
- package/examples/simple/simple-tags-syntax.form.md +32 -0
- package/examples/simple/simple-with-skips.session.yaml +663 -627
- package/examples/simple/simple.form.md +97 -113
- package/examples/simple/simple.schema.json +2 -3
- package/examples/simple/simple.session.yaml +663 -627
- package/examples/startup-deep-research/startup-deep-research.form.md +191 -235
- package/examples/startup-research/startup-research-mock-filled.form.md +128 -147
- package/examples/startup-research/startup-research.form.md +90 -129
- package/examples/twitter-thread/twitter-thread.form.md +373 -0
- package/package.json +5 -1
- package/dist/apply-DIvm1b1s.mjs.map +0 -1
- package/dist/cli-FFMoEhFS.mjs.map +0 -1
- package/dist/coreTypes-CPKXf2dc.mjs.map +0 -1
- package/dist/src-wR7GoftB.mjs.map +0 -1
|
@@ -2,478 +2,443 @@
|
|
|
2
2
|
markform:
|
|
3
3
|
spec: MF/0.1
|
|
4
4
|
title: Movie Deep Research
|
|
5
|
-
description: Comprehensive movie research form with ratings, box office, cast/crew,
|
|
5
|
+
description: Comprehensive movie research form with ratings, box office, cast/crew,
|
|
6
|
+
technical specs, streaming availability, and cultural analysis.
|
|
6
7
|
run_mode: research
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
harness:
|
|
9
|
+
max_patches_per_turn: 15
|
|
10
|
+
max_issues_per_turn: 5
|
|
10
11
|
role_instructions:
|
|
11
|
-
user:
|
|
12
|
-
agent:
|
|
13
|
-
Conduct comprehensive research and fill in all available fields for the specified
|
|
12
|
+
user: Enter the movie title and optionally the year for disambiguation.
|
|
13
|
+
agent: >
|
|
14
|
+
Conduct comprehensive research and fill in all available fields for the specified
|
|
15
|
+
movie.
|
|
16
|
+
|
|
14
17
|
|
|
15
18
|
WORKFLOW - Complete in this order:
|
|
19
|
+
|
|
16
20
|
1. IDENTIFY - Confirm the movie title and year
|
|
21
|
+
|
|
17
22
|
2. SOURCES - Find all source URLs first (verify correct movie on each site)
|
|
23
|
+
|
|
18
24
|
3. BASIC DATA - Fill ratings, cast, crew from IMDB
|
|
25
|
+
|
|
19
26
|
4. ADDITIONAL RATINGS - RT, Metacritic, Letterboxd scores
|
|
27
|
+
|
|
20
28
|
5. BOX OFFICE - Financial data from Box Office Mojo
|
|
29
|
+
|
|
21
30
|
6. STREAMING - Current availability from JustWatch
|
|
31
|
+
|
|
22
32
|
7. DEEP ANALYSIS - Technical specs, awards, cultural context
|
|
23
33
|
|
|
34
|
+
|
|
24
35
|
SOURCE MAPPING:
|
|
36
|
+
|
|
25
37
|
- IMDB: Core data, cast, crew, technical specs, awards
|
|
38
|
+
|
|
26
39
|
- Rotten Tomatoes: Tomatometer, Audience Score, Critics Consensus
|
|
40
|
+
|
|
27
41
|
- Metacritic: Metascore
|
|
42
|
+
|
|
28
43
|
- Box Office Mojo: Budget, domestic/worldwide gross, opening weekend
|
|
44
|
+
|
|
29
45
|
- JustWatch: Current streaming platforms (use US region)
|
|
46
|
+
|
|
30
47
|
- Letterboxd: Cinephile community rating
|
|
48
|
+
|
|
31
49
|
- Wikipedia: Cultural impact, production history
|
|
32
50
|
|
|
51
|
+
|
|
33
52
|
GUIDELINES:
|
|
53
|
+
|
|
34
54
|
- Use EXACT scores from each source - don't average or interpret
|
|
55
|
+
|
|
35
56
|
- Skip fields if data unavailable (older films may lack some metrics)
|
|
57
|
+
|
|
36
58
|
- For box office, use millions (e.g., 100.5 for $100.5M)
|
|
59
|
+
|
|
37
60
|
- Add notes for any missing, confusing, or unclear information
|
|
38
|
-
harness:
|
|
39
|
-
max_issues_per_turn: 5
|
|
40
|
-
max_patches_per_turn: 15
|
|
41
61
|
---
|
|
42
|
-
{% form id="movie_research_deep" title="Movie Deep Research" %}
|
|
43
62
|
|
|
44
|
-
|
|
63
|
+
<!-- form id="movie_research_deep" title="Movie Deep Research" -->
|
|
64
|
+
|
|
65
|
+
<!-- description ref="movie_research_deep" -->
|
|
45
66
|
Comprehensive movie research covering ratings from multiple sources, box office
|
|
46
67
|
performance, full cast and crew, technical specifications, streaming availability, and
|
|
47
68
|
cultural impact analysis.
|
|
48
|
-
|
|
69
|
+
<!-- /description -->
|
|
49
70
|
|
|
50
|
-
|
|
71
|
+
<!-- group id="movie_input" title="Movie Identification" -->
|
|
51
72
|
|
|
52
|
-
|
|
73
|
+
<!-- field kind="string" id="movie" role="user" label="Movie" maxLength=300 minLength=1 required=true --><!-- /field -->
|
|
53
74
|
|
|
54
|
-
|
|
75
|
+
<!-- instructions ref="movie" -->
|
|
55
76
|
Enter the movie title (add any details to help identify, like “Barbie 2023” or “the
|
|
56
77
|
Batman movie with Robert Pattinson”).
|
|
57
|
-
|
|
78
|
+
<!-- /instructions -->
|
|
58
79
|
|
|
59
|
-
|
|
80
|
+
<!-- /group -->
|
|
60
81
|
|
|
61
|
-
|
|
82
|
+
<!-- group id="title_identification" title="Title Identification" -->
|
|
62
83
|
|
|
63
|
-
|
|
84
|
+
<!-- field kind="string" id="full_title" label="Full Title" required=true --><!-- /field -->
|
|
64
85
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
{% instructions ref="full_title" %}
|
|
86
|
+
<!-- instructions ref="full_title" -->
|
|
68
87
|
Official title including subtitle if any (e.g., “The Lord of the Rings: The Fellowship
|
|
69
88
|
of the Ring”).
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
{% field kind="number" id="year" label="Release Year" role="agent" required=true min=1888 max=2030 %}{% /field %}
|
|
89
|
+
<!-- /instructions -->
|
|
73
90
|
|
|
74
|
-
|
|
91
|
+
<!-- field kind="number" id="year" label="Release Year" max=2030 min=1888 required=true --><!-- /field -->
|
|
75
92
|
|
|
76
|
-
|
|
93
|
+
<!-- /group -->
|
|
77
94
|
|
|
78
|
-
|
|
95
|
+
<!-- group id="primary_sources" title="Primary Sources" -->
|
|
79
96
|
|
|
80
|
-
|
|
97
|
+
<!-- field kind="url" id="imdb_url" label="IMDB URL" required=true --><!-- /field -->
|
|
81
98
|
|
|
82
|
-
|
|
99
|
+
<!-- instructions ref="imdb_url" -->
|
|
83
100
|
Required. Primary source for ratings, cast, crew, technical details.
|
|
84
101
|
Format: https://www.imdb.com/title/tt0111161/
|
|
85
|
-
|
|
102
|
+
<!-- /instructions -->
|
|
86
103
|
|
|
87
|
-
|
|
104
|
+
<!-- field kind="url" id="rt_url" label="Rotten Tomatoes URL" --><!-- /field -->
|
|
88
105
|
|
|
89
|
-
|
|
106
|
+
<!-- instructions ref="rt_url" -->
|
|
90
107
|
Direct link to the movie’s Rotten Tomatoes page.
|
|
91
|
-
|
|
108
|
+
<!-- /instructions -->
|
|
92
109
|
|
|
93
|
-
|
|
110
|
+
<!-- field kind="url" id="metacritic_url" label="Metacritic URL" --><!-- /field -->
|
|
94
111
|
|
|
95
|
-
|
|
112
|
+
<!-- instructions ref="metacritic_url" -->
|
|
96
113
|
Direct link to the movie’s Metacritic page.
|
|
97
|
-
|
|
114
|
+
<!-- /instructions -->
|
|
98
115
|
|
|
99
|
-
|
|
116
|
+
<!-- /group -->
|
|
100
117
|
|
|
101
|
-
|
|
118
|
+
<!-- group id="box_office_sources" title="Box Office Sources" -->
|
|
102
119
|
|
|
103
|
-
|
|
120
|
+
<!-- field kind="url" id="boxofficemojo_url" label="Box Office Mojo URL" --><!-- /field -->
|
|
104
121
|
|
|
105
|
-
|
|
122
|
+
<!-- instructions ref="boxofficemojo_url" -->
|
|
106
123
|
Best source for budget, domestic/worldwide gross, opening weekend.
|
|
107
124
|
Format: https://www.boxofficemojo.com/title/tt0111161/
|
|
108
|
-
|
|
125
|
+
<!-- /instructions -->
|
|
109
126
|
|
|
110
|
-
|
|
127
|
+
<!-- field kind="url" id="the_numbers_url" label="The Numbers URL" --><!-- /field -->
|
|
111
128
|
|
|
112
|
-
|
|
129
|
+
<!-- instructions ref="the_numbers_url" -->
|
|
113
130
|
Alternative/supplementary box office data and profitability analysis.
|
|
114
|
-
|
|
131
|
+
<!-- /instructions -->
|
|
115
132
|
|
|
116
|
-
|
|
133
|
+
<!-- /group -->
|
|
117
134
|
|
|
118
|
-
|
|
135
|
+
<!-- group id="availability_sources" title="Availability Sources" -->
|
|
119
136
|
|
|
120
|
-
|
|
137
|
+
<!-- field kind="url" id="justwatch_url" label="JustWatch URL" --><!-- /field -->
|
|
121
138
|
|
|
122
|
-
|
|
139
|
+
<!-- instructions ref="justwatch_url" -->
|
|
123
140
|
Best source for current streaming availability.
|
|
124
141
|
Use US region. Format: https://www.justwatch.com/us/movie/the-shawshank-redemption
|
|
125
|
-
|
|
142
|
+
<!-- /instructions -->
|
|
126
143
|
|
|
127
|
-
|
|
144
|
+
<!-- /group -->
|
|
128
145
|
|
|
129
|
-
|
|
146
|
+
<!-- group id="additional_sources" title="Additional Sources" -->
|
|
130
147
|
|
|
131
|
-
|
|
148
|
+
<!-- field kind="url" id="letterboxd_url" label="Letterboxd URL" --><!-- /field -->
|
|
132
149
|
|
|
133
|
-
|
|
150
|
+
<!-- instructions ref="letterboxd_url" -->
|
|
134
151
|
Cinephile community ratings.
|
|
135
152
|
Especially useful for art/indie/cult films.
|
|
136
|
-
|
|
153
|
+
<!-- /instructions -->
|
|
137
154
|
|
|
138
|
-
|
|
155
|
+
<!-- field kind="url" id="wikipedia_url" label="Wikipedia URL" --><!-- /field -->
|
|
139
156
|
|
|
140
|
-
|
|
157
|
+
<!-- instructions ref="wikipedia_url" -->
|
|
141
158
|
For production history, cultural impact, comprehensive awards list.
|
|
142
|
-
|
|
159
|
+
<!-- /instructions -->
|
|
143
160
|
|
|
144
|
-
|
|
161
|
+
<!-- field kind="url" id="official_site_url" label="Official Website" --><!-- /field -->
|
|
145
162
|
|
|
146
|
-
|
|
163
|
+
<!-- instructions ref="official_site_url" -->
|
|
147
164
|
Studio or film’s official website, if still active.
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
{% /group %}
|
|
165
|
+
<!-- /instructions -->
|
|
151
166
|
|
|
152
|
-
|
|
167
|
+
<!-- /group -->
|
|
153
168
|
|
|
154
|
-
|
|
169
|
+
<!-- group id="basic_details" title="Basic Details" -->
|
|
155
170
|
|
|
156
|
-
|
|
171
|
+
<!-- field kind="string_list" id="directors" label="Director(s)" required=true --><!-- /field -->
|
|
157
172
|
|
|
158
|
-
|
|
173
|
+
<!-- instructions ref="directors" -->
|
|
159
174
|
One director per line.
|
|
160
175
|
Most films have one; some have two or more co-directors.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
- [ ]
|
|
168
|
-
- [ ] PG
|
|
169
|
-
- [ ]
|
|
170
|
-
- [ ]
|
|
171
|
-
- [ ]
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
- [ ]
|
|
179
|
-
- [ ]
|
|
180
|
-
- [ ]
|
|
181
|
-
- [ ]
|
|
182
|
-
- [ ]
|
|
183
|
-
- [ ]
|
|
184
|
-
- [ ]
|
|
185
|
-
- [ ]
|
|
186
|
-
- [ ]
|
|
187
|
-
- [ ]
|
|
188
|
-
- [ ]
|
|
189
|
-
- [ ]
|
|
190
|
-
- [ ]
|
|
191
|
-
- [ ]
|
|
192
|
-
- [ ]
|
|
193
|
-
- [ ]
|
|
194
|
-
- [ ]
|
|
195
|
-
- [ ]
|
|
196
|
-
- [ ]
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
{% /field %}
|
|
202
|
-
|
|
203
|
-
{% instructions ref="genres" %}
|
|
176
|
+
<!-- /instructions -->
|
|
177
|
+
|
|
178
|
+
<!-- field kind="number" id="runtime_minutes" label="Runtime (minutes)" max=1000 min=1 --><!-- /field -->
|
|
179
|
+
|
|
180
|
+
<!-- field kind="single_select" id="mpaa_rating" label="MPAA Rating" -->
|
|
181
|
+
- [ ] G <!-- #g -->
|
|
182
|
+
- [ ] PG <!-- #pg -->
|
|
183
|
+
- [ ] PG-13 <!-- #pg_13 -->
|
|
184
|
+
- [ ] R <!-- #r -->
|
|
185
|
+
- [ ] NC-17 <!-- #nc_17 -->
|
|
186
|
+
- [ ] NR/Unrated <!-- #nr -->
|
|
187
|
+
<!-- /field -->
|
|
188
|
+
|
|
189
|
+
<!-- field kind="multi_select" id="genres" label="Genres" maxSelections=5 minSelections=1 -->
|
|
190
|
+
- [ ] Action <!-- #action -->
|
|
191
|
+
- [ ] Adventure <!-- #adventure -->
|
|
192
|
+
- [ ] Animation <!-- #animation -->
|
|
193
|
+
- [ ] Biography <!-- #biography -->
|
|
194
|
+
- [ ] Comedy <!-- #comedy -->
|
|
195
|
+
- [ ] Crime <!-- #crime -->
|
|
196
|
+
- [ ] Documentary <!-- #documentary -->
|
|
197
|
+
- [ ] Drama <!-- #drama -->
|
|
198
|
+
- [ ] Family <!-- #family -->
|
|
199
|
+
- [ ] Fantasy <!-- #fantasy -->
|
|
200
|
+
- [ ] Film-Noir <!-- #film_noir -->
|
|
201
|
+
- [ ] History <!-- #history -->
|
|
202
|
+
- [ ] Horror <!-- #horror -->
|
|
203
|
+
- [ ] Music <!-- #music -->
|
|
204
|
+
- [ ] Musical <!-- #musical -->
|
|
205
|
+
- [ ] Mystery <!-- #mystery -->
|
|
206
|
+
- [ ] Romance <!-- #romance -->
|
|
207
|
+
- [ ] Sci-Fi <!-- #sci_fi -->
|
|
208
|
+
- [ ] Sport <!-- #sport -->
|
|
209
|
+
- [ ] Thriller <!-- #thriller -->
|
|
210
|
+
- [ ] War <!-- #war -->
|
|
211
|
+
- [ ] Western <!-- #western -->
|
|
212
|
+
<!-- /field -->
|
|
213
|
+
|
|
214
|
+
<!-- instructions ref="genres" -->
|
|
204
215
|
Select all applicable genres from IMDB (up to 5).
|
|
205
|
-
|
|
216
|
+
<!-- /instructions -->
|
|
206
217
|
|
|
207
|
-
|
|
218
|
+
<!-- field kind="string" id="original_language" label="Original Language" --><!-- /field -->
|
|
208
219
|
|
|
209
|
-
|
|
220
|
+
<!-- field kind="string_list" id="countries" label="Countries" --><!-- /field -->
|
|
210
221
|
|
|
211
|
-
|
|
222
|
+
<!-- instructions ref="countries" -->
|
|
212
223
|
Production countries, one per line.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
{% /group %}
|
|
216
|
-
|
|
217
|
-
## Cast & Crew
|
|
224
|
+
<!-- /instructions -->
|
|
218
225
|
|
|
219
|
-
|
|
226
|
+
<!-- /group -->
|
|
220
227
|
|
|
221
|
-
|
|
228
|
+
<!-- group id="cast_crew" title="Cast & Crew" -->
|
|
222
229
|
|
|
223
|
-
|
|
224
|
-
|------------|----------------|
|
|
230
|
+
<!-- field kind="table" id="lead_cast" columnIds=["actor_name", "character_name"] columnLabels=["Actor Name", "Character Name"] columnTypes=["string", "string"] label="Lead Cast" maxRows=10 minRows=1 --><!-- /field -->
|
|
225
231
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
{% instructions ref="lead_cast" %}
|
|
232
|
+
<!-- instructions ref="lead_cast" -->
|
|
229
233
|
Top-billed cast members with their character names.
|
|
230
234
|
Example: Leonardo DiCaprio | Dom Cobb
|
|
231
|
-
|
|
235
|
+
<!-- /instructions -->
|
|
232
236
|
|
|
233
|
-
|
|
237
|
+
<!-- field kind="string_list" id="writers" label="Writers" --><!-- /field -->
|
|
234
238
|
|
|
235
|
-
|
|
239
|
+
<!-- instructions ref="writers" -->
|
|
236
240
|
Screenplay and story credits.
|
|
237
241
|
Format: Name (credit type) Example: “Christopher Nolan (written by)”
|
|
238
|
-
|
|
242
|
+
<!-- /instructions -->
|
|
239
243
|
|
|
240
|
-
|
|
244
|
+
<!-- field kind="string" id="cinematographer" label="Cinematographer" --><!-- /field -->
|
|
241
245
|
|
|
242
|
-
|
|
246
|
+
<!-- field kind="string" id="composer" label="Composer" --><!-- /field -->
|
|
243
247
|
|
|
244
|
-
|
|
248
|
+
<!-- instructions ref="composer" -->
|
|
245
249
|
Film score composer (not soundtrack songs).
|
|
246
|
-
|
|
250
|
+
<!-- /instructions -->
|
|
247
251
|
|
|
248
|
-
|
|
252
|
+
<!-- field kind="string_list" id="producers" label="Producers" maxItems=5 --><!-- /field -->
|
|
249
253
|
|
|
250
|
-
|
|
254
|
+
<!-- instructions ref="producers" -->
|
|
251
255
|
Key producers (limit to main credited producers).
|
|
252
256
|
Format: Name (producer type) Example: “Emma Thomas (producer)”
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
{% /group %}
|
|
257
|
+
<!-- /instructions -->
|
|
256
258
|
|
|
257
|
-
|
|
259
|
+
<!-- /group -->
|
|
258
260
|
|
|
259
|
-
|
|
261
|
+
<!-- group id="ratings" title="Ratings" -->
|
|
260
262
|
|
|
261
|
-
|
|
263
|
+
<!-- field kind="table" id="ratings_table" columnIds=["source", "score", "votes"] columnLabels=["Source", "Score", "Votes"] columnTypes=["string", "number", "number"] label="Ratings" maxRows=6 minRows=0 required=true --><!-- /field -->
|
|
262
264
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
+
<!-- instructions ref="ratings_table" -->
|
|
266
|
+
Fill in scores and vote/review counts from each source:IMDB: Rating (1.0-10.0 scale), vote countRT Critics: Tomatometer (0-100%), review countRT Audience: Audience Score (0-100%), rating countMetacritic: Metascore (0-100)Letterboxd: Rating (0.5-5.0 scale)CinemaScore: Grade (A+ to F), leave votes empty
|
|
267
|
+
<!-- /instructions -->
|
|
265
268
|
|
|
266
|
-
|
|
267
|
-
{% instructions ref="ratings_table" %}
|
|
268
|
-
Fill in scores and vote/review counts from each source:
|
|
269
|
-
- IMDB: Rating (1.0-10.0 scale), vote count
|
|
270
|
-
- RT Critics: Tomatometer (0-100%), review count
|
|
271
|
-
- RT Audience: Audience Score (0-100%), rating count
|
|
272
|
-
- Metacritic: Metascore (0-100)
|
|
273
|
-
- Letterboxd: Rating (0.5-5.0 scale)
|
|
274
|
-
- CinemaScore: Grade (A+ to F), leave votes empty
|
|
269
|
+
<!-- field kind="string" id="rt_consensus" label="Critics Consensus" maxLength=500 --><!-- /field -->
|
|
275
270
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
{% field kind="string" id="rt_consensus" label="Critics Consensus" role="agent" maxLength=500 %}{% /field %}
|
|
279
|
-
{% instructions ref="rt_consensus" %}
|
|
271
|
+
<!-- instructions ref="rt_consensus" -->
|
|
280
272
|
The official Rotten Tomatoes critics consensus statement, if available.
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
{% /group %}
|
|
273
|
+
<!-- /instructions -->
|
|
284
274
|
|
|
285
|
-
|
|
275
|
+
<!-- /group -->
|
|
286
276
|
|
|
287
|
-
|
|
277
|
+
<!-- group id="box_office" title="Box Office" -->
|
|
288
278
|
|
|
289
|
-
|
|
279
|
+
<!-- field kind="number" id="budget_millions" label="Budget ($M)" min=0 --><!-- /field -->
|
|
290
280
|
|
|
291
|
-
|
|
281
|
+
<!-- instructions ref="budget_millions" -->
|
|
292
282
|
Production budget in millions USD. Example: 200 for $200M.
|
|
293
|
-
|
|
283
|
+
<!-- /instructions -->
|
|
294
284
|
|
|
295
|
-
|
|
285
|
+
<!-- field kind="number" id="box_office_domestic_millions" label="Domestic Gross ($M)" min=0 --><!-- /field -->
|
|
296
286
|
|
|
297
|
-
|
|
287
|
+
<!-- instructions ref="box_office_domestic_millions" -->
|
|
298
288
|
US/Canada theatrical gross in millions USD.
|
|
299
|
-
|
|
289
|
+
<!-- /instructions -->
|
|
300
290
|
|
|
301
|
-
|
|
291
|
+
<!-- field kind="number" id="box_office_worldwide_millions" label="Worldwide Gross ($M)" min=0 --><!-- /field -->
|
|
302
292
|
|
|
303
|
-
|
|
293
|
+
<!-- instructions ref="box_office_worldwide_millions" -->
|
|
304
294
|
Global theatrical gross in millions USD.
|
|
305
|
-
|
|
295
|
+
<!-- /instructions -->
|
|
306
296
|
|
|
307
|
-
|
|
297
|
+
<!-- field kind="number" id="opening_weekend_millions" label="Opening Weekend ($M)" min=0 --><!-- /field -->
|
|
308
298
|
|
|
309
|
-
|
|
299
|
+
<!-- instructions ref="opening_weekend_millions" -->
|
|
310
300
|
US opening weekend gross in millions USD.
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
- [ ] 1.
|
|
322
|
-
- [ ]
|
|
323
|
-
- [ ]
|
|
324
|
-
- [ ]
|
|
325
|
-
- [ ] 2.
|
|
326
|
-
- [ ] 2.
|
|
327
|
-
- [ ]
|
|
328
|
-
- [ ]
|
|
329
|
-
- [ ]
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
{% /field %}
|
|
343
|
-
|
|
344
|
-
{% field kind="string" id="sound_mix" label="Sound Mix" role="agent" %}{% /field %}
|
|
345
|
-
|
|
346
|
-
{% instructions ref="sound_mix" %}
|
|
301
|
+
<!-- /instructions -->
|
|
302
|
+
|
|
303
|
+
<!-- /group -->
|
|
304
|
+
|
|
305
|
+
<!-- group id="technical_specs" title="Technical Specifications" -->
|
|
306
|
+
|
|
307
|
+
<!-- field kind="single_select" id="aspect_ratio" label="Aspect Ratio" -->
|
|
308
|
+
- [ ] 1.33:1 (Academy) <!-- #ratio_133 -->
|
|
309
|
+
- [ ] 1.66:1 <!-- #ratio_166 -->
|
|
310
|
+
- [ ] 1.78:1 (16:9) <!-- #ratio_178 -->
|
|
311
|
+
- [ ] 1.85:1 (Flat) <!-- #ratio_185 -->
|
|
312
|
+
- [ ] 2.00:1 (Univisium) <!-- #ratio_200 -->
|
|
313
|
+
- [ ] 2.20:1 (70mm) <!-- #ratio_220 -->
|
|
314
|
+
- [ ] 2.35:1 (Scope) <!-- #ratio_235 -->
|
|
315
|
+
- [ ] 2.39:1 (Scope) <!-- #ratio_239 -->
|
|
316
|
+
- [ ] 2.76:1 (Ultra Panavision) <!-- #ratio_276 -->
|
|
317
|
+
- [ ] 1.43:1 (IMAX) <!-- #ratio_143 -->
|
|
318
|
+
- [ ] 1.90:1 (IMAX Digital) <!-- #ratio_190 -->
|
|
319
|
+
- [ ] Variable <!-- #ratio_variable -->
|
|
320
|
+
<!-- /field -->
|
|
321
|
+
|
|
322
|
+
<!-- field kind="single_select" id="color_format" label="Color" -->
|
|
323
|
+
- [ ] Color <!-- #color -->
|
|
324
|
+
- [ ] Black & White <!-- #bw -->
|
|
325
|
+
- [ ] Mixed/Partial Color <!-- #mixed -->
|
|
326
|
+
<!-- /field -->
|
|
327
|
+
|
|
328
|
+
<!-- field kind="string" id="sound_mix" label="Sound Mix" --><!-- /field -->
|
|
329
|
+
|
|
330
|
+
<!-- instructions ref="sound_mix" -->
|
|
347
331
|
Primary sound format (e.g., “Dolby Atmos”, “DTS”, “Dolby Digital”).
|
|
348
|
-
|
|
332
|
+
<!-- /instructions -->
|
|
349
333
|
|
|
350
|
-
|
|
334
|
+
<!-- field kind="string" id="camera" label="Camera" --><!-- /field -->
|
|
351
335
|
|
|
352
|
-
|
|
336
|
+
<!-- instructions ref="camera" -->
|
|
353
337
|
Primary camera system used (e.g., “Arri Alexa 65”, “IMAX 15-perf”, “Panavision
|
|
354
338
|
Panaflex”).
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
- [ ]
|
|
366
|
-
- [ ]
|
|
367
|
-
- [ ]
|
|
368
|
-
- [ ]
|
|
369
|
-
- [ ]
|
|
370
|
-
- [ ]
|
|
371
|
-
- [ ]
|
|
372
|
-
- [ ]
|
|
373
|
-
- [ ]
|
|
374
|
-
- [ ]
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
{% /field %}
|
|
380
|
-
|
|
381
|
-
{% instructions ref="streaming_subscription" %}
|
|
339
|
+
<!-- /instructions -->
|
|
340
|
+
|
|
341
|
+
<!-- /group -->
|
|
342
|
+
|
|
343
|
+
<!-- group id="streaming_availability" title="Streaming Availability (US)" -->
|
|
344
|
+
|
|
345
|
+
<!-- field kind="multi_select" id="streaming_subscription" label="Streaming (Subscription)" -->
|
|
346
|
+
- [ ] Netflix <!-- #netflix -->
|
|
347
|
+
- [ ] Amazon Prime Video <!-- #prime -->
|
|
348
|
+
- [ ] Disney+ <!-- #disney -->
|
|
349
|
+
- [ ] Max (HBO) <!-- #max -->
|
|
350
|
+
- [ ] Hulu <!-- #hulu -->
|
|
351
|
+
- [ ] Apple TV+ <!-- #apple -->
|
|
352
|
+
- [ ] Paramount+ <!-- #paramount -->
|
|
353
|
+
- [ ] Peacock <!-- #peacock -->
|
|
354
|
+
- [ ] MGM+ <!-- #mgm -->
|
|
355
|
+
- [ ] Criterion Channel <!-- #criterion -->
|
|
356
|
+
- [ ] MUBI <!-- #mubi -->
|
|
357
|
+
- [ ] Tubi (Free) <!-- #tubi -->
|
|
358
|
+
- [ ] Pluto TV (Free) <!-- #pluto -->
|
|
359
|
+
<!-- /field -->
|
|
360
|
+
|
|
361
|
+
<!-- instructions ref="streaming_subscription" -->
|
|
382
362
|
Select all platforms where this film is currently available to stream (subscription or
|
|
383
363
|
free). Check JustWatch for current availability.
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
- [ ] Available for digital
|
|
389
|
-
- [ ]
|
|
390
|
-
- [ ]
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
- [ ]
|
|
404
|
-
- [ ]
|
|
405
|
-
- [ ]
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
- [ ] Frightening scenes {% #frightening %}
|
|
410
|
-
- [ ] Flashing/strobe effects {% #flashing %}
|
|
411
|
-
|
|
412
|
-
{% /field %}
|
|
413
|
-
|
|
414
|
-
{% instructions ref="content_warnings" %}
|
|
364
|
+
<!-- /instructions -->
|
|
365
|
+
|
|
366
|
+
<!-- field kind="checkboxes" id="availability_flags" checkboxMode="simple" label="Other Availability" -->
|
|
367
|
+
- [ ] Available for digital rental <!-- #rental -->
|
|
368
|
+
- [ ] Available for digital purchase <!-- #purchase -->
|
|
369
|
+
- [ ] Physical media (Blu-ray/DVD) <!-- #physical -->
|
|
370
|
+
- [ ] 4K UHD available <!-- #uhd_4k -->
|
|
371
|
+
<!-- /field -->
|
|
372
|
+
|
|
373
|
+
<!-- /group -->
|
|
374
|
+
|
|
375
|
+
<!-- group id="content_themes" title="Content & Themes" -->
|
|
376
|
+
|
|
377
|
+
<!-- field kind="checkboxes" id="content_warnings" checkboxMode="simple" label="Content Warnings" -->
|
|
378
|
+
- [ ] Intense violence <!-- #violence -->
|
|
379
|
+
- [ ] Gore/disturbing imagery <!-- #gore -->
|
|
380
|
+
- [ ] Sexual content <!-- #sexual -->
|
|
381
|
+
- [ ] Nudity <!-- #nudity -->
|
|
382
|
+
- [ ] Strong language <!-- #language -->
|
|
383
|
+
- [ ] Drug/alcohol use <!-- #drugs -->
|
|
384
|
+
- [ ] Frightening scenes <!-- #frightening -->
|
|
385
|
+
- [ ] Flashing/strobe effects <!-- #flashing -->
|
|
386
|
+
<!-- /field -->
|
|
387
|
+
|
|
388
|
+
<!-- instructions ref="content_warnings" -->
|
|
415
389
|
Check any content warnings that apply.
|
|
416
390
|
Use IMDB Parents Guide as reference.
|
|
417
|
-
|
|
391
|
+
<!-- /instructions -->
|
|
418
392
|
|
|
419
|
-
|
|
393
|
+
<!-- field kind="string_list" id="themes" label="Key Themes" maxItems=5 --><!-- /field -->
|
|
420
394
|
|
|
421
|
-
|
|
395
|
+
<!-- instructions ref="themes" -->
|
|
422
396
|
Major themes explored in the film (e.g., “redemption”, “family”, “identity”, “war”).
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
{% /group %}
|
|
397
|
+
<!-- /instructions -->
|
|
426
398
|
|
|
427
|
-
|
|
399
|
+
<!-- /group -->
|
|
428
400
|
|
|
429
|
-
|
|
401
|
+
<!-- group id="summary" title="Summary" -->
|
|
430
402
|
|
|
431
|
-
|
|
403
|
+
<!-- field kind="string" id="logline" label="One-Line Summary" maxLength=300 --><!-- /field -->
|
|
432
404
|
|
|
433
|
-
|
|
405
|
+
<!-- instructions ref="logline" -->
|
|
434
406
|
Brief plot summary in 1-2 sentences, no spoilers.
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
{% field kind="table" id="notable_awards" label="Notable Awards" role="agent" columnIds=["award", "category", "year"] columnTypes=["string", "string", "year"] %}
|
|
407
|
+
<!-- /instructions -->
|
|
438
408
|
|
|
439
|
-
|
|
440
|
-
|-------|----------|------|
|
|
409
|
+
<!-- field kind="table" id="notable_awards" columnIds=["award", "category", "year"] columnLabels=["Award", "Category", "Year"] columnTypes=["string", "string", "year"] label="Notable Awards" --><!-- /field -->
|
|
441
410
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
{% instructions ref="notable_awards" %}
|
|
411
|
+
<!-- instructions ref="notable_awards" -->
|
|
445
412
|
Major awards won. Example: Oscar | Best Picture | 1995
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
{% field kind="table" id="notable_quotes" label="Notable Critic Quotes" role="agent" maxRows=3 columnIds=["quote", "critic", "publication"] columnTypes=["string", "string", "string"] %}
|
|
413
|
+
<!-- /instructions -->
|
|
449
414
|
|
|
450
|
-
|
|
451
|
-
|-------|--------|-------------|
|
|
415
|
+
<!-- field kind="table" id="notable_quotes" columnIds=["quote", "critic", "publication"] columnLabels=["Quote", "Critic", "Publication"] columnTypes=["string", "string", "string"] label="Notable Critic Quotes" maxRows=3 --><!-- /field -->
|
|
452
416
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
{% instructions ref="notable_quotes" %}
|
|
417
|
+
<!-- instructions ref="notable_quotes" -->
|
|
456
418
|
2-3 memorable critic quotes that capture reception.
|
|
457
|
-
|
|
419
|
+
<!-- /instructions -->
|
|
458
420
|
|
|
459
|
-
|
|
421
|
+
<!-- /group -->
|
|
460
422
|
|
|
461
|
-
|
|
423
|
+
<!-- group id="cultural_legacy" title="Cultural Legacy" -->
|
|
462
424
|
|
|
463
|
-
|
|
425
|
+
<!-- field kind="string" id="cultural_impact" label="Cultural Impact" maxLength=500 --><!-- /field -->
|
|
464
426
|
|
|
465
|
-
|
|
427
|
+
<!-- instructions ref="cultural_impact" -->
|
|
466
428
|
Brief description of the film’s cultural significance, influence, or legacy (1-3
|
|
467
429
|
sentences). Leave empty for recent releases without established legacy.
|
|
468
|
-
|
|
430
|
+
<!-- /instructions -->
|
|
469
431
|
|
|
470
|
-
|
|
432
|
+
<!-- field kind="string_list" id="similar_films" label="Similar Films" maxItems=5 --><!-- /field -->
|
|
471
433
|
|
|
472
|
-
|
|
434
|
+
<!-- instructions ref="similar_films" -->
|
|
473
435
|
Films with similar themes, style, or appeal.
|
|
474
436
|
One per line.
|
|
475
|
-
|
|
437
|
+
<!-- /instructions -->
|
|
438
|
+
|
|
439
|
+
<!-- /group -->
|
|
440
|
+
|
|
441
|
+
<!-- /form -->
|
|
442
|
+
|
|
476
443
|
|
|
477
|
-
{% /group %}
|
|
478
444
|
|
|
479
|
-
{% /form %}
|