Commit 65ebc01
committed
Clarify orchestrator only collects pointer metadata
Round 4 review caught three places where the wording still
described the old read-side model. The Stage 5 purpose text said
the orchestrator "collect[s] failure logs and send[s] them to
Agent A", and the orchestrator-managed-operations section said CI
polling "collect[s] failure details" — both contradict the
pointer-based contract this PR establishes. The TSDoc on
`buildCiInspectionContext` also referred to "the ref for code
scanning queries", which is easy to misread back into the
SHA-as-alert-ref bug from Round 3.
Reword these descriptions to make the bounded-pointer contract
explicit, and clarify in the helper's TSDoc that its `ref` is a
commit SHA and is not the right input for the code-scanning
alerts API.
Part of #3161 parent ee7c418 commit 65ebc01
2 files changed
Lines changed: 26 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
573 | 577 | | |
574 | 578 | | |
575 | 579 | | |
| |||
1870 | 1874 | | |
1871 | 1875 | | |
1872 | 1876 | | |
1873 | | - | |
1874 | | - | |
1875 | | - | |
1876 | | - | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
1877 | 1884 | | |
1878 | 1885 | | |
1879 | 1886 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
578 | 585 | | |
579 | 586 | | |
580 | 587 | | |
| |||
0 commit comments