Commit 5aaf1c8
committed
Add writer target contract docs and test tool hooks
Introduce a new Writer Target Contract (docs/sphinx/writer_target_contract.rst and docs/writer_target_contract.md) that documents bounded preserve/replace rules and host-owned target image specs. Update multiple docs (quick_start, host_integration, development, metadata_transfer_plan, interop_api, xmp_sync_policy, and Sphinx indices) to reference the new contract and to document the target_image_spec and matching metatransfer/Python CLI --target-* flags and examples. Update CMake to add optional OPENMETA_OIIOTOOL_EXECUTABLE and OPENMETA_EXIFTOOL_EXECUTABLE cache vars (with find_program fallbacks) and wire those into test/gate targets; add a metatransfer image usability test target and integrate the executables into existing transfer_release and CLI/metatransfer smoke gate flows. Add the new tests/metatransfer_image_usability_test.cmake and other test updates to exercise external image usability checks.1 parent ace0842 commit 5aaf1c8
25 files changed
Lines changed: 5064 additions & 279 deletions
File tree
- docs
- sphinx
- src
- include/openmeta
- openmeta
- python
- openmeta/python
- src
- tools
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
68 | 89 | | |
69 | 90 | | |
70 | 91 | | |
| |||
402 | 423 | | |
403 | 424 | | |
404 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
405 | 440 | | |
406 | 441 | | |
407 | 442 | | |
| |||
662 | 697 | | |
663 | 698 | | |
664 | 699 | | |
| 700 | + | |
| 701 | + | |
665 | 702 | | |
666 | 703 | | |
667 | 704 | | |
| |||
674 | 711 | | |
675 | 712 | | |
676 | 713 | | |
| 714 | + | |
| 715 | + | |
677 | 716 | | |
678 | 717 | | |
679 | 718 | | |
| |||
683 | 722 | | |
684 | 723 | | |
685 | 724 | | |
| 725 | + | |
| 726 | + | |
686 | 727 | | |
687 | 728 | | |
688 | 729 | | |
| |||
693 | 734 | | |
694 | 735 | | |
695 | 736 | | |
| 737 | + | |
| 738 | + | |
696 | 739 | | |
697 | 740 | | |
698 | 741 | | |
| |||
729 | 772 | | |
730 | 773 | | |
731 | 774 | | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
732 | 787 | | |
733 | 788 | | |
734 | 789 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
178 | 186 | | |
179 | 187 | | |
180 | 188 | | |
| |||
189 | 197 | | |
190 | 198 | | |
191 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
192 | 206 | | |
193 | 207 | | |
194 | 208 | | |
| |||
1287 | 1301 | | |
1288 | 1302 | | |
1289 | 1303 | | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
1290 | 1310 | | |
1291 | 1311 | | |
1292 | 1312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
328 | 330 | | |
329 | 331 | | |
330 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
331 | 347 | | |
332 | 348 | | |
333 | 349 | | |
| |||
395 | 411 | | |
396 | 412 | | |
397 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
398 | 474 | | |
399 | 475 | | |
400 | 476 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
0 commit comments