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
|
@@ -119,7 +119,7 @@ turns:
|
|
|
119
119
|
test: na
|
|
120
120
|
after:
|
|
121
121
|
required_issue_count: 2
|
|
122
|
-
markdown_sha256:
|
|
122
|
+
markdown_sha256: 49988e793b98572daf567414d125e9ab2cc0889b6c19fcca1b5f6362f2e8d82d
|
|
123
123
|
answered_field_count: 10
|
|
124
124
|
skipped_field_count: 0
|
|
125
125
|
context:
|
|
@@ -172,7 +172,7 @@ turns:
|
|
|
172
172
|
`{ op: "skip_field", fieldId: "...", reason: "Could not find verified data" }`
|
|
173
173
|
|
|
174
174
|
|
|
175
|
-
#
|
|
175
|
+
# Role guidance
|
|
176
176
|
Complete the remaining fields based on the provided context.
|
|
177
177
|
|
|
178
178
|
# Field-specific instructions
|
|
@@ -193,177 +193,183 @@ turns:
|
|
|
193
193
|
```markdown
|
|
194
194
|
---
|
|
195
195
|
markform:
|
|
196
|
-
spec:
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
196
|
+
spec: MF/0.1
|
|
197
|
+
title: Simple Test Form
|
|
198
|
+
description: Fully interactive demo - no LLM required. Demonstrates all Markform field types.
|
|
199
|
+
run_mode: interactive
|
|
200
|
+
roles:
|
|
201
|
+
- user
|
|
202
|
+
role_instructions:
|
|
203
|
+
user: Fill in all fields in this form.
|
|
201
204
|
---
|
|
202
205
|
|
|
203
|
-
|
|
206
|
+
<!-- form id="simple_test" title="Simple Test Form" -->
|
|
204
207
|
|
|
205
|
-
|
|
208
|
+
<!-- description ref="simple_test" -->
|
|
206
209
|
A fully interactive form demonstrating all Markform v0.1 field types.
|
|
207
210
|
Fill all fields using interactive prompts - no LLM API key needed.
|
|
208
|
-
|
|
211
|
+
<!-- /description -->
|
|
209
212
|
|
|
210
|
-
|
|
213
|
+
<!-- group id="basic_fields" title="Basic Fields" -->
|
|
211
214
|
|
|
212
|
-
|
|
215
|
+
<!-- field kind="string" id="name" role="user" examples=["John Smith", "Jane Doe"] label="Name" maxLength=50 minLength=2 placeholder="Enter your name" required=true --><!-- /field -->
|
|
213
216
|
|
|
214
|
-
|
|
217
|
+
<!-- instructions ref="name" -->
|
|
215
218
|
Enter your full name (2-50 characters).
|
|
216
|
-
|
|
219
|
+
<!-- /instructions -->
|
|
217
220
|
|
|
218
|
-
|
|
221
|
+
<!-- field kind="string" id="email" role="user" examples=["alice@company.com", "bob@example.org"] label="Email" pattern="^[^@]+@[^@]+\\.[^@]+$" placeholder="email@example.com" required=true --><!-- /field -->
|
|
219
222
|
|
|
220
|
-
|
|
223
|
+
<!-- field kind="number" id="age" role="user" examples=["18", "30", "45"] integer=true label="Age" max=150 min=0 placeholder="25" required=true --><!-- /field -->
|
|
221
224
|
|
|
222
|
-
|
|
225
|
+
<!-- field kind="number" id="score" role="user" examples=["75.0", "90.5", "100.0"] label="Score" max=100 min=0 placeholder="85.5" --><!-- /field -->
|
|
223
226
|
|
|
224
|
-
|
|
227
|
+
<!-- instructions ref="score" -->
|
|
225
228
|
Enter a score between 0 and 100 (optional).
|
|
226
|
-
|
|
229
|
+
<!-- /instructions -->
|
|
227
230
|
|
|
228
|
-
|
|
231
|
+
<!-- /group -->
|
|
229
232
|
|
|
230
|
-
|
|
233
|
+
<!-- group id="list_fields" title="List Fields" -->
|
|
231
234
|
|
|
232
|
-
|
|
235
|
+
<!-- field kind="string_list" id="tags" role="user" itemMinLength=2 label="Tags" maxItems=5 minItems=1 required=true uniqueItems=true --><!-- /field -->
|
|
233
236
|
|
|
234
|
-
|
|
237
|
+
<!-- instructions ref="tags" -->
|
|
235
238
|
Add 1-5 unique tags (each at least 2 characters).
|
|
236
|
-
|
|
239
|
+
<!-- /instructions -->
|
|
237
240
|
|
|
238
|
-
|
|
241
|
+
<!-- /group -->
|
|
239
242
|
|
|
240
|
-
|
|
243
|
+
<!-- group id="selection_fields" title="Selection Fields" -->
|
|
241
244
|
|
|
242
|
-
|
|
243
|
-
- [ ] Low
|
|
244
|
-
- [ ] Medium
|
|
245
|
-
- [ ] High
|
|
246
|
-
|
|
245
|
+
<!-- field kind="single_select" id="priority" role="user" label="Priority" required=true -->
|
|
246
|
+
- [ ] Low <!-- #low -->
|
|
247
|
+
- [ ] Medium <!-- #medium -->
|
|
248
|
+
- [ ] High <!-- #high -->
|
|
249
|
+
<!-- /field -->
|
|
247
250
|
|
|
248
|
-
|
|
249
|
-
- [ ] Frontend
|
|
250
|
-
- [ ] Backend
|
|
251
|
-
- [ ] Database
|
|
252
|
-
- [ ] DevOps
|
|
253
|
-
|
|
251
|
+
<!-- field kind="multi_select" id="categories" role="user" label="Categories" maxSelections=3 minSelections=1 required=true -->
|
|
252
|
+
- [ ] Frontend <!-- #frontend -->
|
|
253
|
+
- [ ] Backend <!-- #backend -->
|
|
254
|
+
- [ ] Database <!-- #database -->
|
|
255
|
+
- [ ] DevOps <!-- #devops -->
|
|
256
|
+
<!-- /field -->
|
|
254
257
|
|
|
255
|
-
|
|
258
|
+
<!-- /group -->
|
|
256
259
|
|
|
257
|
-
|
|
260
|
+
<!-- group id="checkbox_fields" title="Checkbox Fields" -->
|
|
258
261
|
|
|
259
|
-
|
|
260
|
-
- [ ] Research
|
|
261
|
-
- [ ] Design
|
|
262
|
-
- [ ] Implement
|
|
263
|
-
- [ ] Test
|
|
264
|
-
|
|
262
|
+
<!-- field kind="checkboxes" id="tasks_multi" role="user" label="Tasks (Multi Mode)" required=true -->
|
|
263
|
+
- [ ] Research <!-- #research -->
|
|
264
|
+
- [ ] Design <!-- #design -->
|
|
265
|
+
- [ ] Implement <!-- #implement -->
|
|
266
|
+
- [ ] Test <!-- #test -->
|
|
267
|
+
<!-- /field -->
|
|
265
268
|
|
|
266
|
-
|
|
269
|
+
<!-- instructions ref="tasks_multi" -->
|
|
267
270
|
Track task progress.
|
|
268
271
|
All must reach done or na state to complete.
|
|
269
|
-
|
|
272
|
+
<!-- /instructions -->
|
|
270
273
|
|
|
271
|
-
|
|
272
|
-
- [ ] I have read the guidelines
|
|
273
|
-
- [ ] I agree to the terms
|
|
274
|
-
|
|
274
|
+
<!-- field kind="checkboxes" id="tasks_simple" role="user" checkboxMode="simple" label="Agreements (Simple Mode)" required=true -->
|
|
275
|
+
- [ ] I have read the guidelines <!-- #read_guidelines -->
|
|
276
|
+
- [ ] I agree to the terms <!-- #agree_terms -->
|
|
277
|
+
<!-- /field -->
|
|
275
278
|
|
|
276
|
-
|
|
277
|
-
- [ ] Data has been backed up
|
|
278
|
-
- [ ] Stakeholders notified
|
|
279
|
-
|
|
279
|
+
<!-- field kind="checkboxes" id="confirmations" role="user" checkboxMode="explicit" label="Confirmations (Explicit Mode)" required=true -->
|
|
280
|
+
- [ ] Data has been backed up <!-- #backed_up -->
|
|
281
|
+
- [ ] Stakeholders notified <!-- #notified -->
|
|
282
|
+
<!-- /field -->
|
|
280
283
|
|
|
281
|
-
|
|
284
|
+
<!-- instructions ref="confirmations" -->
|
|
282
285
|
Answer yes or no for each confirmation.
|
|
283
286
|
All must be explicitly answered.
|
|
284
|
-
|
|
287
|
+
<!-- /instructions -->
|
|
285
288
|
|
|
286
|
-
|
|
289
|
+
<!-- /group -->
|
|
287
290
|
|
|
288
|
-
|
|
291
|
+
<!-- group id="url_fields" title="URL Fields" -->
|
|
289
292
|
|
|
290
|
-
|
|
293
|
+
<!-- field kind="url" id="website" role="user" examples=["https://github.com/user/repo", "https://company.com"] label="Website" placeholder="https://example.com" required=true --><!-- /field -->
|
|
291
294
|
|
|
292
|
-
|
|
295
|
+
<!-- instructions ref="website" -->
|
|
293
296
|
Enter your website URL (must be http or https).
|
|
294
|
-
|
|
297
|
+
<!-- /instructions -->
|
|
295
298
|
|
|
296
|
-
|
|
299
|
+
<!-- field kind="url_list" id="references" role="user" examples=["https://wikipedia.org/wiki/Example", "https://docs.github.com/en"] label="References" maxItems=5 minItems=1 placeholder="https://docs.example.com" uniqueItems=true --><!-- /field -->
|
|
297
300
|
|
|
298
|
-
|
|
301
|
+
<!-- instructions ref="references" -->
|
|
299
302
|
Add 1-5 unique reference URLs for sources or documentation.
|
|
300
|
-
|
|
303
|
+
<!-- /instructions -->
|
|
301
304
|
|
|
302
|
-
|
|
305
|
+
<!-- /group -->
|
|
303
306
|
|
|
304
|
-
|
|
307
|
+
<!-- group id="date_fields" title="Date and Year Fields" -->
|
|
305
308
|
|
|
306
|
-
|
|
309
|
+
<!-- field kind="date" id="event_date" role="user" label="Event Date" max="2030-12-31" min="2020-01-01" required=true --><!-- /field -->
|
|
307
310
|
|
|
308
|
-
|
|
311
|
+
<!-- instructions ref="event_date" -->
|
|
309
312
|
Enter the event date (YYYY-MM-DD format, between 2020 and 2030).
|
|
310
|
-
|
|
313
|
+
<!-- /instructions -->
|
|
311
314
|
|
|
312
|
-
|
|
315
|
+
<!-- field kind="year" id="founded_year" role="user" label="Founded Year" max=2030 min=1900 required=true --><!-- /field -->
|
|
313
316
|
|
|
314
|
-
|
|
317
|
+
<!-- instructions ref="founded_year" -->
|
|
315
318
|
Enter the year the company was founded (1900-2030).
|
|
316
|
-
|
|
319
|
+
<!-- /instructions -->
|
|
317
320
|
|
|
318
|
-
|
|
321
|
+
<!-- /group -->
|
|
319
322
|
|
|
320
|
-
|
|
323
|
+
<!-- group id="table_fields" title="Table Fields" -->
|
|
321
324
|
|
|
322
|
-
|
|
325
|
+
<!-- field kind="table" id="team_members" role="user" columnIds=["name", "role", "start_date"] columnLabels=["Name", "Role", "Start Date"] columnTypes=[{type: "string", required: true}, "string", "date"] label="Team Members" maxRows=5 minRows=0 --><!-- /field -->
|
|
323
326
|
|
|
324
|
-
|
|
327
|
+
<!-- instructions ref="team_members" -->
|
|
325
328
|
Add team members with their name (required), role, and start date.
|
|
326
|
-
|
|
329
|
+
<!-- /instructions -->
|
|
327
330
|
|
|
328
|
-
|
|
331
|
+
<!-- field kind="table" id="project_tasks" role="user" columnIds=["task", "estimate_hrs", "link"] columnLabels=["Task", "Estimate (hrs)", "Link"] columnTypes=[{type: "string", required: true}, "number", "url"] label="Project Tasks" maxRows=10 minRows=0 --><!-- /field -->
|
|
329
332
|
|
|
330
|
-
|
|
333
|
+
<!-- instructions ref="project_tasks" -->
|
|
331
334
|
Optionally add project tasks with estimated hours and reference links.
|
|
332
|
-
|
|
335
|
+
<!-- /instructions -->
|
|
333
336
|
|
|
334
|
-
|
|
337
|
+
<!-- /group -->
|
|
335
338
|
|
|
336
|
-
|
|
339
|
+
<!-- group id="optional_fields" title="Optional Fields" -->
|
|
337
340
|
|
|
338
|
-
|
|
341
|
+
<!-- field kind="string" id="notes" role="user" label="Notes" --><!-- /field -->
|
|
339
342
|
|
|
340
|
-
|
|
343
|
+
<!-- instructions ref="notes" -->
|
|
341
344
|
Add any relevant notes or observations (optional).
|
|
342
|
-
|
|
345
|
+
<!-- /instructions -->
|
|
343
346
|
|
|
344
|
-
|
|
347
|
+
<!-- field kind="number" id="optional_number" role="user" label="Optional Number" --><!-- /field -->
|
|
345
348
|
|
|
346
|
-
|
|
349
|
+
<!-- field kind="url" id="related_url" role="user" label="Related URL" --><!-- /field -->
|
|
347
350
|
|
|
348
|
-
|
|
351
|
+
<!-- instructions ref="related_url" -->
|
|
349
352
|
Optionally add a URL to related documentation or resources.
|
|
350
|
-
|
|
353
|
+
<!-- /instructions -->
|
|
351
354
|
|
|
352
|
-
|
|
355
|
+
<!-- field kind="date" id="optional_date" role="user" label="Optional Date" --><!-- /field -->
|
|
353
356
|
|
|
354
|
-
|
|
357
|
+
<!-- instructions ref="optional_date" -->
|
|
355
358
|
Optionally add a date (YYYY-MM-DD format).
|
|
356
|
-
|
|
359
|
+
<!-- /instructions -->
|
|
357
360
|
|
|
358
|
-
|
|
361
|
+
<!-- field kind="year" id="optional_year" role="user" label="Optional Year" --><!-- /field -->
|
|
359
362
|
|
|
360
|
-
|
|
363
|
+
<!-- instructions ref="optional_year" -->
|
|
361
364
|
Optionally add a year.
|
|
362
|
-
|
|
365
|
+
<!-- /instructions -->
|
|
366
|
+
|
|
367
|
+
<!-- /group -->
|
|
368
|
+
|
|
369
|
+
<!-- /form -->
|
|
370
|
+
|
|
363
371
|
|
|
364
|
-
{% /group %}
|
|
365
372
|
|
|
366
|
-
{% /form %}
|
|
367
373
|
|
|
368
374
|
```
|
|
369
375
|
|
|
@@ -492,7 +498,7 @@ turns:
|
|
|
492
498
|
`{ op: "skip_field", fieldId: "...", reason: "Could not find verified data" }`
|
|
493
499
|
|
|
494
500
|
|
|
495
|
-
#
|
|
501
|
+
# Role guidance
|
|
496
502
|
Complete the remaining fields based on the provided context.
|
|
497
503
|
|
|
498
504
|
# Field-specific instructions
|
|
@@ -513,177 +519,183 @@ turns:
|
|
|
513
519
|
```markdown
|
|
514
520
|
---
|
|
515
521
|
markform:
|
|
516
|
-
spec:
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
522
|
+
spec: MF/0.1
|
|
523
|
+
title: Simple Test Form
|
|
524
|
+
description: Fully interactive demo - no LLM required. Demonstrates all Markform field types.
|
|
525
|
+
run_mode: interactive
|
|
526
|
+
roles:
|
|
527
|
+
- user
|
|
528
|
+
role_instructions:
|
|
529
|
+
user: Fill in all fields in this form.
|
|
521
530
|
---
|
|
522
531
|
|
|
523
|
-
|
|
532
|
+
<!-- form id="simple_test" title="Simple Test Form" -->
|
|
524
533
|
|
|
525
|
-
|
|
534
|
+
<!-- description ref="simple_test" -->
|
|
526
535
|
A fully interactive form demonstrating all Markform v0.1 field types.
|
|
527
536
|
Fill all fields using interactive prompts - no LLM API key needed.
|
|
528
|
-
|
|
537
|
+
<!-- /description -->
|
|
529
538
|
|
|
530
|
-
|
|
539
|
+
<!-- group id="basic_fields" title="Basic Fields" -->
|
|
531
540
|
|
|
532
|
-
|
|
541
|
+
<!-- field kind="string" id="name" role="user" examples=["John Smith", "Jane Doe"] label="Name" maxLength=50 minLength=2 placeholder="Enter your name" required=true --><!-- /field -->
|
|
533
542
|
|
|
534
|
-
|
|
543
|
+
<!-- instructions ref="name" -->
|
|
535
544
|
Enter your full name (2-50 characters).
|
|
536
|
-
|
|
545
|
+
<!-- /instructions -->
|
|
537
546
|
|
|
538
|
-
|
|
547
|
+
<!-- field kind="string" id="email" role="user" examples=["alice@company.com", "bob@example.org"] label="Email" pattern="^[^@]+@[^@]+\\.[^@]+$" placeholder="email@example.com" required=true --><!-- /field -->
|
|
539
548
|
|
|
540
|
-
|
|
549
|
+
<!-- field kind="number" id="age" role="user" examples=["18", "30", "45"] integer=true label="Age" max=150 min=0 placeholder="25" required=true --><!-- /field -->
|
|
541
550
|
|
|
542
|
-
|
|
551
|
+
<!-- field kind="number" id="score" role="user" examples=["75.0", "90.5", "100.0"] label="Score" max=100 min=0 placeholder="85.5" --><!-- /field -->
|
|
543
552
|
|
|
544
|
-
|
|
553
|
+
<!-- instructions ref="score" -->
|
|
545
554
|
Enter a score between 0 and 100 (optional).
|
|
546
|
-
|
|
555
|
+
<!-- /instructions -->
|
|
547
556
|
|
|
548
|
-
|
|
557
|
+
<!-- /group -->
|
|
549
558
|
|
|
550
|
-
|
|
559
|
+
<!-- group id="list_fields" title="List Fields" -->
|
|
551
560
|
|
|
552
|
-
|
|
561
|
+
<!-- field kind="string_list" id="tags" role="user" itemMinLength=2 label="Tags" maxItems=5 minItems=1 required=true uniqueItems=true --><!-- /field -->
|
|
553
562
|
|
|
554
|
-
|
|
563
|
+
<!-- instructions ref="tags" -->
|
|
555
564
|
Add 1-5 unique tags (each at least 2 characters).
|
|
556
|
-
|
|
565
|
+
<!-- /instructions -->
|
|
557
566
|
|
|
558
|
-
|
|
567
|
+
<!-- /group -->
|
|
559
568
|
|
|
560
|
-
|
|
569
|
+
<!-- group id="selection_fields" title="Selection Fields" -->
|
|
561
570
|
|
|
562
|
-
|
|
563
|
-
- [ ] Low
|
|
564
|
-
- [ ] Medium
|
|
565
|
-
- [ ] High
|
|
566
|
-
|
|
571
|
+
<!-- field kind="single_select" id="priority" role="user" label="Priority" required=true -->
|
|
572
|
+
- [ ] Low <!-- #low -->
|
|
573
|
+
- [ ] Medium <!-- #medium -->
|
|
574
|
+
- [ ] High <!-- #high -->
|
|
575
|
+
<!-- /field -->
|
|
567
576
|
|
|
568
|
-
|
|
569
|
-
- [ ] Frontend
|
|
570
|
-
- [ ] Backend
|
|
571
|
-
- [ ] Database
|
|
572
|
-
- [ ] DevOps
|
|
573
|
-
|
|
577
|
+
<!-- field kind="multi_select" id="categories" role="user" label="Categories" maxSelections=3 minSelections=1 required=true -->
|
|
578
|
+
- [ ] Frontend <!-- #frontend -->
|
|
579
|
+
- [ ] Backend <!-- #backend -->
|
|
580
|
+
- [ ] Database <!-- #database -->
|
|
581
|
+
- [ ] DevOps <!-- #devops -->
|
|
582
|
+
<!-- /field -->
|
|
574
583
|
|
|
575
|
-
|
|
584
|
+
<!-- /group -->
|
|
576
585
|
|
|
577
|
-
|
|
586
|
+
<!-- group id="checkbox_fields" title="Checkbox Fields" -->
|
|
578
587
|
|
|
579
|
-
|
|
580
|
-
- [ ] Research
|
|
581
|
-
- [ ] Design
|
|
582
|
-
- [ ] Implement
|
|
583
|
-
- [ ] Test
|
|
584
|
-
|
|
588
|
+
<!-- field kind="checkboxes" id="tasks_multi" role="user" label="Tasks (Multi Mode)" required=true -->
|
|
589
|
+
- [ ] Research <!-- #research -->
|
|
590
|
+
- [ ] Design <!-- #design -->
|
|
591
|
+
- [ ] Implement <!-- #implement -->
|
|
592
|
+
- [ ] Test <!-- #test -->
|
|
593
|
+
<!-- /field -->
|
|
585
594
|
|
|
586
|
-
|
|
595
|
+
<!-- instructions ref="tasks_multi" -->
|
|
587
596
|
Track task progress.
|
|
588
597
|
All must reach done or na state to complete.
|
|
589
|
-
|
|
598
|
+
<!-- /instructions -->
|
|
590
599
|
|
|
591
|
-
|
|
592
|
-
- [ ] I have read the guidelines
|
|
593
|
-
- [ ] I agree to the terms
|
|
594
|
-
|
|
600
|
+
<!-- field kind="checkboxes" id="tasks_simple" role="user" checkboxMode="simple" label="Agreements (Simple Mode)" required=true -->
|
|
601
|
+
- [ ] I have read the guidelines <!-- #read_guidelines -->
|
|
602
|
+
- [ ] I agree to the terms <!-- #agree_terms -->
|
|
603
|
+
<!-- /field -->
|
|
595
604
|
|
|
596
|
-
|
|
597
|
-
- [ ] Data has been backed up
|
|
598
|
-
- [ ] Stakeholders notified
|
|
599
|
-
|
|
605
|
+
<!-- field kind="checkboxes" id="confirmations" role="user" checkboxMode="explicit" label="Confirmations (Explicit Mode)" required=true -->
|
|
606
|
+
- [ ] Data has been backed up <!-- #backed_up -->
|
|
607
|
+
- [ ] Stakeholders notified <!-- #notified -->
|
|
608
|
+
<!-- /field -->
|
|
600
609
|
|
|
601
|
-
|
|
610
|
+
<!-- instructions ref="confirmations" -->
|
|
602
611
|
Answer yes or no for each confirmation.
|
|
603
612
|
All must be explicitly answered.
|
|
604
|
-
|
|
613
|
+
<!-- /instructions -->
|
|
605
614
|
|
|
606
|
-
|
|
615
|
+
<!-- /group -->
|
|
607
616
|
|
|
608
|
-
|
|
617
|
+
<!-- group id="url_fields" title="URL Fields" -->
|
|
609
618
|
|
|
610
|
-
|
|
619
|
+
<!-- field kind="url" id="website" role="user" examples=["https://github.com/user/repo", "https://company.com"] label="Website" placeholder="https://example.com" required=true --><!-- /field -->
|
|
611
620
|
|
|
612
|
-
|
|
621
|
+
<!-- instructions ref="website" -->
|
|
613
622
|
Enter your website URL (must be http or https).
|
|
614
|
-
|
|
623
|
+
<!-- /instructions -->
|
|
615
624
|
|
|
616
|
-
|
|
625
|
+
<!-- field kind="url_list" id="references" role="user" examples=["https://wikipedia.org/wiki/Example", "https://docs.github.com/en"] label="References" maxItems=5 minItems=1 placeholder="https://docs.example.com" uniqueItems=true --><!-- /field -->
|
|
617
626
|
|
|
618
|
-
|
|
627
|
+
<!-- instructions ref="references" -->
|
|
619
628
|
Add 1-5 unique reference URLs for sources or documentation.
|
|
620
|
-
|
|
629
|
+
<!-- /instructions -->
|
|
621
630
|
|
|
622
|
-
|
|
631
|
+
<!-- /group -->
|
|
623
632
|
|
|
624
|
-
|
|
633
|
+
<!-- group id="date_fields" title="Date and Year Fields" -->
|
|
625
634
|
|
|
626
|
-
|
|
635
|
+
<!-- field kind="date" id="event_date" role="user" label="Event Date" max="2030-12-31" min="2020-01-01" required=true --><!-- /field -->
|
|
627
636
|
|
|
628
|
-
|
|
637
|
+
<!-- instructions ref="event_date" -->
|
|
629
638
|
Enter the event date (YYYY-MM-DD format, between 2020 and 2030).
|
|
630
|
-
|
|
639
|
+
<!-- /instructions -->
|
|
631
640
|
|
|
632
|
-
|
|
641
|
+
<!-- field kind="year" id="founded_year" role="user" label="Founded Year" max=2030 min=1900 required=true --><!-- /field -->
|
|
633
642
|
|
|
634
|
-
|
|
643
|
+
<!-- instructions ref="founded_year" -->
|
|
635
644
|
Enter the year the company was founded (1900-2030).
|
|
636
|
-
|
|
645
|
+
<!-- /instructions -->
|
|
637
646
|
|
|
638
|
-
|
|
647
|
+
<!-- /group -->
|
|
639
648
|
|
|
640
|
-
|
|
649
|
+
<!-- group id="table_fields" title="Table Fields" -->
|
|
641
650
|
|
|
642
|
-
|
|
651
|
+
<!-- field kind="table" id="team_members" role="user" columnIds=["name", "role", "start_date"] columnLabels=["Name", "Role", "Start Date"] columnTypes=[{type: "string", required: true}, "string", "date"] label="Team Members" maxRows=5 minRows=0 --><!-- /field -->
|
|
643
652
|
|
|
644
|
-
|
|
653
|
+
<!-- instructions ref="team_members" -->
|
|
645
654
|
Add team members with their name (required), role, and start date.
|
|
646
|
-
|
|
655
|
+
<!-- /instructions -->
|
|
647
656
|
|
|
648
|
-
|
|
657
|
+
<!-- field kind="table" id="project_tasks" role="user" columnIds=["task", "estimate_hrs", "link"] columnLabels=["Task", "Estimate (hrs)", "Link"] columnTypes=[{type: "string", required: true}, "number", "url"] label="Project Tasks" maxRows=10 minRows=0 --><!-- /field -->
|
|
649
658
|
|
|
650
|
-
|
|
659
|
+
<!-- instructions ref="project_tasks" -->
|
|
651
660
|
Optionally add project tasks with estimated hours and reference links.
|
|
652
|
-
|
|
661
|
+
<!-- /instructions -->
|
|
653
662
|
|
|
654
|
-
|
|
663
|
+
<!-- /group -->
|
|
655
664
|
|
|
656
|
-
|
|
665
|
+
<!-- group id="optional_fields" title="Optional Fields" -->
|
|
657
666
|
|
|
658
|
-
|
|
667
|
+
<!-- field kind="string" id="notes" role="user" label="Notes" --><!-- /field -->
|
|
659
668
|
|
|
660
|
-
|
|
669
|
+
<!-- instructions ref="notes" -->
|
|
661
670
|
Add any relevant notes or observations (optional).
|
|
662
|
-
|
|
671
|
+
<!-- /instructions -->
|
|
663
672
|
|
|
664
|
-
|
|
673
|
+
<!-- field kind="number" id="optional_number" role="user" label="Optional Number" --><!-- /field -->
|
|
665
674
|
|
|
666
|
-
|
|
675
|
+
<!-- field kind="url" id="related_url" role="user" label="Related URL" --><!-- /field -->
|
|
667
676
|
|
|
668
|
-
|
|
677
|
+
<!-- instructions ref="related_url" -->
|
|
669
678
|
Optionally add a URL to related documentation or resources.
|
|
670
|
-
|
|
679
|
+
<!-- /instructions -->
|
|
671
680
|
|
|
672
|
-
|
|
681
|
+
<!-- field kind="date" id="optional_date" role="user" label="Optional Date" --><!-- /field -->
|
|
673
682
|
|
|
674
|
-
|
|
683
|
+
<!-- instructions ref="optional_date" -->
|
|
675
684
|
Optionally add a date (YYYY-MM-DD format).
|
|
676
|
-
|
|
685
|
+
<!-- /instructions -->
|
|
677
686
|
|
|
678
|
-
|
|
687
|
+
<!-- field kind="year" id="optional_year" role="user" label="Optional Year" --><!-- /field -->
|
|
679
688
|
|
|
680
|
-
|
|
689
|
+
<!-- instructions ref="optional_year" -->
|
|
681
690
|
Optionally add a year.
|
|
682
|
-
|
|
691
|
+
<!-- /instructions -->
|
|
692
|
+
|
|
693
|
+
<!-- /group -->
|
|
694
|
+
|
|
695
|
+
<!-- /form -->
|
|
696
|
+
|
|
683
697
|
|
|
684
|
-
{% /group %}
|
|
685
698
|
|
|
686
|
-
{% /form %}
|
|
687
699
|
|
|
688
700
|
```
|
|
689
701
|
|
|
@@ -935,7 +947,7 @@ turns:
|
|
|
935
947
|
reason: No value in mock form
|
|
936
948
|
after:
|
|
937
949
|
required_issue_count: 0
|
|
938
|
-
markdown_sha256:
|
|
950
|
+
markdown_sha256: 977039176fe8f9cba5a40f8726db43653bf4bc101c2add9cfaee4d4f6ed5e164
|
|
939
951
|
answered_field_count: 13
|
|
940
952
|
skipped_field_count: 7
|
|
941
953
|
context:
|
|
@@ -988,7 +1000,7 @@ turns:
|
|
|
988
1000
|
`{ op: "skip_field", fieldId: "...", reason: "Could not find verified data" }`
|
|
989
1001
|
|
|
990
1002
|
|
|
991
|
-
#
|
|
1003
|
+
# Role guidance
|
|
992
1004
|
Complete the remaining fields based on the provided context.
|
|
993
1005
|
|
|
994
1006
|
# Field-specific instructions
|
|
@@ -1009,202 +1021,208 @@ turns:
|
|
|
1009
1021
|
```markdown
|
|
1010
1022
|
---
|
|
1011
1023
|
markform:
|
|
1012
|
-
spec:
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1024
|
+
spec: MF/0.1
|
|
1025
|
+
title: Simple Test Form
|
|
1026
|
+
description: Fully interactive demo - no LLM required. Demonstrates all Markform field types.
|
|
1027
|
+
run_mode: interactive
|
|
1028
|
+
roles:
|
|
1029
|
+
- user
|
|
1030
|
+
role_instructions:
|
|
1031
|
+
user: Fill in all fields in this form.
|
|
1017
1032
|
---
|
|
1018
1033
|
|
|
1019
|
-
|
|
1034
|
+
<!-- form id="simple_test" title="Simple Test Form" -->
|
|
1020
1035
|
|
|
1021
|
-
|
|
1036
|
+
<!-- description ref="simple_test" -->
|
|
1022
1037
|
A fully interactive form demonstrating all Markform v0.1 field types.
|
|
1023
1038
|
Fill all fields using interactive prompts - no LLM API key needed.
|
|
1024
|
-
|
|
1039
|
+
<!-- /description -->
|
|
1025
1040
|
|
|
1026
|
-
|
|
1041
|
+
<!-- group id="basic_fields" title="Basic Fields" -->
|
|
1027
1042
|
|
|
1028
|
-
|
|
1043
|
+
<!-- field kind="string" id="name" role="user" examples=["John Smith", "Jane Doe"] label="Name" maxLength=50 minLength=2 placeholder="Enter your name" required=true -->
|
|
1029
1044
|
```value
|
|
1030
1045
|
Test User
|
|
1031
1046
|
```
|
|
1032
|
-
|
|
1047
|
+
<!-- /field -->
|
|
1033
1048
|
|
|
1034
|
-
|
|
1049
|
+
<!-- instructions ref="name" -->
|
|
1035
1050
|
Enter your full name (2-50 characters).
|
|
1036
|
-
|
|
1051
|
+
<!-- /instructions -->
|
|
1037
1052
|
|
|
1038
|
-
|
|
1053
|
+
<!-- field kind="string" id="email" role="user" examples=["alice@company.com", "bob@example.org"] label="Email" pattern="^[^@]+@[^@]+\\.[^@]+$" placeholder="email@example.com" required=true -->
|
|
1039
1054
|
```value
|
|
1040
1055
|
test@example.com
|
|
1041
1056
|
```
|
|
1042
|
-
|
|
1057
|
+
<!-- /field -->
|
|
1043
1058
|
|
|
1044
|
-
|
|
1059
|
+
<!-- field kind="number" id="age" role="user" examples=["18", "30", "45"] integer=true label="Age" max=150 min=0 placeholder="25" required=true -->
|
|
1045
1060
|
```value
|
|
1046
1061
|
25
|
|
1047
1062
|
```
|
|
1048
|
-
|
|
1063
|
+
<!-- /field -->
|
|
1049
1064
|
|
|
1050
|
-
|
|
1065
|
+
<!-- field kind="number" id="score" role="user" examples=["75.0", "90.5", "100.0"] label="Score" max=100 min=0 placeholder="85.5" --><!-- /field -->
|
|
1051
1066
|
|
|
1052
|
-
|
|
1067
|
+
<!-- instructions ref="score" -->
|
|
1053
1068
|
Enter a score between 0 and 100 (optional).
|
|
1054
|
-
|
|
1069
|
+
<!-- /instructions -->
|
|
1055
1070
|
|
|
1056
|
-
|
|
1071
|
+
<!-- /group -->
|
|
1057
1072
|
|
|
1058
|
-
|
|
1073
|
+
<!-- group id="list_fields" title="List Fields" -->
|
|
1059
1074
|
|
|
1060
|
-
|
|
1075
|
+
<!-- field kind="string_list" id="tags" role="user" itemMinLength=2 label="Tags" maxItems=5 minItems=1 required=true uniqueItems=true -->
|
|
1061
1076
|
```value
|
|
1062
1077
|
typescript
|
|
1063
1078
|
testing
|
|
1064
1079
|
```
|
|
1065
|
-
|
|
1080
|
+
<!-- /field -->
|
|
1066
1081
|
|
|
1067
|
-
|
|
1082
|
+
<!-- instructions ref="tags" -->
|
|
1068
1083
|
Add 1-5 unique tags (each at least 2 characters).
|
|
1069
|
-
|
|
1084
|
+
<!-- /instructions -->
|
|
1070
1085
|
|
|
1071
|
-
|
|
1086
|
+
<!-- /group -->
|
|
1072
1087
|
|
|
1073
|
-
|
|
1088
|
+
<!-- group id="selection_fields" title="Selection Fields" -->
|
|
1074
1089
|
|
|
1075
|
-
|
|
1076
|
-
- [ ] Low
|
|
1077
|
-
- [ ] Medium
|
|
1078
|
-
- [x] High
|
|
1079
|
-
|
|
1090
|
+
<!-- field kind="single_select" id="priority" role="user" label="Priority" required=true -->
|
|
1091
|
+
- [ ] Low <!-- #low -->
|
|
1092
|
+
- [ ] Medium <!-- #medium -->
|
|
1093
|
+
- [x] High <!-- #high -->
|
|
1094
|
+
<!-- /field -->
|
|
1080
1095
|
|
|
1081
|
-
|
|
1082
|
-
- [x] Frontend
|
|
1083
|
-
- [x] Backend
|
|
1084
|
-
- [ ] Database
|
|
1085
|
-
- [ ] DevOps
|
|
1086
|
-
|
|
1096
|
+
<!-- field kind="multi_select" id="categories" role="user" label="Categories" maxSelections=3 minSelections=1 required=true -->
|
|
1097
|
+
- [x] Frontend <!-- #frontend -->
|
|
1098
|
+
- [x] Backend <!-- #backend -->
|
|
1099
|
+
- [ ] Database <!-- #database -->
|
|
1100
|
+
- [ ] DevOps <!-- #devops -->
|
|
1101
|
+
<!-- /field -->
|
|
1087
1102
|
|
|
1088
|
-
|
|
1103
|
+
<!-- /group -->
|
|
1089
1104
|
|
|
1090
|
-
|
|
1105
|
+
<!-- group id="checkbox_fields" title="Checkbox Fields" -->
|
|
1091
1106
|
|
|
1092
|
-
|
|
1093
|
-
- [x] Research
|
|
1094
|
-
- [x] Design
|
|
1095
|
-
- [x] Implement
|
|
1096
|
-
- [-] Test
|
|
1097
|
-
|
|
1107
|
+
<!-- field kind="checkboxes" id="tasks_multi" role="user" label="Tasks (Multi Mode)" required=true -->
|
|
1108
|
+
- [x] Research <!-- #research -->
|
|
1109
|
+
- [x] Design <!-- #design -->
|
|
1110
|
+
- [x] Implement <!-- #implement -->
|
|
1111
|
+
- [-] Test <!-- #test -->
|
|
1112
|
+
<!-- /field -->
|
|
1098
1113
|
|
|
1099
|
-
|
|
1114
|
+
<!-- instructions ref="tasks_multi" -->
|
|
1100
1115
|
Track task progress.
|
|
1101
1116
|
All must reach done or na state to complete.
|
|
1102
|
-
|
|
1117
|
+
<!-- /instructions -->
|
|
1103
1118
|
|
|
1104
|
-
|
|
1105
|
-
- [ ] I have read the guidelines
|
|
1106
|
-
- [ ] I agree to the terms
|
|
1107
|
-
|
|
1119
|
+
<!-- field kind="checkboxes" id="tasks_simple" role="user" checkboxMode="simple" label="Agreements (Simple Mode)" required=true -->
|
|
1120
|
+
- [ ] I have read the guidelines <!-- #read_guidelines -->
|
|
1121
|
+
- [ ] I agree to the terms <!-- #agree_terms -->
|
|
1122
|
+
<!-- /field -->
|
|
1108
1123
|
|
|
1109
|
-
|
|
1110
|
-
- [y] Data has been backed up
|
|
1111
|
-
- [n] Stakeholders notified
|
|
1112
|
-
|
|
1124
|
+
<!-- field kind="checkboxes" id="confirmations" role="user" checkboxMode="explicit" label="Confirmations (Explicit Mode)" required=true -->
|
|
1125
|
+
- [y] Data has been backed up <!-- #backed_up -->
|
|
1126
|
+
- [n] Stakeholders notified <!-- #notified -->
|
|
1127
|
+
<!-- /field -->
|
|
1113
1128
|
|
|
1114
|
-
|
|
1129
|
+
<!-- instructions ref="confirmations" -->
|
|
1115
1130
|
Answer yes or no for each confirmation.
|
|
1116
1131
|
All must be explicitly answered.
|
|
1117
|
-
|
|
1132
|
+
<!-- /instructions -->
|
|
1118
1133
|
|
|
1119
|
-
|
|
1134
|
+
<!-- /group -->
|
|
1120
1135
|
|
|
1121
|
-
|
|
1136
|
+
<!-- group id="url_fields" title="URL Fields" -->
|
|
1122
1137
|
|
|
1123
|
-
|
|
1138
|
+
<!-- field kind="url" id="website" role="user" examples=["https://github.com/user/repo", "https://company.com"] label="Website" placeholder="https://example.com" required=true --><!-- /field -->
|
|
1124
1139
|
|
|
1125
|
-
|
|
1140
|
+
<!-- instructions ref="website" -->
|
|
1126
1141
|
Enter your website URL (must be http or https).
|
|
1127
|
-
|
|
1142
|
+
<!-- /instructions -->
|
|
1128
1143
|
|
|
1129
|
-
|
|
1144
|
+
<!-- field kind="url_list" id="references" role="user" examples=["https://wikipedia.org/wiki/Example", "https://docs.github.com/en"] label="References" maxItems=5 minItems=1 placeholder="https://docs.example.com" uniqueItems=true --><!-- /field -->
|
|
1130
1145
|
|
|
1131
|
-
|
|
1146
|
+
<!-- instructions ref="references" -->
|
|
1132
1147
|
Add 1-5 unique reference URLs for sources or documentation.
|
|
1133
|
-
|
|
1148
|
+
<!-- /instructions -->
|
|
1134
1149
|
|
|
1135
|
-
|
|
1150
|
+
<!-- /group -->
|
|
1136
1151
|
|
|
1137
|
-
|
|
1152
|
+
<!-- group id="date_fields" title="Date and Year Fields" -->
|
|
1138
1153
|
|
|
1139
|
-
|
|
1154
|
+
<!-- field kind="date" id="event_date" role="user" label="Event Date" max="2030-12-31" min="2020-01-01" required=true -->
|
|
1140
1155
|
```value
|
|
1141
1156
|
2025-03-15
|
|
1142
1157
|
```
|
|
1143
|
-
|
|
1158
|
+
<!-- /field -->
|
|
1144
1159
|
|
|
1145
|
-
|
|
1160
|
+
<!-- instructions ref="event_date" -->
|
|
1146
1161
|
Enter the event date (YYYY-MM-DD format, between 2020 and 2030).
|
|
1147
|
-
|
|
1162
|
+
<!-- /instructions -->
|
|
1148
1163
|
|
|
1149
|
-
|
|
1164
|
+
<!-- field kind="year" id="founded_year" role="user" label="Founded Year" max=2030 min=1900 required=true -->
|
|
1150
1165
|
```value
|
|
1151
1166
|
2021
|
|
1152
1167
|
```
|
|
1153
|
-
|
|
1168
|
+
<!-- /field -->
|
|
1154
1169
|
|
|
1155
|
-
|
|
1170
|
+
<!-- instructions ref="founded_year" -->
|
|
1156
1171
|
Enter the year the company was founded (1900-2030).
|
|
1157
|
-
|
|
1172
|
+
<!-- /instructions -->
|
|
1158
1173
|
|
|
1159
|
-
|
|
1174
|
+
<!-- /group -->
|
|
1160
1175
|
|
|
1161
|
-
|
|
1176
|
+
<!-- group id="table_fields" title="Table Fields" -->
|
|
1162
1177
|
|
|
1163
|
-
|
|
1178
|
+
<!-- field kind="table" id="team_members" role="user" columnIds=["name", "role", "start_date"] columnLabels=["Name", "Role", "Start Date"] columnTypes=[{type: "string", required: true}, "string", "date"] label="Team Members" maxRows=5 minRows=0 --><!-- /field -->
|
|
1164
1179
|
|
|
1165
|
-
|
|
1180
|
+
<!-- instructions ref="team_members" -->
|
|
1166
1181
|
Add team members with their name (required), role, and start date.
|
|
1167
|
-
|
|
1182
|
+
<!-- /instructions -->
|
|
1168
1183
|
|
|
1169
|
-
|
|
1184
|
+
<!-- field kind="table" id="project_tasks" role="user" columnIds=["task", "estimate_hrs", "link"] columnLabels=["Task", "Estimate (hrs)", "Link"] columnTypes=[{type: "string", required: true}, "number", "url"] label="Project Tasks" maxRows=10 minRows=0 --><!-- /field -->
|
|
1170
1185
|
|
|
1171
|
-
|
|
1186
|
+
<!-- instructions ref="project_tasks" -->
|
|
1172
1187
|
Optionally add project tasks with estimated hours and reference links.
|
|
1173
|
-
|
|
1188
|
+
<!-- /instructions -->
|
|
1174
1189
|
|
|
1175
|
-
|
|
1190
|
+
<!-- /group -->
|
|
1176
1191
|
|
|
1177
|
-
|
|
1192
|
+
<!-- group id="optional_fields" title="Optional Fields" -->
|
|
1178
1193
|
|
|
1179
|
-
|
|
1194
|
+
<!-- field kind="string" id="notes" role="user" label="Notes" --><!-- /field -->
|
|
1180
1195
|
|
|
1181
|
-
|
|
1196
|
+
<!-- instructions ref="notes" -->
|
|
1182
1197
|
Add any relevant notes or observations (optional).
|
|
1183
|
-
|
|
1198
|
+
<!-- /instructions -->
|
|
1184
1199
|
|
|
1185
|
-
|
|
1200
|
+
<!-- field kind="number" id="optional_number" role="user" label="Optional Number" --><!-- /field -->
|
|
1186
1201
|
|
|
1187
|
-
|
|
1202
|
+
<!-- field kind="url" id="related_url" role="user" label="Related URL" --><!-- /field -->
|
|
1188
1203
|
|
|
1189
|
-
|
|
1204
|
+
<!-- instructions ref="related_url" -->
|
|
1190
1205
|
Optionally add a URL to related documentation or resources.
|
|
1191
|
-
|
|
1206
|
+
<!-- /instructions -->
|
|
1192
1207
|
|
|
1193
|
-
|
|
1208
|
+
<!-- field kind="date" id="optional_date" role="user" label="Optional Date" --><!-- /field -->
|
|
1194
1209
|
|
|
1195
|
-
|
|
1210
|
+
<!-- instructions ref="optional_date" -->
|
|
1196
1211
|
Optionally add a date (YYYY-MM-DD format).
|
|
1197
|
-
|
|
1212
|
+
<!-- /instructions -->
|
|
1198
1213
|
|
|
1199
|
-
|
|
1214
|
+
<!-- field kind="year" id="optional_year" role="user" label="Optional Year" --><!-- /field -->
|
|
1200
1215
|
|
|
1201
|
-
|
|
1216
|
+
<!-- instructions ref="optional_year" -->
|
|
1202
1217
|
Optionally add a year.
|
|
1203
|
-
|
|
1218
|
+
<!-- /instructions -->
|
|
1219
|
+
|
|
1220
|
+
<!-- /group -->
|
|
1221
|
+
|
|
1222
|
+
<!-- /form -->
|
|
1223
|
+
|
|
1204
1224
|
|
|
1205
|
-
{% /group %}
|
|
1206
1225
|
|
|
1207
|
-
{% /form %}
|
|
1208
1226
|
|
|
1209
1227
|
```
|
|
1210
1228
|
|
|
@@ -1331,7 +1349,7 @@ turns:
|
|
|
1331
1349
|
`{ op: "skip_field", fieldId: "...", reason: "Could not find verified data" }`
|
|
1332
1350
|
|
|
1333
1351
|
|
|
1334
|
-
#
|
|
1352
|
+
# Role guidance
|
|
1335
1353
|
Complete the remaining fields based on the provided context.
|
|
1336
1354
|
|
|
1337
1355
|
# Field-specific instructions
|
|
@@ -1352,202 +1370,208 @@ turns:
|
|
|
1352
1370
|
```markdown
|
|
1353
1371
|
---
|
|
1354
1372
|
markform:
|
|
1355
|
-
spec:
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1373
|
+
spec: MF/0.1
|
|
1374
|
+
title: Simple Test Form
|
|
1375
|
+
description: Fully interactive demo - no LLM required. Demonstrates all Markform field types.
|
|
1376
|
+
run_mode: interactive
|
|
1377
|
+
roles:
|
|
1378
|
+
- user
|
|
1379
|
+
role_instructions:
|
|
1380
|
+
user: Fill in all fields in this form.
|
|
1360
1381
|
---
|
|
1361
1382
|
|
|
1362
|
-
|
|
1383
|
+
<!-- form id="simple_test" title="Simple Test Form" -->
|
|
1363
1384
|
|
|
1364
|
-
|
|
1385
|
+
<!-- description ref="simple_test" -->
|
|
1365
1386
|
A fully interactive form demonstrating all Markform v0.1 field types.
|
|
1366
1387
|
Fill all fields using interactive prompts - no LLM API key needed.
|
|
1367
|
-
|
|
1388
|
+
<!-- /description -->
|
|
1368
1389
|
|
|
1369
|
-
|
|
1390
|
+
<!-- group id="basic_fields" title="Basic Fields" -->
|
|
1370
1391
|
|
|
1371
|
-
|
|
1392
|
+
<!-- field kind="string" id="name" role="user" examples=["John Smith", "Jane Doe"] label="Name" maxLength=50 minLength=2 placeholder="Enter your name" required=true -->
|
|
1372
1393
|
```value
|
|
1373
1394
|
Test User
|
|
1374
1395
|
```
|
|
1375
|
-
|
|
1396
|
+
<!-- /field -->
|
|
1376
1397
|
|
|
1377
|
-
|
|
1398
|
+
<!-- instructions ref="name" -->
|
|
1378
1399
|
Enter your full name (2-50 characters).
|
|
1379
|
-
|
|
1400
|
+
<!-- /instructions -->
|
|
1380
1401
|
|
|
1381
|
-
|
|
1402
|
+
<!-- field kind="string" id="email" role="user" examples=["alice@company.com", "bob@example.org"] label="Email" pattern="^[^@]+@[^@]+\\.[^@]+$" placeholder="email@example.com" required=true -->
|
|
1382
1403
|
```value
|
|
1383
1404
|
test@example.com
|
|
1384
1405
|
```
|
|
1385
|
-
|
|
1406
|
+
<!-- /field -->
|
|
1386
1407
|
|
|
1387
|
-
|
|
1408
|
+
<!-- field kind="number" id="age" role="user" examples=["18", "30", "45"] integer=true label="Age" max=150 min=0 placeholder="25" required=true -->
|
|
1388
1409
|
```value
|
|
1389
1410
|
25
|
|
1390
1411
|
```
|
|
1391
|
-
|
|
1412
|
+
<!-- /field -->
|
|
1392
1413
|
|
|
1393
|
-
|
|
1414
|
+
<!-- field kind="number" id="score" role="user" examples=["75.0", "90.5", "100.0"] label="Score" max=100 min=0 placeholder="85.5" --><!-- /field -->
|
|
1394
1415
|
|
|
1395
|
-
|
|
1416
|
+
<!-- instructions ref="score" -->
|
|
1396
1417
|
Enter a score between 0 and 100 (optional).
|
|
1397
|
-
|
|
1418
|
+
<!-- /instructions -->
|
|
1398
1419
|
|
|
1399
|
-
|
|
1420
|
+
<!-- /group -->
|
|
1400
1421
|
|
|
1401
|
-
|
|
1422
|
+
<!-- group id="list_fields" title="List Fields" -->
|
|
1402
1423
|
|
|
1403
|
-
|
|
1424
|
+
<!-- field kind="string_list" id="tags" role="user" itemMinLength=2 label="Tags" maxItems=5 minItems=1 required=true uniqueItems=true -->
|
|
1404
1425
|
```value
|
|
1405
1426
|
typescript
|
|
1406
1427
|
testing
|
|
1407
1428
|
```
|
|
1408
|
-
|
|
1429
|
+
<!-- /field -->
|
|
1409
1430
|
|
|
1410
|
-
|
|
1431
|
+
<!-- instructions ref="tags" -->
|
|
1411
1432
|
Add 1-5 unique tags (each at least 2 characters).
|
|
1412
|
-
|
|
1433
|
+
<!-- /instructions -->
|
|
1413
1434
|
|
|
1414
|
-
|
|
1435
|
+
<!-- /group -->
|
|
1415
1436
|
|
|
1416
|
-
|
|
1437
|
+
<!-- group id="selection_fields" title="Selection Fields" -->
|
|
1417
1438
|
|
|
1418
|
-
|
|
1419
|
-
- [ ] Low
|
|
1420
|
-
- [ ] Medium
|
|
1421
|
-
- [x] High
|
|
1422
|
-
|
|
1439
|
+
<!-- field kind="single_select" id="priority" role="user" label="Priority" required=true -->
|
|
1440
|
+
- [ ] Low <!-- #low -->
|
|
1441
|
+
- [ ] Medium <!-- #medium -->
|
|
1442
|
+
- [x] High <!-- #high -->
|
|
1443
|
+
<!-- /field -->
|
|
1423
1444
|
|
|
1424
|
-
|
|
1425
|
-
- [x] Frontend
|
|
1426
|
-
- [x] Backend
|
|
1427
|
-
- [ ] Database
|
|
1428
|
-
- [ ] DevOps
|
|
1429
|
-
|
|
1445
|
+
<!-- field kind="multi_select" id="categories" role="user" label="Categories" maxSelections=3 minSelections=1 required=true -->
|
|
1446
|
+
- [x] Frontend <!-- #frontend -->
|
|
1447
|
+
- [x] Backend <!-- #backend -->
|
|
1448
|
+
- [ ] Database <!-- #database -->
|
|
1449
|
+
- [ ] DevOps <!-- #devops -->
|
|
1450
|
+
<!-- /field -->
|
|
1430
1451
|
|
|
1431
|
-
|
|
1452
|
+
<!-- /group -->
|
|
1432
1453
|
|
|
1433
|
-
|
|
1454
|
+
<!-- group id="checkbox_fields" title="Checkbox Fields" -->
|
|
1434
1455
|
|
|
1435
|
-
|
|
1436
|
-
- [x] Research
|
|
1437
|
-
- [x] Design
|
|
1438
|
-
- [x] Implement
|
|
1439
|
-
- [-] Test
|
|
1440
|
-
|
|
1456
|
+
<!-- field kind="checkboxes" id="tasks_multi" role="user" label="Tasks (Multi Mode)" required=true -->
|
|
1457
|
+
- [x] Research <!-- #research -->
|
|
1458
|
+
- [x] Design <!-- #design -->
|
|
1459
|
+
- [x] Implement <!-- #implement -->
|
|
1460
|
+
- [-] Test <!-- #test -->
|
|
1461
|
+
<!-- /field -->
|
|
1441
1462
|
|
|
1442
|
-
|
|
1463
|
+
<!-- instructions ref="tasks_multi" -->
|
|
1443
1464
|
Track task progress.
|
|
1444
1465
|
All must reach done or na state to complete.
|
|
1445
|
-
|
|
1466
|
+
<!-- /instructions -->
|
|
1446
1467
|
|
|
1447
|
-
|
|
1448
|
-
- [ ] I have read the guidelines
|
|
1449
|
-
- [ ] I agree to the terms
|
|
1450
|
-
|
|
1468
|
+
<!-- field kind="checkboxes" id="tasks_simple" role="user" checkboxMode="simple" label="Agreements (Simple Mode)" required=true -->
|
|
1469
|
+
- [ ] I have read the guidelines <!-- #read_guidelines -->
|
|
1470
|
+
- [ ] I agree to the terms <!-- #agree_terms -->
|
|
1471
|
+
<!-- /field -->
|
|
1451
1472
|
|
|
1452
|
-
|
|
1453
|
-
- [y] Data has been backed up
|
|
1454
|
-
- [n] Stakeholders notified
|
|
1455
|
-
|
|
1473
|
+
<!-- field kind="checkboxes" id="confirmations" role="user" checkboxMode="explicit" label="Confirmations (Explicit Mode)" required=true -->
|
|
1474
|
+
- [y] Data has been backed up <!-- #backed_up -->
|
|
1475
|
+
- [n] Stakeholders notified <!-- #notified -->
|
|
1476
|
+
<!-- /field -->
|
|
1456
1477
|
|
|
1457
|
-
|
|
1478
|
+
<!-- instructions ref="confirmations" -->
|
|
1458
1479
|
Answer yes or no for each confirmation.
|
|
1459
1480
|
All must be explicitly answered.
|
|
1460
|
-
|
|
1481
|
+
<!-- /instructions -->
|
|
1461
1482
|
|
|
1462
|
-
|
|
1483
|
+
<!-- /group -->
|
|
1463
1484
|
|
|
1464
|
-
|
|
1485
|
+
<!-- group id="url_fields" title="URL Fields" -->
|
|
1465
1486
|
|
|
1466
|
-
|
|
1487
|
+
<!-- field kind="url" id="website" role="user" examples=["https://github.com/user/repo", "https://company.com"] label="Website" placeholder="https://example.com" required=true --><!-- /field -->
|
|
1467
1488
|
|
|
1468
|
-
|
|
1489
|
+
<!-- instructions ref="website" -->
|
|
1469
1490
|
Enter your website URL (must be http or https).
|
|
1470
|
-
|
|
1491
|
+
<!-- /instructions -->
|
|
1471
1492
|
|
|
1472
|
-
|
|
1493
|
+
<!-- field kind="url_list" id="references" role="user" examples=["https://wikipedia.org/wiki/Example", "https://docs.github.com/en"] label="References" maxItems=5 minItems=1 placeholder="https://docs.example.com" uniqueItems=true --><!-- /field -->
|
|
1473
1494
|
|
|
1474
|
-
|
|
1495
|
+
<!-- instructions ref="references" -->
|
|
1475
1496
|
Add 1-5 unique reference URLs for sources or documentation.
|
|
1476
|
-
|
|
1497
|
+
<!-- /instructions -->
|
|
1477
1498
|
|
|
1478
|
-
|
|
1499
|
+
<!-- /group -->
|
|
1479
1500
|
|
|
1480
|
-
|
|
1501
|
+
<!-- group id="date_fields" title="Date and Year Fields" -->
|
|
1481
1502
|
|
|
1482
|
-
|
|
1503
|
+
<!-- field kind="date" id="event_date" role="user" label="Event Date" max="2030-12-31" min="2020-01-01" required=true -->
|
|
1483
1504
|
```value
|
|
1484
1505
|
2025-03-15
|
|
1485
1506
|
```
|
|
1486
|
-
|
|
1507
|
+
<!-- /field -->
|
|
1487
1508
|
|
|
1488
|
-
|
|
1509
|
+
<!-- instructions ref="event_date" -->
|
|
1489
1510
|
Enter the event date (YYYY-MM-DD format, between 2020 and 2030).
|
|
1490
|
-
|
|
1511
|
+
<!-- /instructions -->
|
|
1491
1512
|
|
|
1492
|
-
|
|
1513
|
+
<!-- field kind="year" id="founded_year" role="user" label="Founded Year" max=2030 min=1900 required=true -->
|
|
1493
1514
|
```value
|
|
1494
1515
|
2021
|
|
1495
1516
|
```
|
|
1496
|
-
|
|
1517
|
+
<!-- /field -->
|
|
1497
1518
|
|
|
1498
|
-
|
|
1519
|
+
<!-- instructions ref="founded_year" -->
|
|
1499
1520
|
Enter the year the company was founded (1900-2030).
|
|
1500
|
-
|
|
1521
|
+
<!-- /instructions -->
|
|
1501
1522
|
|
|
1502
|
-
|
|
1523
|
+
<!-- /group -->
|
|
1503
1524
|
|
|
1504
|
-
|
|
1525
|
+
<!-- group id="table_fields" title="Table Fields" -->
|
|
1505
1526
|
|
|
1506
|
-
|
|
1527
|
+
<!-- field kind="table" id="team_members" role="user" columnIds=["name", "role", "start_date"] columnLabels=["Name", "Role", "Start Date"] columnTypes=[{type: "string", required: true}, "string", "date"] label="Team Members" maxRows=5 minRows=0 --><!-- /field -->
|
|
1507
1528
|
|
|
1508
|
-
|
|
1529
|
+
<!-- instructions ref="team_members" -->
|
|
1509
1530
|
Add team members with their name (required), role, and start date.
|
|
1510
|
-
|
|
1531
|
+
<!-- /instructions -->
|
|
1511
1532
|
|
|
1512
|
-
|
|
1533
|
+
<!-- field kind="table" id="project_tasks" role="user" columnIds=["task", "estimate_hrs", "link"] columnLabels=["Task", "Estimate (hrs)", "Link"] columnTypes=[{type: "string", required: true}, "number", "url"] label="Project Tasks" maxRows=10 minRows=0 --><!-- /field -->
|
|
1513
1534
|
|
|
1514
|
-
|
|
1535
|
+
<!-- instructions ref="project_tasks" -->
|
|
1515
1536
|
Optionally add project tasks with estimated hours and reference links.
|
|
1516
|
-
|
|
1537
|
+
<!-- /instructions -->
|
|
1517
1538
|
|
|
1518
|
-
|
|
1539
|
+
<!-- /group -->
|
|
1519
1540
|
|
|
1520
|
-
|
|
1541
|
+
<!-- group id="optional_fields" title="Optional Fields" -->
|
|
1521
1542
|
|
|
1522
|
-
|
|
1543
|
+
<!-- field kind="string" id="notes" role="user" label="Notes" --><!-- /field -->
|
|
1523
1544
|
|
|
1524
|
-
|
|
1545
|
+
<!-- instructions ref="notes" -->
|
|
1525
1546
|
Add any relevant notes or observations (optional).
|
|
1526
|
-
|
|
1547
|
+
<!-- /instructions -->
|
|
1527
1548
|
|
|
1528
|
-
|
|
1549
|
+
<!-- field kind="number" id="optional_number" role="user" label="Optional Number" --><!-- /field -->
|
|
1529
1550
|
|
|
1530
|
-
|
|
1551
|
+
<!-- field kind="url" id="related_url" role="user" label="Related URL" --><!-- /field -->
|
|
1531
1552
|
|
|
1532
|
-
|
|
1553
|
+
<!-- instructions ref="related_url" -->
|
|
1533
1554
|
Optionally add a URL to related documentation or resources.
|
|
1534
|
-
|
|
1555
|
+
<!-- /instructions -->
|
|
1535
1556
|
|
|
1536
|
-
|
|
1557
|
+
<!-- field kind="date" id="optional_date" role="user" label="Optional Date" --><!-- /field -->
|
|
1537
1558
|
|
|
1538
|
-
|
|
1559
|
+
<!-- instructions ref="optional_date" -->
|
|
1539
1560
|
Optionally add a date (YYYY-MM-DD format).
|
|
1540
|
-
|
|
1561
|
+
<!-- /instructions -->
|
|
1541
1562
|
|
|
1542
|
-
|
|
1563
|
+
<!-- field kind="year" id="optional_year" role="user" label="Optional Year" --><!-- /field -->
|
|
1543
1564
|
|
|
1544
|
-
|
|
1565
|
+
<!-- instructions ref="optional_year" -->
|
|
1545
1566
|
Optionally add a year.
|
|
1546
|
-
|
|
1567
|
+
<!-- /instructions -->
|
|
1568
|
+
|
|
1569
|
+
<!-- /group -->
|
|
1570
|
+
|
|
1571
|
+
<!-- /form -->
|
|
1572
|
+
|
|
1547
1573
|
|
|
1548
|
-
{% /group %}
|
|
1549
1574
|
|
|
1550
|
-
{% /form %}
|
|
1551
1575
|
|
|
1552
1576
|
```
|
|
1553
1577
|
|
|
@@ -1707,7 +1731,7 @@ turns:
|
|
|
1707
1731
|
reason: No value in mock form
|
|
1708
1732
|
after:
|
|
1709
1733
|
required_issue_count: 0
|
|
1710
|
-
markdown_sha256:
|
|
1734
|
+
markdown_sha256: 6bff8d2d1e64c787c0a6e0661051b8ff6fd94bfc2cb3ed4054e74c93576a75d5
|
|
1711
1735
|
answered_field_count: 13
|
|
1712
1736
|
skipped_field_count: 8
|
|
1713
1737
|
context:
|
|
@@ -1760,7 +1784,7 @@ turns:
|
|
|
1760
1784
|
`{ op: "skip_field", fieldId: "...", reason: "Could not find verified data" }`
|
|
1761
1785
|
|
|
1762
1786
|
|
|
1763
|
-
#
|
|
1787
|
+
# Role guidance
|
|
1764
1788
|
Complete the remaining fields based on the provided context.
|
|
1765
1789
|
|
|
1766
1790
|
# Field-specific instructions
|
|
@@ -1774,238 +1798,244 @@ turns:
|
|
|
1774
1798
|
```markdown
|
|
1775
1799
|
---
|
|
1776
1800
|
markform:
|
|
1777
|
-
spec:
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1801
|
+
spec: MF/0.1
|
|
1802
|
+
title: Simple Test Form
|
|
1803
|
+
description: Fully interactive demo - no LLM required. Demonstrates all Markform field types.
|
|
1804
|
+
run_mode: interactive
|
|
1805
|
+
roles:
|
|
1806
|
+
- user
|
|
1807
|
+
role_instructions:
|
|
1808
|
+
user: Fill in all fields in this form.
|
|
1782
1809
|
---
|
|
1783
1810
|
|
|
1784
|
-
|
|
1811
|
+
<!-- form id="simple_test" title="Simple Test Form" -->
|
|
1785
1812
|
|
|
1786
|
-
|
|
1813
|
+
<!-- description ref="simple_test" -->
|
|
1787
1814
|
A fully interactive form demonstrating all Markform v0.1 field types.
|
|
1788
1815
|
Fill all fields using interactive prompts - no LLM API key needed.
|
|
1789
|
-
|
|
1816
|
+
<!-- /description -->
|
|
1790
1817
|
|
|
1791
|
-
|
|
1818
|
+
<!-- group id="basic_fields" title="Basic Fields" -->
|
|
1792
1819
|
|
|
1793
|
-
|
|
1820
|
+
<!-- field kind="string" id="name" role="user" examples=["John Smith", "Jane Doe"] label="Name" maxLength=50 minLength=2 placeholder="Enter your name" required=true -->
|
|
1794
1821
|
```value
|
|
1795
1822
|
Test User
|
|
1796
1823
|
```
|
|
1797
|
-
|
|
1824
|
+
<!-- /field -->
|
|
1798
1825
|
|
|
1799
|
-
|
|
1826
|
+
<!-- instructions ref="name" -->
|
|
1800
1827
|
Enter your full name (2-50 characters).
|
|
1801
|
-
|
|
1828
|
+
<!-- /instructions -->
|
|
1802
1829
|
|
|
1803
|
-
|
|
1830
|
+
<!-- field kind="string" id="email" role="user" examples=["alice@company.com", "bob@example.org"] label="Email" pattern="^[^@]+@[^@]+\\.[^@]+$" placeholder="email@example.com" required=true -->
|
|
1804
1831
|
```value
|
|
1805
1832
|
test@example.com
|
|
1806
1833
|
```
|
|
1807
|
-
|
|
1834
|
+
<!-- /field -->
|
|
1808
1835
|
|
|
1809
|
-
|
|
1836
|
+
<!-- field kind="number" id="age" role="user" examples=["18", "30", "45"] integer=true label="Age" max=150 min=0 placeholder="25" required=true -->
|
|
1810
1837
|
```value
|
|
1811
1838
|
25
|
|
1812
1839
|
```
|
|
1813
|
-
|
|
1840
|
+
<!-- /field -->
|
|
1814
1841
|
|
|
1815
|
-
|
|
1842
|
+
<!-- field kind="number" id="score" role="user" examples=["75.0", "90.5", "100.0"] label="Score" max=100 min=0 placeholder="85.5" state="skipped" -->
|
|
1816
1843
|
```value
|
|
1817
1844
|
%SKIP% (No value in mock form)
|
|
1818
1845
|
```
|
|
1819
|
-
|
|
1846
|
+
<!-- /field -->
|
|
1820
1847
|
|
|
1821
|
-
|
|
1848
|
+
<!-- instructions ref="score" -->
|
|
1822
1849
|
Enter a score between 0 and 100 (optional).
|
|
1823
|
-
|
|
1850
|
+
<!-- /instructions -->
|
|
1824
1851
|
|
|
1825
|
-
|
|
1852
|
+
<!-- /group -->
|
|
1826
1853
|
|
|
1827
|
-
|
|
1854
|
+
<!-- group id="list_fields" title="List Fields" -->
|
|
1828
1855
|
|
|
1829
|
-
|
|
1856
|
+
<!-- field kind="string_list" id="tags" role="user" itemMinLength=2 label="Tags" maxItems=5 minItems=1 required=true uniqueItems=true -->
|
|
1830
1857
|
```value
|
|
1831
1858
|
typescript
|
|
1832
1859
|
testing
|
|
1833
1860
|
```
|
|
1834
|
-
|
|
1861
|
+
<!-- /field -->
|
|
1835
1862
|
|
|
1836
|
-
|
|
1863
|
+
<!-- instructions ref="tags" -->
|
|
1837
1864
|
Add 1-5 unique tags (each at least 2 characters).
|
|
1838
|
-
|
|
1865
|
+
<!-- /instructions -->
|
|
1839
1866
|
|
|
1840
|
-
|
|
1867
|
+
<!-- /group -->
|
|
1841
1868
|
|
|
1842
|
-
|
|
1869
|
+
<!-- group id="selection_fields" title="Selection Fields" -->
|
|
1843
1870
|
|
|
1844
|
-
|
|
1845
|
-
- [ ] Low
|
|
1846
|
-
- [ ] Medium
|
|
1847
|
-
- [x] High
|
|
1848
|
-
|
|
1871
|
+
<!-- field kind="single_select" id="priority" role="user" label="Priority" required=true -->
|
|
1872
|
+
- [ ] Low <!-- #low -->
|
|
1873
|
+
- [ ] Medium <!-- #medium -->
|
|
1874
|
+
- [x] High <!-- #high -->
|
|
1875
|
+
<!-- /field -->
|
|
1849
1876
|
|
|
1850
|
-
|
|
1851
|
-
- [x] Frontend
|
|
1852
|
-
- [x] Backend
|
|
1853
|
-
- [ ] Database
|
|
1854
|
-
- [ ] DevOps
|
|
1855
|
-
|
|
1877
|
+
<!-- field kind="multi_select" id="categories" role="user" label="Categories" maxSelections=3 minSelections=1 required=true -->
|
|
1878
|
+
- [x] Frontend <!-- #frontend -->
|
|
1879
|
+
- [x] Backend <!-- #backend -->
|
|
1880
|
+
- [ ] Database <!-- #database -->
|
|
1881
|
+
- [ ] DevOps <!-- #devops -->
|
|
1882
|
+
<!-- /field -->
|
|
1856
1883
|
|
|
1857
|
-
|
|
1884
|
+
<!-- /group -->
|
|
1858
1885
|
|
|
1859
|
-
|
|
1886
|
+
<!-- group id="checkbox_fields" title="Checkbox Fields" -->
|
|
1860
1887
|
|
|
1861
|
-
|
|
1862
|
-
- [x] Research
|
|
1863
|
-
- [x] Design
|
|
1864
|
-
- [x] Implement
|
|
1865
|
-
- [-] Test
|
|
1866
|
-
|
|
1888
|
+
<!-- field kind="checkboxes" id="tasks_multi" role="user" label="Tasks (Multi Mode)" required=true -->
|
|
1889
|
+
- [x] Research <!-- #research -->
|
|
1890
|
+
- [x] Design <!-- #design -->
|
|
1891
|
+
- [x] Implement <!-- #implement -->
|
|
1892
|
+
- [-] Test <!-- #test -->
|
|
1893
|
+
<!-- /field -->
|
|
1867
1894
|
|
|
1868
|
-
|
|
1895
|
+
<!-- instructions ref="tasks_multi" -->
|
|
1869
1896
|
Track task progress.
|
|
1870
1897
|
All must reach done or na state to complete.
|
|
1871
|
-
|
|
1898
|
+
<!-- /instructions -->
|
|
1872
1899
|
|
|
1873
|
-
|
|
1874
|
-
- [x] I have read the guidelines
|
|
1875
|
-
- [x] I agree to the terms
|
|
1876
|
-
|
|
1900
|
+
<!-- field kind="checkboxes" id="tasks_simple" role="user" checkboxMode="simple" label="Agreements (Simple Mode)" required=true -->
|
|
1901
|
+
- [x] I have read the guidelines <!-- #read_guidelines -->
|
|
1902
|
+
- [x] I agree to the terms <!-- #agree_terms -->
|
|
1903
|
+
<!-- /field -->
|
|
1877
1904
|
|
|
1878
|
-
|
|
1879
|
-
- [y] Data has been backed up
|
|
1880
|
-
- [n] Stakeholders notified
|
|
1881
|
-
|
|
1905
|
+
<!-- field kind="checkboxes" id="confirmations" role="user" checkboxMode="explicit" label="Confirmations (Explicit Mode)" required=true -->
|
|
1906
|
+
- [y] Data has been backed up <!-- #backed_up -->
|
|
1907
|
+
- [n] Stakeholders notified <!-- #notified -->
|
|
1908
|
+
<!-- /field -->
|
|
1882
1909
|
|
|
1883
|
-
|
|
1910
|
+
<!-- instructions ref="confirmations" -->
|
|
1884
1911
|
Answer yes or no for each confirmation.
|
|
1885
1912
|
All must be explicitly answered.
|
|
1886
|
-
|
|
1913
|
+
<!-- /instructions -->
|
|
1887
1914
|
|
|
1888
|
-
|
|
1915
|
+
<!-- /group -->
|
|
1889
1916
|
|
|
1890
|
-
|
|
1917
|
+
<!-- group id="url_fields" title="URL Fields" -->
|
|
1891
1918
|
|
|
1892
|
-
|
|
1919
|
+
<!-- field kind="url" id="website" role="user" examples=["https://github.com/user/repo", "https://company.com"] label="Website" placeholder="https://example.com" required=true -->
|
|
1893
1920
|
```value
|
|
1894
1921
|
https://test.example.com
|
|
1895
1922
|
```
|
|
1896
|
-
|
|
1923
|
+
<!-- /field -->
|
|
1897
1924
|
|
|
1898
|
-
|
|
1925
|
+
<!-- instructions ref="website" -->
|
|
1899
1926
|
Enter your website URL (must be http or https).
|
|
1900
|
-
|
|
1927
|
+
<!-- /instructions -->
|
|
1901
1928
|
|
|
1902
|
-
|
|
1929
|
+
<!-- field kind="url_list" id="references" role="user" examples=["https://wikipedia.org/wiki/Example", "https://docs.github.com/en"] label="References" maxItems=5 minItems=1 placeholder="https://docs.example.com" uniqueItems=true -->
|
|
1903
1930
|
```value
|
|
1904
1931
|
https://docs.example.com
|
|
1905
1932
|
```
|
|
1906
|
-
|
|
1933
|
+
<!-- /field -->
|
|
1907
1934
|
|
|
1908
|
-
|
|
1935
|
+
<!-- instructions ref="references" -->
|
|
1909
1936
|
Add 1-5 unique reference URLs for sources or documentation.
|
|
1910
|
-
|
|
1937
|
+
<!-- /instructions -->
|
|
1911
1938
|
|
|
1912
|
-
|
|
1939
|
+
<!-- /group -->
|
|
1913
1940
|
|
|
1914
|
-
|
|
1941
|
+
<!-- group id="date_fields" title="Date and Year Fields" -->
|
|
1915
1942
|
|
|
1916
|
-
|
|
1943
|
+
<!-- field kind="date" id="event_date" role="user" label="Event Date" max="2030-12-31" min="2020-01-01" required=true -->
|
|
1917
1944
|
```value
|
|
1918
1945
|
2025-03-15
|
|
1919
1946
|
```
|
|
1920
|
-
|
|
1947
|
+
<!-- /field -->
|
|
1921
1948
|
|
|
1922
|
-
|
|
1949
|
+
<!-- instructions ref="event_date" -->
|
|
1923
1950
|
Enter the event date (YYYY-MM-DD format, between 2020 and 2030).
|
|
1924
|
-
|
|
1951
|
+
<!-- /instructions -->
|
|
1925
1952
|
|
|
1926
|
-
|
|
1953
|
+
<!-- field kind="year" id="founded_year" role="user" label="Founded Year" max=2030 min=1900 required=true -->
|
|
1927
1954
|
```value
|
|
1928
1955
|
2021
|
|
1929
1956
|
```
|
|
1930
|
-
|
|
1957
|
+
<!-- /field -->
|
|
1931
1958
|
|
|
1932
|
-
|
|
1959
|
+
<!-- instructions ref="founded_year" -->
|
|
1933
1960
|
Enter the year the company was founded (1900-2030).
|
|
1934
|
-
|
|
1961
|
+
<!-- /instructions -->
|
|
1935
1962
|
|
|
1936
|
-
|
|
1963
|
+
<!-- /group -->
|
|
1937
1964
|
|
|
1938
|
-
|
|
1965
|
+
<!-- group id="table_fields" title="Table Fields" -->
|
|
1939
1966
|
|
|
1940
|
-
|
|
1967
|
+
<!-- field kind="table" id="team_members" role="user" columnIds=["name", "role", "start_date"] columnLabels=["Name", "Role", "Start Date"] columnTypes=[{type: "string", required: true}, "string", "date"] label="Team Members" maxRows=5 minRows=0 --><!-- /field -->
|
|
1941
1968
|
|
|
1942
|
-
|
|
1969
|
+
<!-- instructions ref="team_members" -->
|
|
1943
1970
|
Add team members with their name (required), role, and start date.
|
|
1944
|
-
|
|
1971
|
+
<!-- /instructions -->
|
|
1945
1972
|
|
|
1946
|
-
|
|
1973
|
+
<!-- field kind="table" id="project_tasks" role="user" columnIds=["task", "estimate_hrs", "link"] columnLabels=["Task", "Estimate (hrs)", "Link"] columnTypes=[{type: "string", required: true}, "number", "url"] label="Project Tasks" maxRows=10 minRows=0 state="skipped" -->
|
|
1947
1974
|
```value
|
|
1948
1975
|
%SKIP% (No value in mock form)
|
|
1949
1976
|
```
|
|
1950
|
-
|
|
1977
|
+
<!-- /field -->
|
|
1951
1978
|
|
|
1952
|
-
|
|
1979
|
+
<!-- instructions ref="project_tasks" -->
|
|
1953
1980
|
Optionally add project tasks with estimated hours and reference links.
|
|
1954
|
-
|
|
1981
|
+
<!-- /instructions -->
|
|
1955
1982
|
|
|
1956
|
-
|
|
1983
|
+
<!-- /group -->
|
|
1957
1984
|
|
|
1958
|
-
|
|
1985
|
+
<!-- group id="optional_fields" title="Optional Fields" -->
|
|
1959
1986
|
|
|
1960
|
-
|
|
1987
|
+
<!-- field kind="string" id="notes" role="user" label="Notes" state="skipped" -->
|
|
1961
1988
|
```value
|
|
1962
1989
|
%SKIP% (No value in mock form)
|
|
1963
1990
|
```
|
|
1964
|
-
|
|
1991
|
+
<!-- /field -->
|
|
1965
1992
|
|
|
1966
|
-
|
|
1993
|
+
<!-- instructions ref="notes" -->
|
|
1967
1994
|
Add any relevant notes or observations (optional).
|
|
1968
|
-
|
|
1995
|
+
<!-- /instructions -->
|
|
1969
1996
|
|
|
1970
|
-
|
|
1997
|
+
<!-- field kind="number" id="optional_number" role="user" label="Optional Number" state="skipped" -->
|
|
1971
1998
|
```value
|
|
1972
1999
|
%SKIP% (No value in mock form)
|
|
1973
2000
|
```
|
|
1974
|
-
|
|
2001
|
+
<!-- /field -->
|
|
1975
2002
|
|
|
1976
|
-
|
|
2003
|
+
<!-- field kind="url" id="related_url" role="user" label="Related URL" state="skipped" -->
|
|
1977
2004
|
```value
|
|
1978
2005
|
%SKIP% (No value in mock form)
|
|
1979
2006
|
```
|
|
1980
|
-
|
|
2007
|
+
<!-- /field -->
|
|
1981
2008
|
|
|
1982
|
-
|
|
2009
|
+
<!-- instructions ref="related_url" -->
|
|
1983
2010
|
Optionally add a URL to related documentation or resources.
|
|
1984
|
-
|
|
2011
|
+
<!-- /instructions -->
|
|
1985
2012
|
|
|
1986
|
-
|
|
2013
|
+
<!-- field kind="date" id="optional_date" role="user" label="Optional Date" state="skipped" -->
|
|
1987
2014
|
```value
|
|
1988
2015
|
%SKIP% (No value in mock form)
|
|
1989
2016
|
```
|
|
1990
|
-
|
|
2017
|
+
<!-- /field -->
|
|
1991
2018
|
|
|
1992
|
-
|
|
2019
|
+
<!-- instructions ref="optional_date" -->
|
|
1993
2020
|
Optionally add a date (YYYY-MM-DD format).
|
|
1994
|
-
|
|
2021
|
+
<!-- /instructions -->
|
|
1995
2022
|
|
|
1996
|
-
|
|
2023
|
+
<!-- field kind="year" id="optional_year" role="user" label="Optional Year" state="skipped" -->
|
|
1997
2024
|
```value
|
|
1998
2025
|
%SKIP% (No value in mock form)
|
|
1999
2026
|
```
|
|
2000
|
-
|
|
2027
|
+
<!-- /field -->
|
|
2001
2028
|
|
|
2002
|
-
|
|
2029
|
+
<!-- instructions ref="optional_year" -->
|
|
2003
2030
|
Optionally add a year.
|
|
2004
|
-
|
|
2031
|
+
<!-- /instructions -->
|
|
2032
|
+
|
|
2033
|
+
<!-- /group -->
|
|
2034
|
+
|
|
2035
|
+
<!-- /form -->
|
|
2036
|
+
|
|
2005
2037
|
|
|
2006
|
-
{% /group %}
|
|
2007
2038
|
|
|
2008
|
-
{% /form %}
|
|
2009
2039
|
|
|
2010
2040
|
```
|
|
2011
2041
|
|
|
@@ -2076,7 +2106,7 @@ turns:
|
|
|
2076
2106
|
`{ op: "skip_field", fieldId: "...", reason: "Could not find verified data" }`
|
|
2077
2107
|
|
|
2078
2108
|
|
|
2079
|
-
#
|
|
2109
|
+
# Role guidance
|
|
2080
2110
|
Complete the remaining fields based on the provided context.
|
|
2081
2111
|
|
|
2082
2112
|
# Field-specific instructions
|
|
@@ -2090,238 +2120,244 @@ turns:
|
|
|
2090
2120
|
```markdown
|
|
2091
2121
|
---
|
|
2092
2122
|
markform:
|
|
2093
|
-
spec:
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2123
|
+
spec: MF/0.1
|
|
2124
|
+
title: Simple Test Form
|
|
2125
|
+
description: Fully interactive demo - no LLM required. Demonstrates all Markform field types.
|
|
2126
|
+
run_mode: interactive
|
|
2127
|
+
roles:
|
|
2128
|
+
- user
|
|
2129
|
+
role_instructions:
|
|
2130
|
+
user: Fill in all fields in this form.
|
|
2098
2131
|
---
|
|
2099
2132
|
|
|
2100
|
-
|
|
2133
|
+
<!-- form id="simple_test" title="Simple Test Form" -->
|
|
2101
2134
|
|
|
2102
|
-
|
|
2135
|
+
<!-- description ref="simple_test" -->
|
|
2103
2136
|
A fully interactive form demonstrating all Markform v0.1 field types.
|
|
2104
2137
|
Fill all fields using interactive prompts - no LLM API key needed.
|
|
2105
|
-
|
|
2138
|
+
<!-- /description -->
|
|
2106
2139
|
|
|
2107
|
-
|
|
2140
|
+
<!-- group id="basic_fields" title="Basic Fields" -->
|
|
2108
2141
|
|
|
2109
|
-
|
|
2142
|
+
<!-- field kind="string" id="name" role="user" examples=["John Smith", "Jane Doe"] label="Name" maxLength=50 minLength=2 placeholder="Enter your name" required=true -->
|
|
2110
2143
|
```value
|
|
2111
2144
|
Test User
|
|
2112
2145
|
```
|
|
2113
|
-
|
|
2146
|
+
<!-- /field -->
|
|
2114
2147
|
|
|
2115
|
-
|
|
2148
|
+
<!-- instructions ref="name" -->
|
|
2116
2149
|
Enter your full name (2-50 characters).
|
|
2117
|
-
|
|
2150
|
+
<!-- /instructions -->
|
|
2118
2151
|
|
|
2119
|
-
|
|
2152
|
+
<!-- field kind="string" id="email" role="user" examples=["alice@company.com", "bob@example.org"] label="Email" pattern="^[^@]+@[^@]+\\.[^@]+$" placeholder="email@example.com" required=true -->
|
|
2120
2153
|
```value
|
|
2121
2154
|
test@example.com
|
|
2122
2155
|
```
|
|
2123
|
-
|
|
2156
|
+
<!-- /field -->
|
|
2124
2157
|
|
|
2125
|
-
|
|
2158
|
+
<!-- field kind="number" id="age" role="user" examples=["18", "30", "45"] integer=true label="Age" max=150 min=0 placeholder="25" required=true -->
|
|
2126
2159
|
```value
|
|
2127
2160
|
25
|
|
2128
2161
|
```
|
|
2129
|
-
|
|
2162
|
+
<!-- /field -->
|
|
2130
2163
|
|
|
2131
|
-
|
|
2164
|
+
<!-- field kind="number" id="score" role="user" examples=["75.0", "90.5", "100.0"] label="Score" max=100 min=0 placeholder="85.5" state="skipped" -->
|
|
2132
2165
|
```value
|
|
2133
2166
|
%SKIP% (No value in mock form)
|
|
2134
2167
|
```
|
|
2135
|
-
|
|
2168
|
+
<!-- /field -->
|
|
2136
2169
|
|
|
2137
|
-
|
|
2170
|
+
<!-- instructions ref="score" -->
|
|
2138
2171
|
Enter a score between 0 and 100 (optional).
|
|
2139
|
-
|
|
2172
|
+
<!-- /instructions -->
|
|
2140
2173
|
|
|
2141
|
-
|
|
2174
|
+
<!-- /group -->
|
|
2142
2175
|
|
|
2143
|
-
|
|
2176
|
+
<!-- group id="list_fields" title="List Fields" -->
|
|
2144
2177
|
|
|
2145
|
-
|
|
2178
|
+
<!-- field kind="string_list" id="tags" role="user" itemMinLength=2 label="Tags" maxItems=5 minItems=1 required=true uniqueItems=true -->
|
|
2146
2179
|
```value
|
|
2147
2180
|
typescript
|
|
2148
2181
|
testing
|
|
2149
2182
|
```
|
|
2150
|
-
|
|
2183
|
+
<!-- /field -->
|
|
2151
2184
|
|
|
2152
|
-
|
|
2185
|
+
<!-- instructions ref="tags" -->
|
|
2153
2186
|
Add 1-5 unique tags (each at least 2 characters).
|
|
2154
|
-
|
|
2187
|
+
<!-- /instructions -->
|
|
2155
2188
|
|
|
2156
|
-
|
|
2189
|
+
<!-- /group -->
|
|
2157
2190
|
|
|
2158
|
-
|
|
2191
|
+
<!-- group id="selection_fields" title="Selection Fields" -->
|
|
2159
2192
|
|
|
2160
|
-
|
|
2161
|
-
- [ ] Low
|
|
2162
|
-
- [ ] Medium
|
|
2163
|
-
- [x] High
|
|
2164
|
-
|
|
2193
|
+
<!-- field kind="single_select" id="priority" role="user" label="Priority" required=true -->
|
|
2194
|
+
- [ ] Low <!-- #low -->
|
|
2195
|
+
- [ ] Medium <!-- #medium -->
|
|
2196
|
+
- [x] High <!-- #high -->
|
|
2197
|
+
<!-- /field -->
|
|
2165
2198
|
|
|
2166
|
-
|
|
2167
|
-
- [x] Frontend
|
|
2168
|
-
- [x] Backend
|
|
2169
|
-
- [ ] Database
|
|
2170
|
-
- [ ] DevOps
|
|
2171
|
-
|
|
2199
|
+
<!-- field kind="multi_select" id="categories" role="user" label="Categories" maxSelections=3 minSelections=1 required=true -->
|
|
2200
|
+
- [x] Frontend <!-- #frontend -->
|
|
2201
|
+
- [x] Backend <!-- #backend -->
|
|
2202
|
+
- [ ] Database <!-- #database -->
|
|
2203
|
+
- [ ] DevOps <!-- #devops -->
|
|
2204
|
+
<!-- /field -->
|
|
2172
2205
|
|
|
2173
|
-
|
|
2206
|
+
<!-- /group -->
|
|
2174
2207
|
|
|
2175
|
-
|
|
2208
|
+
<!-- group id="checkbox_fields" title="Checkbox Fields" -->
|
|
2176
2209
|
|
|
2177
|
-
|
|
2178
|
-
- [x] Research
|
|
2179
|
-
- [x] Design
|
|
2180
|
-
- [x] Implement
|
|
2181
|
-
- [-] Test
|
|
2182
|
-
|
|
2210
|
+
<!-- field kind="checkboxes" id="tasks_multi" role="user" label="Tasks (Multi Mode)" required=true -->
|
|
2211
|
+
- [x] Research <!-- #research -->
|
|
2212
|
+
- [x] Design <!-- #design -->
|
|
2213
|
+
- [x] Implement <!-- #implement -->
|
|
2214
|
+
- [-] Test <!-- #test -->
|
|
2215
|
+
<!-- /field -->
|
|
2183
2216
|
|
|
2184
|
-
|
|
2217
|
+
<!-- instructions ref="tasks_multi" -->
|
|
2185
2218
|
Track task progress.
|
|
2186
2219
|
All must reach done or na state to complete.
|
|
2187
|
-
|
|
2220
|
+
<!-- /instructions -->
|
|
2188
2221
|
|
|
2189
|
-
|
|
2190
|
-
- [x] I have read the guidelines
|
|
2191
|
-
- [x] I agree to the terms
|
|
2192
|
-
|
|
2222
|
+
<!-- field kind="checkboxes" id="tasks_simple" role="user" checkboxMode="simple" label="Agreements (Simple Mode)" required=true -->
|
|
2223
|
+
- [x] I have read the guidelines <!-- #read_guidelines -->
|
|
2224
|
+
- [x] I agree to the terms <!-- #agree_terms -->
|
|
2225
|
+
<!-- /field -->
|
|
2193
2226
|
|
|
2194
|
-
|
|
2195
|
-
- [y] Data has been backed up
|
|
2196
|
-
- [n] Stakeholders notified
|
|
2197
|
-
|
|
2227
|
+
<!-- field kind="checkboxes" id="confirmations" role="user" checkboxMode="explicit" label="Confirmations (Explicit Mode)" required=true -->
|
|
2228
|
+
- [y] Data has been backed up <!-- #backed_up -->
|
|
2229
|
+
- [n] Stakeholders notified <!-- #notified -->
|
|
2230
|
+
<!-- /field -->
|
|
2198
2231
|
|
|
2199
|
-
|
|
2232
|
+
<!-- instructions ref="confirmations" -->
|
|
2200
2233
|
Answer yes or no for each confirmation.
|
|
2201
2234
|
All must be explicitly answered.
|
|
2202
|
-
|
|
2235
|
+
<!-- /instructions -->
|
|
2203
2236
|
|
|
2204
|
-
|
|
2237
|
+
<!-- /group -->
|
|
2205
2238
|
|
|
2206
|
-
|
|
2239
|
+
<!-- group id="url_fields" title="URL Fields" -->
|
|
2207
2240
|
|
|
2208
|
-
|
|
2241
|
+
<!-- field kind="url" id="website" role="user" examples=["https://github.com/user/repo", "https://company.com"] label="Website" placeholder="https://example.com" required=true -->
|
|
2209
2242
|
```value
|
|
2210
2243
|
https://test.example.com
|
|
2211
2244
|
```
|
|
2212
|
-
|
|
2245
|
+
<!-- /field -->
|
|
2213
2246
|
|
|
2214
|
-
|
|
2247
|
+
<!-- instructions ref="website" -->
|
|
2215
2248
|
Enter your website URL (must be http or https).
|
|
2216
|
-
|
|
2249
|
+
<!-- /instructions -->
|
|
2217
2250
|
|
|
2218
|
-
|
|
2251
|
+
<!-- field kind="url_list" id="references" role="user" examples=["https://wikipedia.org/wiki/Example", "https://docs.github.com/en"] label="References" maxItems=5 minItems=1 placeholder="https://docs.example.com" uniqueItems=true -->
|
|
2219
2252
|
```value
|
|
2220
2253
|
https://docs.example.com
|
|
2221
2254
|
```
|
|
2222
|
-
|
|
2255
|
+
<!-- /field -->
|
|
2223
2256
|
|
|
2224
|
-
|
|
2257
|
+
<!-- instructions ref="references" -->
|
|
2225
2258
|
Add 1-5 unique reference URLs for sources or documentation.
|
|
2226
|
-
|
|
2259
|
+
<!-- /instructions -->
|
|
2227
2260
|
|
|
2228
|
-
|
|
2261
|
+
<!-- /group -->
|
|
2229
2262
|
|
|
2230
|
-
|
|
2263
|
+
<!-- group id="date_fields" title="Date and Year Fields" -->
|
|
2231
2264
|
|
|
2232
|
-
|
|
2265
|
+
<!-- field kind="date" id="event_date" role="user" label="Event Date" max="2030-12-31" min="2020-01-01" required=true -->
|
|
2233
2266
|
```value
|
|
2234
2267
|
2025-03-15
|
|
2235
2268
|
```
|
|
2236
|
-
|
|
2269
|
+
<!-- /field -->
|
|
2237
2270
|
|
|
2238
|
-
|
|
2271
|
+
<!-- instructions ref="event_date" -->
|
|
2239
2272
|
Enter the event date (YYYY-MM-DD format, between 2020 and 2030).
|
|
2240
|
-
|
|
2273
|
+
<!-- /instructions -->
|
|
2241
2274
|
|
|
2242
|
-
|
|
2275
|
+
<!-- field kind="year" id="founded_year" role="user" label="Founded Year" max=2030 min=1900 required=true -->
|
|
2243
2276
|
```value
|
|
2244
2277
|
2021
|
|
2245
2278
|
```
|
|
2246
|
-
|
|
2279
|
+
<!-- /field -->
|
|
2247
2280
|
|
|
2248
|
-
|
|
2281
|
+
<!-- instructions ref="founded_year" -->
|
|
2249
2282
|
Enter the year the company was founded (1900-2030).
|
|
2250
|
-
|
|
2283
|
+
<!-- /instructions -->
|
|
2251
2284
|
|
|
2252
|
-
|
|
2285
|
+
<!-- /group -->
|
|
2253
2286
|
|
|
2254
|
-
|
|
2287
|
+
<!-- group id="table_fields" title="Table Fields" -->
|
|
2255
2288
|
|
|
2256
|
-
|
|
2289
|
+
<!-- field kind="table" id="team_members" role="user" columnIds=["name", "role", "start_date"] columnLabels=["Name", "Role", "Start Date"] columnTypes=[{type: "string", required: true}, "string", "date"] label="Team Members" maxRows=5 minRows=0 --><!-- /field -->
|
|
2257
2290
|
|
|
2258
|
-
|
|
2291
|
+
<!-- instructions ref="team_members" -->
|
|
2259
2292
|
Add team members with their name (required), role, and start date.
|
|
2260
|
-
|
|
2293
|
+
<!-- /instructions -->
|
|
2261
2294
|
|
|
2262
|
-
|
|
2295
|
+
<!-- field kind="table" id="project_tasks" role="user" columnIds=["task", "estimate_hrs", "link"] columnLabels=["Task", "Estimate (hrs)", "Link"] columnTypes=[{type: "string", required: true}, "number", "url"] label="Project Tasks" maxRows=10 minRows=0 state="skipped" -->
|
|
2263
2296
|
```value
|
|
2264
2297
|
%SKIP% (No value in mock form)
|
|
2265
2298
|
```
|
|
2266
|
-
|
|
2299
|
+
<!-- /field -->
|
|
2267
2300
|
|
|
2268
|
-
|
|
2301
|
+
<!-- instructions ref="project_tasks" -->
|
|
2269
2302
|
Optionally add project tasks with estimated hours and reference links.
|
|
2270
|
-
|
|
2303
|
+
<!-- /instructions -->
|
|
2271
2304
|
|
|
2272
|
-
|
|
2305
|
+
<!-- /group -->
|
|
2273
2306
|
|
|
2274
|
-
|
|
2307
|
+
<!-- group id="optional_fields" title="Optional Fields" -->
|
|
2275
2308
|
|
|
2276
|
-
|
|
2309
|
+
<!-- field kind="string" id="notes" role="user" label="Notes" state="skipped" -->
|
|
2277
2310
|
```value
|
|
2278
2311
|
%SKIP% (No value in mock form)
|
|
2279
2312
|
```
|
|
2280
|
-
|
|
2313
|
+
<!-- /field -->
|
|
2281
2314
|
|
|
2282
|
-
|
|
2315
|
+
<!-- instructions ref="notes" -->
|
|
2283
2316
|
Add any relevant notes or observations (optional).
|
|
2284
|
-
|
|
2317
|
+
<!-- /instructions -->
|
|
2285
2318
|
|
|
2286
|
-
|
|
2319
|
+
<!-- field kind="number" id="optional_number" role="user" label="Optional Number" state="skipped" -->
|
|
2287
2320
|
```value
|
|
2288
2321
|
%SKIP% (No value in mock form)
|
|
2289
2322
|
```
|
|
2290
|
-
|
|
2323
|
+
<!-- /field -->
|
|
2291
2324
|
|
|
2292
|
-
|
|
2325
|
+
<!-- field kind="url" id="related_url" role="user" label="Related URL" state="skipped" -->
|
|
2293
2326
|
```value
|
|
2294
2327
|
%SKIP% (No value in mock form)
|
|
2295
2328
|
```
|
|
2296
|
-
|
|
2329
|
+
<!-- /field -->
|
|
2297
2330
|
|
|
2298
|
-
|
|
2331
|
+
<!-- instructions ref="related_url" -->
|
|
2299
2332
|
Optionally add a URL to related documentation or resources.
|
|
2300
|
-
|
|
2333
|
+
<!-- /instructions -->
|
|
2301
2334
|
|
|
2302
|
-
|
|
2335
|
+
<!-- field kind="date" id="optional_date" role="user" label="Optional Date" state="skipped" -->
|
|
2303
2336
|
```value
|
|
2304
2337
|
%SKIP% (No value in mock form)
|
|
2305
2338
|
```
|
|
2306
|
-
|
|
2339
|
+
<!-- /field -->
|
|
2307
2340
|
|
|
2308
|
-
|
|
2341
|
+
<!-- instructions ref="optional_date" -->
|
|
2309
2342
|
Optionally add a date (YYYY-MM-DD format).
|
|
2310
|
-
|
|
2343
|
+
<!-- /instructions -->
|
|
2311
2344
|
|
|
2312
|
-
|
|
2345
|
+
<!-- field kind="year" id="optional_year" role="user" label="Optional Year" state="skipped" -->
|
|
2313
2346
|
```value
|
|
2314
2347
|
%SKIP% (No value in mock form)
|
|
2315
2348
|
```
|
|
2316
|
-
|
|
2349
|
+
<!-- /field -->
|
|
2317
2350
|
|
|
2318
|
-
|
|
2351
|
+
<!-- instructions ref="optional_year" -->
|
|
2319
2352
|
Optionally add a year.
|
|
2320
|
-
|
|
2353
|
+
<!-- /instructions -->
|
|
2354
|
+
|
|
2355
|
+
<!-- /group -->
|
|
2356
|
+
|
|
2357
|
+
<!-- /form -->
|
|
2358
|
+
|
|
2321
2359
|
|
|
2322
|
-
{% /group %}
|
|
2323
2360
|
|
|
2324
|
-
{% /form %}
|
|
2325
2361
|
|
|
2326
2362
|
```
|
|
2327
2363
|
|