markform 0.1.9 → 0.1.10
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 +2 -1
- package/dist/ai-sdk.mjs +1 -1
- package/dist/{apply-B2kt6C2z.mjs → apply-BTFCHpYV.mjs} +369 -330
- package/dist/bin.mjs +1 -1
- package/dist/{cli-Dt_PlYi_.mjs → cli-BZa4fYR9.mjs} +25 -13
- package/dist/cli.mjs +1 -1
- package/dist/index.d.mts +165 -9
- package/dist/index.mjs +3 -3
- package/dist/{src-DFsC5wwy.mjs → src-CYnyLwBe.mjs} +98 -92
- package/docs/markform-spec.md +101 -50
- package/examples/movie-research/movie-deep-research-mock-filled.form.md +601 -0
- package/examples/startup-deep-research/startup-deep-research.form.md +21 -36
- package/package.json +1 -1
|
@@ -58,7 +58,7 @@ The more context you provide, the more accurate and relevant the research will b
|
|
|
58
58
|
|
|
59
59
|
{% group id="basic_info" title="Company Overview" %}
|
|
60
60
|
|
|
61
|
-
{% field kind="
|
|
61
|
+
{% field kind="url" id="website" label="Website URL" %}{% /field %}
|
|
62
62
|
|
|
63
63
|
{% instructions ref="website" %}
|
|
64
64
|
Primary company website.
|
|
@@ -107,7 +107,7 @@ Source: linkedin.com/company page, crunchbase.com, or company website.
|
|
|
107
107
|
Source: Company website About page, crunchbase.com, Wikipedia if notable.
|
|
108
108
|
{% /instructions %}
|
|
109
109
|
|
|
110
|
-
{% field kind="
|
|
110
|
+
{% field kind="url_list" id="basic_info_sources" label="Company Overview Sources" %}{% /field %}
|
|
111
111
|
|
|
112
112
|
{% instructions ref="basic_info_sources" %}
|
|
113
113
|
URLs used as sources for this section. One URL per line.
|
|
@@ -117,36 +117,21 @@ URLs used as sources for this section. One URL per line.
|
|
|
117
117
|
|
|
118
118
|
{% group id="founders_section" title="Founders & Key People" %}
|
|
119
119
|
|
|
120
|
-
{%
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
{%
|
|
128
|
-
{% field kind="string" id="founder_1_background" label="Founder 1 Background" maxLength=500 %}{% /field %}
|
|
120
|
+
{% field kind="table" id="founders" label="Founders"
|
|
121
|
+
columnIds=["name", "title", "linkedin", "background"]
|
|
122
|
+
columnLabels=["Name", "Title", "LinkedIn URL", "Background"]
|
|
123
|
+
columnTypes=["string", "string", "url", "string"]
|
|
124
|
+
minRows=1 maxRows=6 %}
|
|
125
|
+
| Name | Title | LinkedIn URL | Background |
|
|
126
|
+
|------|-------|--------------|------------|
|
|
127
|
+
{% /field %}
|
|
129
128
|
|
|
130
|
-
{% instructions ref="
|
|
131
|
-
|
|
129
|
+
{% instructions ref="founders" %}
|
|
130
|
+
List founders and co-founders. Include name, current title, LinkedIn profile URL, and brief background (prior companies, notable roles, education).
|
|
131
|
+
Sources: Company website Team/About page, linkedin.com profiles, crunchbase.com people section.
|
|
132
132
|
{% /instructions %}
|
|
133
133
|
|
|
134
|
-
{% field kind="
|
|
135
|
-
{% field kind="string" id="founder_2_title" label="Founder 2 Title" %}{% /field %}
|
|
136
|
-
{% field kind="string" id="founder_2_linkedin" label="Founder 2 LinkedIn URL" %}{% /field %}
|
|
137
|
-
{% field kind="string" id="founder_2_background" label="Founder 2 Background" maxLength=500 %}{% /field %}
|
|
138
|
-
|
|
139
|
-
{% field kind="string" id="founder_3_name" label="Founder 3 Name" %}{% /field %}
|
|
140
|
-
{% field kind="string" id="founder_3_title" label="Founder 3 Title" %}{% /field %}
|
|
141
|
-
{% field kind="string" id="founder_3_linkedin" label="Founder 3 LinkedIn URL" %}{% /field %}
|
|
142
|
-
{% field kind="string" id="founder_3_background" label="Founder 3 Background" maxLength=500 %}{% /field %}
|
|
143
|
-
|
|
144
|
-
{% field kind="string" id="founder_4_name" label="Founder 4 Name" %}{% /field %}
|
|
145
|
-
{% field kind="string" id="founder_4_title" label="Founder 4 Title" %}{% /field %}
|
|
146
|
-
{% field kind="string" id="founder_4_linkedin" label="Founder 4 LinkedIn URL" %}{% /field %}
|
|
147
|
-
{% field kind="string" id="founder_4_background" label="Founder 4 Background" maxLength=500 %}{% /field %}
|
|
148
|
-
|
|
149
|
-
{% field kind="string_list" id="founders_sources" label="Founders Sources" %}{% /field %}
|
|
134
|
+
{% field kind="url_list" id="founders_sources" label="Founders Sources" %}{% /field %}
|
|
150
135
|
|
|
151
136
|
{% instructions ref="founders_sources" %}
|
|
152
137
|
URLs used as sources for this section. One URL per line.
|
|
@@ -183,7 +168,7 @@ Example: Series B | 2023-06 | $50M | Sequoia Capital | https://techcrunch.com/..
|
|
|
183
168
|
Source: crunchbase.com funding rounds, pitchbook.com, techcrunch.com, company press releases.
|
|
184
169
|
{% /instructions %}
|
|
185
170
|
|
|
186
|
-
{% field kind="
|
|
171
|
+
{% field kind="url_list" id="funding_sources" label="Funding Sources" %}{% /field %}
|
|
187
172
|
|
|
188
173
|
{% instructions ref="funding_sources" %}
|
|
189
174
|
URLs used as sources for this section. One URL per line.
|
|
@@ -220,7 +205,7 @@ How does this company differentiate? Key advantages/disadvantages vs competitors
|
|
|
220
205
|
Source: Company website, product pages, press interviews, g2.com reviews.
|
|
221
206
|
{% /instructions %}
|
|
222
207
|
|
|
223
|
-
{% field kind="
|
|
208
|
+
{% field kind="url_list" id="competitors_sources" label="Competitors Sources" %}{% /field %}
|
|
224
209
|
|
|
225
210
|
{% instructions ref="competitors_sources" %}
|
|
226
211
|
URLs used as sources for this section. One URL per line.
|
|
@@ -294,7 +279,7 @@ Also note if there are significant discussions in related subreddits.
|
|
|
294
279
|
Source: Search reddit.com for company name, check for official subreddit.
|
|
295
280
|
{% /instructions %}
|
|
296
281
|
|
|
297
|
-
{% field kind="
|
|
282
|
+
{% field kind="url_list" id="social_media_sources" label="Social Media Sources" %}{% /field %}
|
|
298
283
|
|
|
299
284
|
{% instructions ref="social_media_sources" %}
|
|
300
285
|
URLs used as sources for this section. One URL per line.
|
|
@@ -317,7 +302,7 @@ Include: Show HN launches, funding announcements, major discussions about the co
|
|
|
317
302
|
Source: Search hn.algolia.com for company name, product name, and founder names.
|
|
318
303
|
{% /instructions %}
|
|
319
304
|
|
|
320
|
-
{% field kind="
|
|
305
|
+
{% field kind="url_list" id="hacker_news_sources" label="Hacker News Sources" %}{% /field %}
|
|
321
306
|
|
|
322
307
|
{% instructions ref="hacker_news_sources" %}
|
|
323
308
|
URLs used as sources for this section. One URL per line.
|
|
@@ -339,7 +324,7 @@ Note any badges: Product of the Day/Week/Month, Golden Kitty, etc.
|
|
|
339
324
|
Source: Search producthunt.com for company name and product names.
|
|
340
325
|
{% /instructions %}
|
|
341
326
|
|
|
342
|
-
{% field kind="
|
|
327
|
+
{% field kind="url_list" id="product_hunt_sources" label="Product Hunt Sources" %}{% /field %}
|
|
343
328
|
|
|
344
329
|
{% instructions ref="product_hunt_sources" %}
|
|
345
330
|
URLs used as sources for this section. One URL per line.
|
|
@@ -434,7 +419,7 @@ Example: "2019: Originally 'PaymentsAPI' focused on SMB; 2021: Rebranded, pivote
|
|
|
434
419
|
Source: web.archive.org - search for company domain, review snapshots from different years.
|
|
435
420
|
{% /instructions %}
|
|
436
421
|
|
|
437
|
-
{% field kind="
|
|
422
|
+
{% field kind="url_list" id="deep_intel_sources" label="Deep Intel Sources" %}{% /field %}
|
|
438
423
|
|
|
439
424
|
{% instructions ref="deep_intel_sources" %}
|
|
440
425
|
URLs used as sources for this section. One URL per line.
|
|
@@ -457,7 +442,7 @@ Focus on: funding announcements, major product launches, company profiles, notab
|
|
|
457
442
|
Source: techcrunch.com, theinformation.com, bloomberg.com, forbes.com, wired.com, venturebeat.com, company Press page.
|
|
458
443
|
{% /instructions %}
|
|
459
444
|
|
|
460
|
-
{% field kind="
|
|
445
|
+
{% field kind="url_list" id="press_sources" label="Press Coverage Sources" %}{% /field %}
|
|
461
446
|
|
|
462
447
|
{% instructions ref="press_sources" %}
|
|
463
448
|
URLs used as sources for this section. One URL per line.
|