monday-cli 0.4.0 → 0.6.0

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.
Files changed (154) hide show
  1. package/CHANGELOG.md +645 -0
  2. package/README.md +173 -34
  3. package/dist/api/column-types.d.ts +48 -17
  4. package/dist/api/column-types.d.ts.map +1 -1
  5. package/dist/api/column-types.js +25 -9
  6. package/dist/api/column-types.js.map +1 -1
  7. package/dist/api/column-values.d.ts +17 -9
  8. package/dist/api/column-values.d.ts.map +1 -1
  9. package/dist/api/column-values.js +33 -18
  10. package/dist/api/column-values.js.map +1 -1
  11. package/dist/api/documents.d.ts +1136 -3
  12. package/dist/api/documents.d.ts.map +1 -1
  13. package/dist/api/documents.js +1828 -3
  14. package/dist/api/documents.js.map +1 -1
  15. package/dist/api/file-column-set.d.ts +507 -0
  16. package/dist/api/file-column-set.d.ts.map +1 -0
  17. package/dist/api/file-column-set.js +510 -0
  18. package/dist/api/file-column-set.js.map +1 -0
  19. package/dist/api/raw-write.d.ts +27 -16
  20. package/dist/api/raw-write.d.ts.map +1 -1
  21. package/dist/api/raw-write.js +40 -24
  22. package/dist/api/raw-write.js.map +1 -1
  23. package/dist/api/resolver-error-fold.d.ts +25 -0
  24. package/dist/api/resolver-error-fold.d.ts.map +1 -1
  25. package/dist/api/resolver-error-fold.js +56 -0
  26. package/dist/api/resolver-error-fold.js.map +1 -1
  27. package/dist/api/teams.d.ts +657 -0
  28. package/dist/api/teams.d.ts.map +1 -0
  29. package/dist/api/teams.js +880 -0
  30. package/dist/api/teams.js.map +1 -0
  31. package/dist/commands/board/column-create.d.ts +8 -3
  32. package/dist/commands/board/column-create.d.ts.map +1 -1
  33. package/dist/commands/board/column-create.js +16 -8
  34. package/dist/commands/board/column-create.js.map +1 -1
  35. package/dist/commands/doc/append-markdown.d.ts +117 -0
  36. package/dist/commands/doc/append-markdown.d.ts.map +1 -0
  37. package/dist/commands/doc/append-markdown.js +253 -0
  38. package/dist/commands/doc/append-markdown.js.map +1 -0
  39. package/dist/commands/doc/block-create.d.ts +114 -0
  40. package/dist/commands/doc/block-create.d.ts.map +1 -0
  41. package/dist/commands/doc/block-create.js +206 -0
  42. package/dist/commands/doc/block-create.js.map +1 -0
  43. package/dist/commands/doc/block-delete.d.ts +72 -0
  44. package/dist/commands/doc/block-delete.d.ts.map +1 -0
  45. package/dist/commands/doc/block-delete.js +161 -0
  46. package/dist/commands/doc/block-delete.js.map +1 -0
  47. package/dist/commands/doc/block-update.d.ts +75 -0
  48. package/dist/commands/doc/block-update.d.ts.map +1 -0
  49. package/dist/commands/doc/block-update.js +162 -0
  50. package/dist/commands/doc/block-update.js.map +1 -0
  51. package/dist/commands/doc/create-in-workspace.d.ts +76 -0
  52. package/dist/commands/doc/create-in-workspace.d.ts.map +1 -0
  53. package/dist/commands/doc/create-in-workspace.js +164 -0
  54. package/dist/commands/doc/create-in-workspace.js.map +1 -0
  55. package/dist/commands/doc/create-on-column.d.ts +71 -0
  56. package/dist/commands/doc/create-on-column.d.ts.map +1 -0
  57. package/dist/commands/doc/create-on-column.js +146 -0
  58. package/dist/commands/doc/create-on-column.js.map +1 -0
  59. package/dist/commands/doc/delete.d.ts +68 -0
  60. package/dist/commands/doc/delete.d.ts.map +1 -0
  61. package/dist/commands/doc/delete.js +146 -0
  62. package/dist/commands/doc/delete.js.map +1 -0
  63. package/dist/commands/doc/duplicate.d.ts +101 -0
  64. package/dist/commands/doc/duplicate.d.ts.map +1 -0
  65. package/dist/commands/doc/duplicate.js +191 -0
  66. package/dist/commands/doc/duplicate.js.map +1 -0
  67. package/dist/commands/doc/import-html.d.ts +125 -0
  68. package/dist/commands/doc/import-html.d.ts.map +1 -0
  69. package/dist/commands/doc/import-html.js +273 -0
  70. package/dist/commands/doc/import-html.js.map +1 -0
  71. package/dist/commands/doc/list.d.ts +6 -3
  72. package/dist/commands/doc/list.d.ts.map +1 -1
  73. package/dist/commands/doc/list.js +17 -48
  74. package/dist/commands/doc/list.js.map +1 -1
  75. package/dist/commands/doc/rename.d.ts +60 -0
  76. package/dist/commands/doc/rename.d.ts.map +1 -0
  77. package/dist/commands/doc/rename.js +135 -0
  78. package/dist/commands/doc/rename.js.map +1 -0
  79. package/dist/commands/index.d.ts.map +1 -1
  80. package/dist/commands/index.js +116 -0
  81. package/dist/commands/index.js.map +1 -1
  82. package/dist/commands/item/create.d.ts.map +1 -1
  83. package/dist/commands/item/create.js +131 -33
  84. package/dist/commands/item/create.js.map +1 -1
  85. package/dist/commands/item/set.d.ts +33 -3
  86. package/dist/commands/item/set.d.ts.map +1 -1
  87. package/dist/commands/item/set.js +193 -15
  88. package/dist/commands/item/set.js.map +1 -1
  89. package/dist/commands/item/update.d.ts +34 -3
  90. package/dist/commands/item/update.d.ts.map +1 -1
  91. package/dist/commands/item/update.js +346 -67
  92. package/dist/commands/item/update.js.map +1 -1
  93. package/dist/commands/item/upload.d.ts.map +1 -1
  94. package/dist/commands/item/upload.js +16 -69
  95. package/dist/commands/item/upload.js.map +1 -1
  96. package/dist/commands/update/create.d.ts.map +1 -1
  97. package/dist/commands/update/create.js +6 -4
  98. package/dist/commands/update/create.js.map +1 -1
  99. package/dist/commands/update/edit.d.ts +4 -2
  100. package/dist/commands/update/edit.d.ts.map +1 -1
  101. package/dist/commands/update/edit.js +10 -6
  102. package/dist/commands/update/edit.js.map +1 -1
  103. package/dist/commands/update/reply.d.ts +4 -2
  104. package/dist/commands/update/reply.d.ts.map +1 -1
  105. package/dist/commands/update/reply.js +10 -6
  106. package/dist/commands/update/reply.js.map +1 -1
  107. package/dist/commands/update/upload.d.ts.map +1 -1
  108. package/dist/commands/update/upload.js +9 -59
  109. package/dist/commands/update/upload.js.map +1 -1
  110. package/dist/commands/user/_team-membership.d.ts +10 -0
  111. package/dist/commands/user/_team-membership.d.ts.map +1 -0
  112. package/dist/commands/user/_team-membership.js +88 -0
  113. package/dist/commands/user/_team-membership.js.map +1 -0
  114. package/dist/commands/user/team-add-members.d.ts +81 -0
  115. package/dist/commands/user/team-add-members.d.ts.map +1 -0
  116. package/dist/commands/user/team-add-members.js +186 -0
  117. package/dist/commands/user/team-add-members.js.map +1 -0
  118. package/dist/commands/user/team-create.d.ts +82 -0
  119. package/dist/commands/user/team-create.d.ts.map +1 -0
  120. package/dist/commands/user/team-create.js +206 -0
  121. package/dist/commands/user/team-create.js.map +1 -0
  122. package/dist/commands/user/team-delete.d.ts +56 -0
  123. package/dist/commands/user/team-delete.d.ts.map +1 -0
  124. package/dist/commands/user/team-delete.js +137 -0
  125. package/dist/commands/user/team-delete.js.map +1 -0
  126. package/dist/commands/user/team-get.d.ts +41 -0
  127. package/dist/commands/user/team-get.d.ts.map +1 -0
  128. package/dist/commands/user/team-get.js +87 -0
  129. package/dist/commands/user/team-get.js.map +1 -0
  130. package/dist/commands/user/team-list.d.ts +39 -0
  131. package/dist/commands/user/team-list.d.ts.map +1 -0
  132. package/dist/commands/user/team-list.js +90 -0
  133. package/dist/commands/user/team-list.js.map +1 -0
  134. package/dist/commands/user/team-remove-members.d.ts +71 -0
  135. package/dist/commands/user/team-remove-members.d.ts.map +1 -0
  136. package/dist/commands/user/team-remove-members.js +176 -0
  137. package/dist/commands/user/team-remove-members.js.map +1 -0
  138. package/dist/types/ids.d.ts +6 -0
  139. package/dist/types/ids.d.ts.map +1 -1
  140. package/dist/types/ids.js +46 -5
  141. package/dist/types/ids.js.map +1 -1
  142. package/dist/utils/file-source.d.ts +93 -0
  143. package/dist/utils/file-source.d.ts.map +1 -0
  144. package/dist/utils/file-source.js +140 -0
  145. package/dist/utils/file-source.js.map +1 -0
  146. package/dist/utils/parse-brand-list.d.ts +95 -0
  147. package/dist/utils/parse-brand-list.d.ts.map +1 -0
  148. package/dist/utils/parse-brand-list.js +96 -0
  149. package/dist/utils/parse-brand-list.js.map +1 -0
  150. package/dist/utils/source-content.d.ts +93 -0
  151. package/dist/utils/source-content.d.ts.map +1 -0
  152. package/dist/utils/source-content.js +120 -0
  153. package/dist/utils/source-content.js.map +1 -0
  154. package/package.json +1 -1
package/README.md CHANGED
@@ -49,7 +49,7 @@ Requires **Node.js ≥ 22**.
49
49
  # Get one at https://<your-org>.monday.com/admin/integrations/api
50
50
  #
51
51
  # OAuth login (`monday auth login`) is registered but deferred in
52
- # v0.4.0 — the verb surfaces a clear `usage_error.details.reason:
52
+ # v0.6.0 — the verb surfaces a clear `usage_error.details.reason:
53
53
  # oauth_unregistered` pointing here. Authenticate via the env var.
54
54
  export MONDAY_API_TOKEN="<your-token>"
55
55
 
@@ -97,23 +97,55 @@ monday item update --where status=Backlog --set status='Working on it' \
97
97
  monday doc list --workspace 5 --order-by used_at --limit 10 --json
98
98
  monday doc get 88001 --json # full Document with blocks
99
99
 
100
- # 11. Find-or-create with idempotent matching (v0.2)
100
+ # 11. Workdocs CRUD (v0.5-M35 + v0.5-M36 + v0.5-M37 — the full
101
+ # mutation surface deferred at v0.4-M32 D8 closure).
102
+ # Doc-level CRUD (M35): create / rename / delete / duplicate.
103
+ monday doc create-in-workspace --workspace 5 --name "Design notes" --json
104
+ monday doc rename 88001 --name "Design notes (v2)" --json
105
+ monday doc duplicate 88001 --with-updates --json
106
+ monday doc delete 88001 --yes --json
107
+ # Doc-block CRUD (M36): block-create / block-update / block-delete.
108
+ # 16-value `DocBlockContentType` enum for `--type`.
109
+ monday doc block-create 88001 --type normal_text --content '{"text":"hi"}' --json
110
+ # Bulk import from HTML / markdown (M37): no per-block round-trips.
111
+ monday doc import-html --workspace 5 --html ./page.html --title "Imported" --json
112
+ monday doc append-markdown 88001 --markdown ./notes.md --json
113
+
114
+ # 12. Team writers (v0.5-M34 — deferred from v0.4 at the post-M33
115
+ # candidate-selection session). Six new verbs under `monday user`.
116
+ monday user team-list --json
117
+ monday user team-create --name "Platform" --users 7,9 --json
118
+ monday user team-add-members <tid> --users 11,13 --json
119
+
120
+ # 13. Files-shaped friendly `--set` writes (v0.6-M38 — closes the v0.4
121
+ # → v0.5 → v0.6 carry-over of the inline form). Single-call file
122
+ # upload via `--set <file-col>=<path>`; sibling-branch dispatch at
123
+ # the column-resolution boundary routes to the v0.4-M31 multipart
124
+ # `add_file_to_column` wire. `--dry-run` emits a `planned_changes`
125
+ # envelope without the multipart round-trip. The v0.4-M31 verb-
126
+ # shaped `monday item upload` path remains; this is the friendly
127
+ # inline alternative.
128
+ monday item set 67890 'Attachments'=./screenshot.png --json
129
+ monday item update 67890 --set 'Attachments'=./diagram.png --json
130
+ monday item update 67890 --set 'Attachments'=./report.pdf --dry-run --json
131
+
132
+ # 14. Find-or-create with idempotent matching (v0.2)
101
133
  # Re-running with the same args is safe — 0/1/2+ matches route to
102
134
  # create / update / `ambiguous_match` (one of the 29 stable error codes).
103
135
  monday item upsert --board 12345 --name "Refactor login" \
104
136
  --match-by name --set status='Working on it' --json
105
137
 
106
- # 12. Move a ticket forward, then comment on it
138
+ # 15. Move a ticket forward, then comment on it
107
139
  monday item set 67890 status=Done --json
108
140
  monday update create 67890 --body "Shipped in PR #1234" --json
109
141
 
110
- # 13. Monday Dev convention layer (v0.3 — sprint/epic/release/task)
142
+ # 16. Monday Dev convention layer (v0.3 — sprint/epic/release/task)
111
143
  # First-time setup auto-detects boards by Monday's stock template names.
112
144
  monday dev discover --apply --json # writes ~/.monday-cli/config.toml
113
145
  monday dev sprint current --json # the active sprint
114
146
  monday dev task list --mine --json # my open tasks
115
147
 
116
- # 14. Outbound writes (v0.3 — webhooks + notifications)
148
+ # 17. Outbound writes (v0.3 — webhooks + notifications)
117
149
  monday webhook list 12345 --json
118
150
  monday notification send --user 7 --target 67890 \
119
151
  --target-type item --text "PTAL" --json
@@ -182,7 +214,7 @@ Every JSON response uses the same universal envelope:
182
214
  "meta": {
183
215
  "schema_version": "1",
184
216
  "api_version": "2026-01",
185
- "cli_version": "0.4.0",
217
+ "cli_version": "0.6.0",
186
218
  "request_id": "0e6f1a7b-...",
187
219
  "source": "live",
188
220
  "cache_age_seconds": null,
@@ -282,27 +314,47 @@ See [`.env.example`](./.env.example) for all supported variables
282
314
 
283
315
  ## Scope
284
316
 
285
- **v0.4.0 (current — `monday-cli@0.4.0` on npm):**
317
+ **v0.6.0 (current — `monday-cli@0.6.0` on npm):**
318
+ the v0.5 surface PLUS files-shaped friendly `--set <file-col>=<path>`
319
+ writes on `monday item set` + `monday item update` (single-item
320
+ paths), closing the v0.4 → v0.5 → v0.6 carry-over of the inline
321
+ form. Sibling-branch dispatch at the column-resolution boundary
322
+ routes file `--set` to the v0.4-M31 `add_file_to_column` multipart
323
+ wire; the friendly translator stays JSON-output-shaped for the 13
324
+ existing writable types. **No breaking changes vs v0.5.0** — the
325
+ v0.6 surface is additive (M38 only). Built as a single milestone
326
+ (M38). See [CHANGELOG.md](./CHANGELOG.md) for the full
327
+ per-milestone release notes.
328
+
329
+ **OAuth deferral (unchanged from v0.5.0).** `monday auth login` is
330
+ registered but the canonical Monday OAuth app is not registered in
331
+ v0.6.0; the verb surfaces a clear `usage_error.details.reason:
332
+ oauth_unregistered` pointing at `MONDAY_API_TOKEN`. Multi-profile
333
+ config + per-profile credentials cache work fully against API
334
+ tokens; OAuth registration revisits in v0.6.x / v0.7 contingent on
335
+ user demand.
336
+
337
+ **v0.5.0 (the previous release):**
338
+ the v0.4 surface PLUS the full team-writer surface
339
+ (`monday user team-list/get/create/delete/add-members/remove-members`),
340
+ the full Monday workdocs CRUD mutation surface — doc-level
341
+ (`monday doc create-in-workspace/create-on-column/rename/delete/duplicate`),
342
+ doc-block (`monday doc block-create/block-update/block-delete`),
343
+ and doc-content import (`monday doc import-html/append-markdown`) —
344
+ closing the v0.4-M32 workdocs-mutation deferral. **16 new CLI
345
+ verbs across 9 wire mutations.** Built incrementally across M34–M37.
346
+
347
+ **v0.4.0 (the prior release):**
286
348
  the v0.3 surface PLUS long-poll item activity streaming
287
349
  (`monday item watch <iid>` — NDJSON), parallel bulk dispatch
288
350
  (`monday item update --where ... --concurrency <N>`), asset uploads
289
351
  (`monday item upload` / `monday update upload` — multipart wire),
290
352
  Monday workdocs reads (`monday doc list` / `monday doc get` — full
291
- workdocs CRUD mutation surface deferred to v0.5), and shell
292
- completion (`monday completion bash|zsh|fish`). **No breaking
293
- changes vs v0.3.0** — every v0.4 surface is additive. Built
294
- incrementally across M29–M33. See [CHANGELOG.md](./CHANGELOG.md)
295
- for the full per-milestone release notes.
296
-
297
- **OAuth deferral (unchanged from v0.3.0).** `monday auth login` is
298
- registered but the canonical Monday OAuth app is not registered in
299
- v0.4.0; the verb surfaces a clear `usage_error.details.reason:
300
- oauth_unregistered` pointing at `MONDAY_API_TOKEN`. Multi-profile
301
- config + per-profile credentials cache work fully against API
302
- tokens; OAuth registration revisits in v0.4.x / v0.5 contingent on
303
- user demand.
353
+ workdocs CRUD mutation surface deferred to v0.5; shipped at v0.5),
354
+ and shell completion (`monday completion bash|zsh|fish`). Built
355
+ incrementally across M29–M33.
304
356
 
305
- **v0.3.0 (the previous release):**
357
+ **v0.3.0 (the earlier release):**
306
358
  the v0.2 mutating core PLUS the Monday Dev convention layer
307
359
  (`monday dev` namespace — sprint / epic / release / task workflow
308
360
  shortcuts on top of standard board CRUD), multi-profile auth
@@ -317,7 +369,7 @@ outbound writes (`monday webhook list/create/delete` +
317
369
  tentative-row carryover. **No breaking changes vs v0.2.0** — every
318
370
  v0.3 surface is additive. Built incrementally across M19–M28.
319
371
 
320
- **v0.2.0 (the prior release):**
372
+ **v0.2.0 (the foundation-of-mutations release):**
321
373
  the v0.1 read-only core + safe-mutations surface PLUS the full
322
374
  mutation surface (item lifecycle, update mutations, workspace
323
375
  lifecycle, board lifecycle, board columns + groups). Built
@@ -548,20 +600,107 @@ row `tags`, `board_relation`, `dependency`.
548
600
  templates (commander 14.0.3 ships no built-in completion
549
601
  machinery, verified by empirical probe at M33 pre-flight).
550
602
 
551
- **v0.5 (next):** `team` writers (deferred from v0.4-M34 at the
552
- post-v0.4-M33 candidate-selection session), Monday workdocs CRUD
553
- mutation surface (9 mutations deferred at v0.4-M32 D8 closure),
554
- multi-level subitems remain conditional on Monday's data model
555
- surfacing them, cross-board `item move` value-overrides (slipped
556
- from v0.4 at v0.4 release-prep — Monday's `ColumnMappingInput`
557
- carries no value slot), and resumable cross-board cursor pagination
558
- (slipped from v0.4 — per-board cursor-lifetime under aggregation
559
- needs design work).
603
+ **What v0.5 added (M34–M37; full per-milestone narrative in
604
+ [CHANGELOG.md](./CHANGELOG.md)):**
605
+
606
+ - **M34** `monday user team-list/get/create/delete/add-members/
607
+ remove-members` ship the full team-writer surface. The two read
608
+ verbs (`team-list` / `team-get`) close the v0.4-M33 candidate-
609
+ selection deferral; the four mutations introduce a new partial-
610
+ success projection for `team-add-members` / `team-remove-members`
611
+ (Monday's `change_team_memberships` returns `failed_users` +
612
+ `successful_users` lists; the CLI projects to the universal §6.1
613
+ `results: [{user_id, ok, ...}]` shape with input-order preserved
614
+ + failed-bucket-priority discipline).
615
+ - **M35** — `monday doc create-in-workspace/create-on-column/rename/
616
+ delete/duplicate` ship the doc-level CRUD writer surface. Two
617
+ create variants (per D7) — `create-in-workspace` (`--workspace`
618
+ required + optional `--folder` / `--kind`) vs `create-on-column`
619
+ (`--item` + `--column` against an existing file-shaped column).
620
+ `rename` (`update_doc_name`), `delete --yes` (`delete_doc` — the
621
+ destructive verb in the cluster), and `duplicate [--with-updates]`
622
+ (`duplicate_doc`) round out the lifecycle. Backed by 4 Monday
623
+ wire mutations.
624
+ - **M36** — `monday doc block-create/block-update/block-delete`
625
+ ship the doc-block CRUD surface. `--type <DocBlockContentType>`
626
+ takes one of 16 enum values (`normal_text` / `large_title` /
627
+ `quote` / `bulleted_list` / `check_list` / `code` / `divider` /
628
+ …) per D10 closure. `--content <json>` (parsed via the M27-lifted
629
+ `parseJsonArg` helper). Per-type content payload shapes
630
+ documented in `docs/output-shapes.md` "Per-block content shapes"
631
+ reference table — 7 cassette-pinned variants + 9 TBD / inferred
632
+ variants awaiting follow-up cassettes per D11.
633
+ - **M37** — `monday doc import-html/append-markdown` ship bulk
634
+ doc-content import in a single wire round-trip (no per-block
635
+ loop). `import-html` creates a new doc from an HTML payload;
636
+ `append-markdown` appends blocks to an existing doc from a
637
+ markdown payload. Both surface mutex argv sources
638
+ (`--html <file|-> | --html-string <s>` /
639
+ `--markdown <file|-> | --markdown-string <s>`) backed by the new
640
+ generic `readSourceContent` helper at `src/utils/source-content.ts`
641
+ (R-v0.5-NEW-18 lifted ahead-of-feat from M13's `readUpdateBody`
642
+ — 5 consumers post-lift). Wire-side payload cap pre-empted at
643
+ parse boundary via `MAX_DOC_IMPORT_PAYLOAD_BYTES = 256_000` per
644
+ D13 empirical-probe pinning (rejected at 500KB, OK at 250KB on
645
+ both surfaces).
646
+
647
+ **What v0.6 added (M38; full per-milestone narrative in
648
+ [CHANGELOG.md](./CHANGELOG.md)):**
649
+
650
+ - **M38** — `monday item set <iid> <file-col>=<path>` +
651
+ `monday item update <iid> --set <file-col>=<path>` ship the
652
+ files-shaped friendly `--set` writer path, closing the v0.4 →
653
+ v0.5 → v0.6 carry-over of the inline form. Sibling-branch
654
+ dispatch at the column-resolution boundary routes file `--set`
655
+ to the v0.4-M31 `add_file_to_column` multipart wire; the
656
+ friendly translator stays JSON-output-shaped for the 13
657
+ existing writable types (per D1 closure). Mutex rules at M38:
658
+ exactly one file `--set` per call; mixing a file `--set` with
659
+ any value `--set` / `--set-raw` / `--name` surfaces `usage_
660
+ error.details.reason: "mixed_file_and_value_sets"`; 2+ file
661
+ `--set` entries surface `usage_error.details.reason: "multi_
662
+ file_set_unsupported"` (both deferred to v0.6.x per D2). The
663
+ bulk `item update --where ... --set <file-col>=<path>` and
664
+ `item create --set <file-col>=<path>` paths reject at the
665
+ resolution boundary with `details.reason: "file_set_on_bulk_
666
+ unsupported"` / `"file_set_on_create_unsupported"` (D5 / D6 —
667
+ defer to v0.6.x). `--set-raw <file-col>=<json>` STAYS REJECTED
668
+ per D3 — Monday's wire has no JSON-shape for
669
+ `change_column_value` on file columns; `monday item upload`
670
+ from v0.4-M31 remains the verb-shaped alternative path. **No
671
+ new ERROR_CODES** at M38 (registry stays at 29 — all
672
+ rejections route through existing `usage_error` /
673
+ `unsupported_column_type` / `not_found` / `validation_failed`
674
+ codes with `details.reason` discrimination).
675
+
676
+ **v0.7 (next):** **Carry-forward backlog** (unpicked
677
+ candidates remain in cli-design.md §13 slipped-candidates list
678
+ pending future candidate-selection sessions): multi-level
679
+ subitems remain conditional on Monday's data model surfacing
680
+ them (slipped from v0.4 → v0.5 → v0.6 → v0.7 across three
681
+ consecutive release-preps — Monday's `sub_items_board` still
682
+ carries no `subtasks` column at API `2026-01`); cross-board
683
+ `item move` value-overrides (Monday's `ColumnMappingInput`
684
+ still carries no value slot — slipped three times for the same
685
+ reason); resumable cross-board cursor pagination (per-board
686
+ cursor-lifetime under aggregation needs design work);
687
+ profile-scoped argument defaults (filed at the v0.6 kickoff
688
+ candidate-selection session — extends `~/.monday-cli/config.toml`
689
+ with a `[profiles.<name>.defaults]` table carrying scoping args;
690
+ requires a prerequisite §13 carve-out Decision at pre-flight
691
+ distinguishing aliases-as-stored-command-strings (still
692
+ non-goal) from defaults-as-stored-flag-values (carve-out)).
693
+ **v0.6.x carve-outs** ride on top: bulk + create file `--set`
694
+ paths (D5 / D6 deferrals); multi-file `--set` per call (D2);
695
+ file-`--set` stdin support (D7); these defer to v0.6.x within
696
+ the v0.6 series.
560
697
 
561
698
  See [`docs/cli-design.md`](./docs/cli-design.md) §13 for the
562
- full roadmap, [`docs/v0.4-plan.md`](./docs/v0.4-plan.md) for the
563
- v0.4 milestone history, [`docs/v0.3-plan.md`](./docs/v0.3-plan.md)
564
- for v0.3, and [`docs/v0.2-plan.md`](./docs/v0.2-plan.md) for v0.2.
699
+ full roadmap, [`docs/v0.6-plan.md`](./docs/v0.6-plan.md) for the
700
+ v0.6 milestone history, [`docs/v0.5-plan.md`](./docs/v0.5-plan.md)
701
+ for v0.5, [`docs/v0.4-plan.md`](./docs/v0.4-plan.md) for v0.4,
702
+ [`docs/v0.3-plan.md`](./docs/v0.3-plan.md) for v0.3, and
703
+ [`docs/v0.2-plan.md`](./docs/v0.2-plan.md) for v0.2.
565
704
 
566
705
  See [CHANGELOG.md](./CHANGELOG.md) for the per-release contract.
567
706
 
@@ -124,14 +124,30 @@ export declare const isReadOnlyForeverType: (type: string) => type is ReadOnlyFo
124
124
  * column_values` (`cli-design.md` §5.3 writer-expansion roadmap "files"
125
125
  * row + the escape-hatch contract).
126
126
  *
127
- * The friendly translator and `--set-raw` both go through
128
- * `change_column_value` / `change_multiple_column_values`, so a
129
- * `--set-raw` raw payload cannot reach the right wire surface for
130
- * these types — `--set-raw` rejects them with `unsupported_column_
131
- * type` carrying `deferred_to: "v0.5"`. v0.4-M31 shipped the verb-
132
- * shaped path (`monday item upload`); the `--set-raw <file-col>=
133
- * <json>` form remains deferred because it would need a separate
134
- * dispatch from the escape-hatch boundary into the multipart wire.
127
+ * **Two write paths reach the multipart wire** post-v0.6-M38:
128
+ *
129
+ * - **v0.4-M31 verb-shaped**: `monday item upload <iid> --column
130
+ * <col> <file>` + `monday update upload <uid> <file>`. Direct
131
+ * multipart dispatch via `addFileToColumn` /
132
+ * `addFileToUpdate` (`src/api/assets.ts`).
133
+ * - **v0.6-M38 friendly translator**: `monday item set <iid>
134
+ * <file-col>=<path>` + `monday item update <iid> --set
135
+ * <file-col>=<path>`. Sibling dispatch leg at the command
136
+ * action body that detects `column.type === 'file'` AFTER
137
+ * resolution + routes through `executeFileColumnSet`
138
+ * (`src/api/file-column-set.ts`), which itself wraps M31's
139
+ * `addFileToColumn` verbatim. Single-item only at M38; mutex
140
+ * rules at the resolution boundary (D2/D5/D6 closures —
141
+ * bulk + create paths reject; mixed-set rejects; multi-file-
142
+ * set rejects).
143
+ *
144
+ * The `--set-raw <file-col>=<json>` form STAYS REJECTED at v0.6-M38
145
+ * per D3 closure — Monday's wire has no JSON-shape for
146
+ * `change_column_value` on file columns, and the escape-hatch
147
+ * contract "user supplies the JSON `change_column_value` accepts"
148
+ * doesn't compose with multipart. The rejection now points at
149
+ * BOTH write paths (M31 verb + M38 friendly `--set`) as
150
+ * alternatives.
135
151
  *
136
152
  * Currently one entry (`file`); the slot is plural because Monday may
137
153
  * surface other multipart-upload-shaped types in future API versions
@@ -209,10 +225,14 @@ export declare const getColumnRoadmapCategory: (type: string) => ColumnRoadmapCa
209
225
  * path` is `null` (agents can't write at all; the column
210
226
  * exists for read-side display / mirror sources only).
211
227
  * - `'files_shaped'`: Monday writes the type via `add_file_to_
212
- * column` (multipart upload). `monday item upload <iid> --column
213
- * <col> <file>` shipped at v0.4-M31 as the agent-facing verb;
214
- * `suggested_write_path` carries that pointer. Currently
215
- * `file` only.
228
+ * column` (multipart upload). Two write paths post-v0.6-M38:
229
+ * `monday item upload <iid> --column <col> <file>` (M31; verb-
230
+ * shaped) + `monday item set <iid> <file-col>=<path>` /
231
+ * `monday item update <iid> --set <file-col>=<path>` (M38;
232
+ * friendly translator dispatch). `suggested_write_path` is a
233
+ * single human-readable string joining BOTH paths with ` OR `
234
+ * (R-v0.6-NEW-3 watch-item: lift to `readonly string[]` at the
235
+ * 2nd N>1 consumer). Currently `file` only.
216
236
  *
217
237
  * Returns `null` for canonical types (membership in `WRITABLE_COLUMN_
218
238
  * TYPES`) — `column-create` skips emitting the warning when the type
@@ -226,11 +246,22 @@ export type NoncanonicalColumnTypeCategory = 'raw_writable' | 'read_only_forever
226
246
  export interface NoncanonicalColumnTypeDetails {
227
247
  readonly category: NoncanonicalColumnTypeCategory;
228
248
  /**
229
- * The path agents should use to write to the column post-creation,
230
- * matching cli-design §5.3 escape-hatch contract — `--set-raw
231
- * <col>=<json>` for raw-writable types, `monday item upload`
232
- * (v0.4-M31, multipart) for files-shaped types, `null` for
233
- * read-only-forever types (no write path exists).
249
+ * The path(s) agents should use to write to the column post-
250
+ * creation, matching cli-design §5.3 escape-hatch + dispatch
251
+ * contracts:
252
+ *
253
+ * - `raw_writable` types: `--set-raw <col>=<json>`.
254
+ * - `read_only_forever` types: `null` (no write path exists —
255
+ * the column exists for read-side display / mirror sources
256
+ * only).
257
+ * - `files_shaped` types post-v0.6-M38: a single human-readable
258
+ * string joining BOTH write paths with ` OR ` — the v0.6-M38
259
+ * friendly `monday item set <iid> <file-col>=<path>` /
260
+ * `monday item update <iid> --set <file-col>=<path>` dispatch
261
+ * AND the v0.4-M31 verb-shaped `monday item upload <iid>
262
+ * --column <col> <file>`. R-v0.6-NEW-3 watch-item: lift to
263
+ * `readonly string[]` at the 2nd N>1 consumer for structured
264
+ * enumeration.
234
265
  */
235
266
  readonly suggestedWritePath: string | null;
236
267
  }
@@ -1 +1 @@
1
- {"version":3,"file":"column-types.d.ts","sourceRoot":"","sources":["../../src/api/column-types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,qBAAqB,qJA4BxB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AAIxE;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,kBAC/B,CAAC;AAE9B;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,GAAI,KAAK,MAAM,GAAG,IAAI,KAAG,OAOxD,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,2BAA2B,aAU9B,CAAC;AAEX,MAAM,MAAM,uBAAuB,GACjC,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC;AAM/C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,yBAAyB,GACpC,MAAM,MAAM,KACX,IAAI,IAAI,uBAA8D,CAAC;AAE1E;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,uBAAuB,4GAe1B,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAM3E;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,mBAC5B,CAAC;AAElC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,kBAAkB,mBAAoB,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AAMlE;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,eAC7B,CAAC;AAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAM,MAAM,qBAAqB,GAC7B,uBAAuB,GACvB,mBAAmB,GACnB,QAAQ,CAAC;AAEb,eAAO,MAAM,wBAAwB,GACnC,MAAM,MAAM,KACX,qBAIF,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAM,MAAM,8BAA8B,GACtC,cAAc,GACd,mBAAmB,GACnB,cAAc,CAAC;AAEnB,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,QAAQ,EAAE,8BAA8B,CAAC;IAClD;;;;;;OAMG;IACH,QAAQ,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,gCAAgC,GAC3C,MAAM,MAAM,KACX,6BAA6B,GAAG,IAelC,CAAC"}
1
+ {"version":3,"file":"column-types.d.ts","sourceRoot":"","sources":["../../src/api/column-types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,qBAAqB,qJA4BxB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AAIxE;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,kBAC/B,CAAC;AAE9B;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,GAAI,KAAK,MAAM,GAAG,IAAI,KAAG,OAOxD,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,2BAA2B,aAU9B,CAAC;AAEX,MAAM,MAAM,uBAAuB,GACjC,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC;AAM/C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,yBAAyB,GACpC,MAAM,MAAM,KACX,IAAI,IAAI,uBAA8D,CAAC;AAE1E;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,uBAAuB,4GAe1B,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAM3E;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,mBAC5B,CAAC;AAElC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,eAAO,MAAM,kBAAkB,mBAAoB,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AAMlE;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,eAC7B,CAAC;AAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAM,MAAM,qBAAqB,GAC7B,uBAAuB,GACvB,mBAAmB,GACnB,QAAQ,CAAC;AAEb,eAAO,MAAM,wBAAwB,GACnC,MAAM,MAAM,KACX,qBAIF,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAM,MAAM,8BAA8B,GACtC,cAAc,GACd,mBAAmB,GACnB,cAAc,CAAC;AAEnB,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,QAAQ,EAAE,8BAA8B,CAAC;IAClD;;;;;;;;;;;;;;;;;OAiBG;IACH,QAAQ,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,gCAAgC,GAC3C,MAAM,MAAM,KACX,6BAA6B,GAAG,IAgBlC,CAAC"}
@@ -186,14 +186,30 @@ export const isReadOnlyForeverType = (type) => READ_ONLY_FOREVER_SET.has(type);
186
186
  * column_values` (`cli-design.md` §5.3 writer-expansion roadmap "files"
187
187
  * row + the escape-hatch contract).
188
188
  *
189
- * The friendly translator and `--set-raw` both go through
190
- * `change_column_value` / `change_multiple_column_values`, so a
191
- * `--set-raw` raw payload cannot reach the right wire surface for
192
- * these types — `--set-raw` rejects them with `unsupported_column_
193
- * type` carrying `deferred_to: "v0.5"`. v0.4-M31 shipped the verb-
194
- * shaped path (`monday item upload`); the `--set-raw <file-col>=
195
- * <json>` form remains deferred because it would need a separate
196
- * dispatch from the escape-hatch boundary into the multipart wire.
189
+ * **Two write paths reach the multipart wire** post-v0.6-M38:
190
+ *
191
+ * - **v0.4-M31 verb-shaped**: `monday item upload <iid> --column
192
+ * <col> <file>` + `monday update upload <uid> <file>`. Direct
193
+ * multipart dispatch via `addFileToColumn` /
194
+ * `addFileToUpdate` (`src/api/assets.ts`).
195
+ * - **v0.6-M38 friendly translator**: `monday item set <iid>
196
+ * <file-col>=<path>` + `monday item update <iid> --set
197
+ * <file-col>=<path>`. Sibling dispatch leg at the command
198
+ * action body that detects `column.type === 'file'` AFTER
199
+ * resolution + routes through `executeFileColumnSet`
200
+ * (`src/api/file-column-set.ts`), which itself wraps M31's
201
+ * `addFileToColumn` verbatim. Single-item only at M38; mutex
202
+ * rules at the resolution boundary (D2/D5/D6 closures —
203
+ * bulk + create paths reject; mixed-set rejects; multi-file-
204
+ * set rejects).
205
+ *
206
+ * The `--set-raw <file-col>=<json>` form STAYS REJECTED at v0.6-M38
207
+ * per D3 closure — Monday's wire has no JSON-shape for
208
+ * `change_column_value` on file columns, and the escape-hatch
209
+ * contract "user supplies the JSON `change_column_value` accepts"
210
+ * doesn't compose with multipart. The rejection now points at
211
+ * BOTH write paths (M31 verb + M38 friendly `--set`) as
212
+ * alternatives.
197
213
  *
198
214
  * Currently one entry (`file`); the slot is plural because Monday may
199
215
  * surface other multipart-upload-shaped types in future API versions
@@ -225,7 +241,7 @@ export const categorizeNoncanonicalColumnType = (type) => {
225
241
  if (isFilesShapedType(type)) {
226
242
  return {
227
243
  category: 'files_shaped',
228
- suggestedWritePath: 'monday item upload (v0.4-M31, multipart)',
244
+ suggestedWritePath: 'monday item set <iid> <file-col>=<path> (v0.6-M38; friendly) OR monday item upload <iid> --column <col> <file> (v0.4-M31; verb-shaped)',
229
245
  };
230
246
  }
231
247
  return {
@@ -1 +1 @@
1
- {"version":3,"file":"column-types.js","sourceRoot":"","sources":["../../src/api/column-types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"column-types.js","sourceRoot":"","sources":["../../src/api/column-types.ts"],"names":[],"mappings":"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"}
@@ -627,15 +627,23 @@ export declare const bundleColumnValues: (translated: readonly TranslatedColumnV
627
627
  * `deferred_to: "v0.3"`; hint nudges agents at `--set-raw`.
628
628
  * - **`files`-shaped** (currently `file` only) — Monday writes via
629
629
  * `add_file_to_column` (multipart upload) rather than
630
- * `change_column_value`, so neither friendly translator nor
631
- * `--set-raw` can reach the wire surface. Carry
632
- * `deferred_to: "v0.5"`; hint points at `monday item upload`
633
- * (shipped v0.4-M31; multipart wire the alternative path
634
- * agents should use today). The `deferred_to` slot tracks the
635
- * friendly `--set <file-col>=<path>` form specifically; v0.4
636
- * shipped the verb-shaped path (`monday item upload`) but not
637
- * the inline-`--set` translator, which would need to dispatch
638
- * from the friendly-translator boundary into the multipart wire.
630
+ * `change_column_value`. v0.6-M38 ships the friendly
631
+ * `--set <file-col>=<path>` form via a sibling dispatch leg at
632
+ * the command action body (see `src/api/file-column-set.ts`);
633
+ * the rejection table row here fires ONLY for paths that
634
+ * don't route through the M38 dispatch specifically the
635
+ * `item create` carve-in (`create_item.column_values` is
636
+ * JSON-only and can't accept a multipart file part; M38 D6
637
+ * closure defers create-time file upload to v0.6.x) + the
638
+ * bulk path (`item update --where ... --set <file-col>=
639
+ * <path>`; M38 D5 closure defers per-item file dispatch to
640
+ * v0.6.x). The friendly translator's M38-routed entries
641
+ * never hit this `UNSUPPORTED_TABLE.files_shaped` row —
642
+ * they branch off ahead of the translator call at the
643
+ * action body level. Hint points at `monday item upload`
644
+ * (v0.4-M31; verb-shaped multipart) AND `monday item set` /
645
+ * `monday item update --set <file-col>=<path>` (v0.6-M38;
646
+ * friendly translator dispatch).
639
647
  * - **`time_tracking`** — verb-shaped extension (start/stop, not
640
648
  * value writes); v0.3-deferred. Carry `deferred_to: "v0.3"`;
641
649
  * hint points at the upcoming verb surface.
@@ -1 +1 @@
1
- {"version":3,"file":"column-values.d.ts","sourceRoot":"","sources":["../../src/api/column-values.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"column-values.d.ts","sourceRoot":"","sources":["../../src/api/column-values.ts"],"names":[],"mappings":"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"}
@@ -1093,15 +1093,23 @@ export const bundleColumnValues = (translated) => {
1093
1093
  * `deferred_to: "v0.3"`; hint nudges agents at `--set-raw`.
1094
1094
  * - **`files`-shaped** (currently `file` only) — Monday writes via
1095
1095
  * `add_file_to_column` (multipart upload) rather than
1096
- * `change_column_value`, so neither friendly translator nor
1097
- * `--set-raw` can reach the wire surface. Carry
1098
- * `deferred_to: "v0.5"`; hint points at `monday item upload`
1099
- * (shipped v0.4-M31; multipart wire the alternative path
1100
- * agents should use today). The `deferred_to` slot tracks the
1101
- * friendly `--set <file-col>=<path>` form specifically; v0.4
1102
- * shipped the verb-shaped path (`monday item upload`) but not
1103
- * the inline-`--set` translator, which would need to dispatch
1104
- * from the friendly-translator boundary into the multipart wire.
1096
+ * `change_column_value`. v0.6-M38 ships the friendly
1097
+ * `--set <file-col>=<path>` form via a sibling dispatch leg at
1098
+ * the command action body (see `src/api/file-column-set.ts`);
1099
+ * the rejection table row here fires ONLY for paths that
1100
+ * don't route through the M38 dispatch specifically the
1101
+ * `item create` carve-in (`create_item.column_values` is
1102
+ * JSON-only and can't accept a multipart file part; M38 D6
1103
+ * closure defers create-time file upload to v0.6.x) + the
1104
+ * bulk path (`item update --where ... --set <file-col>=
1105
+ * <path>`; M38 D5 closure defers per-item file dispatch to
1106
+ * v0.6.x). The friendly translator's M38-routed entries
1107
+ * never hit this `UNSUPPORTED_TABLE.files_shaped` row —
1108
+ * they branch off ahead of the translator call at the
1109
+ * action body level. Hint points at `monday item upload`
1110
+ * (v0.4-M31; verb-shaped multipart) AND `monday item set` /
1111
+ * `monday item update --set <file-col>=<path>` (v0.6-M38;
1112
+ * friendly translator dispatch).
1105
1113
  * - **`time_tracking`** — verb-shaped extension (start/stop, not
1106
1114
  * value writes); v0.3-deferred. Carry `deferred_to: "v0.3"`;
1107
1115
  * hint points at the upcoming verb surface.
@@ -1171,17 +1179,24 @@ const UNSUPPORTED_TABLE = {
1171
1179
  files_shaped: {
1172
1180
  message: (columnId, type) => `Column "${columnId}" has type "${type}", which Monday writes ` +
1173
1181
  `via add_file_to_column (multipart upload) rather than ` +
1174
- `change_column_value. The friendly --set translator can't ` +
1175
- `reach this surface; --set-raw <col>=<json> can't either. ` +
1182
+ `change_column_value. The v0.6-M38 friendly --set ` +
1183
+ `<file-col>=<path> form dispatches into the multipart wire on ` +
1184
+ `\`monday item set\` + \`monday item update\` (single-item ` +
1185
+ `only); this rejection row fires on paths the M38 dispatch ` +
1186
+ `doesn't cover (item create, bulk item update --where). ` +
1176
1187
  `Use \`monday item upload <iid> --column <col> <file>\` ` +
1177
- `(v0.4-M31, multipart wire) for file columns.`,
1188
+ `(v0.4-M31; verb-shaped) OR \`monday item set <iid> ` +
1189
+ `<file-col>=<path>\` / \`monday item update <iid> --set ` +
1190
+ `<file-col>=<path>\` (v0.6-M38; friendly translator).`,
1178
1191
  details: () => ({
1179
- deferred_to: 'v0.5',
1180
- hint: 'use `monday item upload <iid> --column <col> <file>` ' +
1181
- '(shipped v0.4-M31, multipart wire) the friendly ' +
1182
- '--set translator + --set-raw both target ' +
1183
- 'change_column_value-shaped types and can\'t reach the ' +
1184
- 'multipart wire.',
1192
+ hint: 'two write paths reach Monday\'s add_file_to_column ' +
1193
+ 'multipart wire: `monday item upload <iid> --column <col> ' +
1194
+ '<file>` (v0.4-M31; verb-shaped) and `monday item set <iid> ' +
1195
+ '<file-col>=<path>` / `monday item update <iid> --set ' +
1196
+ '<file-col>=<path>` (v0.6-M38; friendly translator ' +
1197
+ 'dispatch, single-item only). The bulk + create paths ' +
1198
+ 'reject file-shaped columns at v0.6-M38 — those defer to ' +
1199
+ 'v0.6.x per cli-design §5.3 + §13 v0.6 entry.',
1185
1200
  }),
1186
1201
  },
1187
1202
  time_tracking: {