Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
214 commits
Select commit Hold shift + click to select a range
e8b5386
chore: refresh org SBOM inventory
Sep 2, 2026
5123f8c
docs: define reusable repository README quality standard
seonghobae Sep 2, 2026
252fbe9
chore: refresh org SBOM inventory
Sep 2, 2026
3112343
chore: preserve SBOM inventory publication lineage
Sep 2, 2026
de8ed6e
chore: refresh org SBOM inventory
Sep 3, 2026
f221c87
chore: preserve SBOM inventory publication lineage
Sep 3, 2026
819ce60
chore: refresh org SBOM inventory
Sep 3, 2026
96c2159
chore: preserve SBOM inventory publication lineage
Sep 3, 2026
aeda71b
chore: refresh org SBOM inventory
Sep 4, 2026
c69893b
chore: preserve SBOM inventory publication lineage
Sep 4, 2026
f300c14
chore: refresh org SBOM inventory
Sep 4, 2026
0b47e88
chore: preserve SBOM inventory publication lineage
Sep 4, 2026
3a9fc3c
chore: refresh org SBOM inventory
Sep 4, 2026
a39c349
chore: preserve SBOM inventory publication lineage
Sep 4, 2026
28437a3
Merge branch 'main' into automation/sbom-inventory
opencode-agent[bot] Sep 4, 2026
4d704ab
chore: refresh org SBOM inventory
Sep 4, 2026
35d7904
chore: preserve SBOM inventory publication lineage
Sep 4, 2026
434ac80
Merge branch 'main' into automation/sbom-inventory
opencode-agent[bot] Sep 4, 2026
fd067fa
chore: refresh org SBOM inventory
Sep 4, 2026
4993226
chore: preserve SBOM inventory publication lineage
Sep 4, 2026
8c6f95d
chore: refresh org SBOM inventory
Sep 4, 2026
f3b6515
chore: preserve SBOM inventory publication lineage
Sep 4, 2026
5b01c72
chore: refresh org SBOM inventory
Sep 5, 2026
4a1a98b
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
ca3c1cc
chore: refresh org SBOM inventory
Sep 5, 2026
1aaacb7
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
ec71e9e
Merge branch 'main' into automation/sbom-inventory
opencode-agent[bot] Sep 5, 2026
f430730
chore: refresh org SBOM inventory
Sep 5, 2026
ab9e2f4
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
6f8c51d
fix(dispatch): parse the trusted-dispatcher allowlist identically in …
seonghobae Sep 5, 2026
3f88e13
fix(codeql): serialise the dispatched scan matrix with toJSON (#1926)
seonghobae Sep 5, 2026
fd54ff6
chore: refresh org SBOM inventory
Sep 5, 2026
fe64665
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
7f4c5e3
fix(scheduler): hold pre-review branch updates while current-head che…
seonghobae Sep 5, 2026
7c32d20
fix(strix): coalesce push scans per protected branch instead of one g…
Sep 5, 2026
2e8b13a
chore: refresh org SBOM inventory
Sep 5, 2026
f62edde
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
1ed074c
docs(strix): state the merge-burst tradeoff of per-branch push coales…
Sep 5, 2026
0dc7104
docs(strix): record the coverage half of the push-coalescing trade in…
Sep 5, 2026
f2f91b8
fix(review): round-robin catalog fill across accounts within a tier (…
seonghobae Sep 5, 2026
de7b74e
chore: refresh org SBOM inventory
Sep 5, 2026
d6ffa3a
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
0149546
chore: refresh org SBOM inventory
Sep 5, 2026
9cf3a3d
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
2bf9f04
Merge origin/main (f2f91b806) into lane-jan/strix-push-ref-concurrency
claude Sep 5, 2026
d9eb9f7
fix(sidecar): record the orchestrator's per-attempt trace in the revi…
seonghobae Sep 5, 2026
972b74b
fix(sidecar): let the stream sanitizer pass orchestrator route and ci…
seonghobae Sep 5, 2026
fe827e1
fix(noema): upload the sidecar stderr and preflight report when the v…
seonghobae Sep 5, 2026
8709b25
chore: refresh org SBOM inventory
Sep 5, 2026
d78239c
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
eb74baa
chore: refresh org SBOM inventory
Sep 5, 2026
7af52ca
chore: preserve SBOM inventory publication lineage
Sep 5, 2026
0e42fbc
fix(sidecar): keep transient-rejected preflight routes as deferred fa…
seonghobae Sep 6, 2026
53c0a87
docs(sidecar): describe the deferral bound in passthrough terms
seonghobae Sep 6, 2026
37a1129
docs(sidecar): state the deferral bound in terms of the gateway retry…
seonghobae Sep 6, 2026
ce7dd4b
chore: refresh org SBOM inventory
Sep 6, 2026
a2dbb8e
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
6d897c9
fix(sidecar): fill the preflight served set lazily to a readiness target
seonghobae Sep 6, 2026
b270bde
fix(sidecar): cap every preflight stage's candidate list at the probe…
seonghobae Sep 6, 2026
a912575
fix(sidecar): keep the exception type and innermost frame per traceback
Sep 6, 2026
efb8926
fix(sidecar): bump vendored contextual-orchestrator pin to fix orches…
seonghobae Sep 6, 2026
e4c9c44
Merge remote-tracking branch 'origin/main' into fix/preflight-defer-t…
seonghobae Sep 6, 2026
384903d
Merge branch 'fix/preflight-defer-transient-routes' into fix/prefligh…
seonghobae Sep 6, 2026
ea0a429
Merge origin/main (efb892692) into lane-jan/strix-push-ref-concurrency
claude Sep 6, 2026
71562e0
Merge branch 'main' into fix/sidecar-sanitizer-traceback-type-20260906
Sep 6, 2026
82ed98d
fix(sidecar): skip an account after two consecutive 429s at preflight
seonghobae Sep 6, 2026
3a1e10b
docs(adr-0029): state the probe cap's wall-time bound with the first …
seonghobae Sep 6, 2026
46f5761
Merge pull request #1947 from ContextualWisdomLab/fix/preflight-defer…
seonghobae Sep 6, 2026
1a49cc9
Merge remote-tracking branch 'origin/main' into fix/preflight-lazy-fill
seonghobae Sep 6, 2026
e18d846
Merge branch 'main' into fix/sidecar-sanitizer-traceback-type-20260906
Sep 6, 2026
ff9848a
Merge pull request #1950 from ContextualWisdomLab/fix/sidecar-sanitiz…
seonghobae Sep 6, 2026
27d478d
Merge remote-tracking branch 'origin/main' into fix/preflight-lazy-fill
seonghobae Sep 6, 2026
fb2ae81
Merge pull request #1949 from ContextualWisdomLab/fix/preflight-lazy-…
seonghobae Sep 6, 2026
fdc2b52
chore: refresh org SBOM inventory
Sep 6, 2026
b89a33a
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
4302463
fix(strix): name the sandbox bootstrap failure and give it a bounded …
seonghobae Sep 6, 2026
aca3b05
docs(strix): separate occupied slots from queued runs, and scan scope…
claude Sep 6, 2026
c18daf5
Merge remote-tracking branch 'origin/main' into lane-jan/strix-push-r…
claude Sep 6, 2026
ccee8e2
chore: refresh org SBOM inventory
Sep 6, 2026
3c84cdf
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
5ea1cc4
ci(review): coalesce superseded OpenCode review dispatches before adm…
seonghobae Sep 6, 2026
0b0f104
fix(preflight): postpone a rate-limited account's candidates instead …
seonghobae Sep 6, 2026
c232ca0
fix(strix): sanitize strix-agent's recovered transient replay warning…
seonghobae Sep 6, 2026
dd0b96f
fix(review): name the Strix sandbox class in the failed-check finding…
seonghobae Sep 6, 2026
aa99c2c
docs(strix): align the concurrency comment with the corrected retenti…
claude Sep 6, 2026
6224181
Merge remote-tracking branch 'origin/main' into lane-jan/strix-push-r…
claude Sep 6, 2026
37f7b0d
docs(strix): correct the stale on-trigger header that described non-c…
claude Sep 6, 2026
a1aa77c
chore: refresh org SBOM inventory
Sep 6, 2026
95b1d84
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
ee5567f
test(actions): pin concurrency group keys against comment leakage (#1…
seonghobae Sep 6, 2026
6e014c9
fix(actions): coalesce superseded agent mentions while they are queue…
seonghobae Sep 6, 2026
6e0bb09
Merge origin/main into lane-jan/strix-push-ref-concurrency
claude Sep 6, 2026
6791f5e
test(actions): strip YAML inline comments from the concurrency group …
claude Sep 6, 2026
9aad23c
test(actions): parse the concurrency group instead of slicing the blo…
seonghobae Sep 6, 2026
32a2a89
Merge origin/main into lane-jan/strix-push-ref-concurrency
claude Sep 6, 2026
5dad3fe
fix(ci): preserve bounded sidecar diagnostics
seonghobae Sep 6, 2026
ad0779b
fix(scheduler): skip review dispatch for a head whose merge tree cann…
seonghobae Sep 6, 2026
49eb9e7
test(actions): anchor cancel-in-progress contracts so a flipped flag …
seonghobae Sep 6, 2026
858aae1
chore: refresh org SBOM inventory
Sep 6, 2026
6e44c37
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
5c60b5d
test(concurrency): pin the cancel flag as a value for the PR-keyed sc…
seonghobae Sep 6, 2026
74224b2
fix(scheduler): match the run name GitHub actually sends for central …
seonghobae Sep 6, 2026
2396ddc
Revert "fix(scheduler): skip review dispatch for a head whose merge t…
seonghobae Sep 6, 2026
bf0bf0a
fix(audit): stop a ruleset drift from disabling the CodeQL coverage d…
seonghobae Sep 6, 2026
c9052e6
fix(audit): count the repositories examined, not the ones supplied (#…
seonghobae Sep 6, 2026
d568544
chore: refresh org SBOM inventory
Sep 6, 2026
994e356
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
db93a9e
chore: refresh org SBOM inventory
Sep 6, 2026
43fa180
chore: preserve SBOM inventory publication lineage
Sep 6, 2026
bd56a9c
docs: integrate README quality standard with current main
seonghobae Sep 6, 2026
e67d786
chore: refresh org SBOM inventory
Sep 7, 2026
df02aad
chore: preserve SBOM inventory publication lineage
Sep 7, 2026
056226c
Merge remote-tracking branch 'origin/main' into lane-jan/strix-push-r…
claude Sep 7, 2026
57b3493
chore: refresh org SBOM inventory
Sep 7, 2026
1e80114
chore: preserve SBOM inventory publication lineage
Sep 7, 2026
dd7ea81
fix(codeql): dispatch one current-head scan per pull request (#2008)
seonghobae Sep 7, 2026
78a4937
fix(codeql): accept queued pre-cutover scan-dispatch payloads (#2009)
seonghobae Sep 7, 2026
c49a469
Merge origin/main into lane-jan/strix-push-ref-concurrency
seonghobae Sep 7, 2026
8befedc
chore: refresh org SBOM inventory
Sep 7, 2026
5f264b1
chore: preserve SBOM inventory publication lineage
Sep 7, 2026
4fb5293
chore: refresh org SBOM inventory
Sep 7, 2026
6c98f3c
chore: preserve SBOM inventory publication lineage
Sep 7, 2026
3a4946a
chore: refresh org SBOM inventory
Sep 7, 2026
bed84f7
chore: preserve SBOM inventory publication lineage
Sep 7, 2026
b8d735b
chore: refresh org SBOM inventory
Sep 8, 2026
f250546
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
7fd571d
fix(codeql): keep a clean dispatch scan when status publish 403s (#2028)
seonghobae Sep 8, 2026
31cc925
Merge branch 'main' into lane-jan/strix-push-ref-concurrency
seonghobae Sep 8, 2026
e99509d
test(strix): preserve hash-only folded group content
seonghobae Sep 8, 2026
a397914
fix(strix): retain folded scalar hash lines
seonghobae Sep 8, 2026
330741f
test(strix): cover folded scalar hash lines
seonghobae Sep 8, 2026
28e10b5
test(strix): keep one folded hash regression
seonghobae Sep 8, 2026
e043ffc
chore: refresh org SBOM inventory
Sep 8, 2026
ceea8ab
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
f380054
chore: refresh org SBOM inventory
Sep 8, 2026
e6b292c
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
224c79d
chore: refresh org SBOM inventory
Sep 8, 2026
7fe8ca9
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
863b3b3
chore: refresh org SBOM inventory
Sep 8, 2026
c2ec5ed
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
32b6bdc
chore: refresh org SBOM inventory
Sep 8, 2026
d8dc63a
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
6546230
chore: refresh org SBOM inventory
Sep 8, 2026
3dc459e
chore: preserve SBOM inventory publication lineage
Sep 8, 2026
6f4ca47
fix(ci): preserve bounded sidecar request ids
seonghobae Sep 9, 2026
c137f18
chore: refresh org SBOM inventory
Sep 9, 2026
694f08a
chore: preserve SBOM inventory publication lineage
Sep 9, 2026
433bc22
fix(ci): preserve complete request correlation
seonghobae Sep 9, 2026
fc0ab87
merge: stack request correlation on diagnostic compatibility
seonghobae Sep 9, 2026
3431353
merge: restack sidecar diagnostics on current main
seonghobae Sep 9, 2026
0680f2c
merge: follow restacked diagnostic base
seonghobae Sep 9, 2026
4a0125b
fix(ci): preserve bounded HTTP request correlation
seonghobae Sep 9, 2026
8421fea
fix(opencode): accept proven Python VCS floors
seonghobae Sep 9, 2026
fe38183
chore: refresh org SBOM inventory
Sep 9, 2026
60177ec
chore: preserve SBOM inventory publication lineage
Sep 9, 2026
8664793
chore: refresh org SBOM inventory
Sep 9, 2026
7b53820
chore: preserve SBOM inventory publication lineage
Sep 9, 2026
297e0ea
chore: refresh org SBOM inventory
Sep 9, 2026
c6b1b8b
chore: preserve SBOM inventory publication lineage
Sep 9, 2026
81b12de
chore: refresh org SBOM inventory
Sep 9, 2026
46f1d43
chore: preserve SBOM inventory publication lineage
Sep 9, 2026
cd80258
chore: refresh org SBOM inventory
Sep 9, 2026
c80170e
chore: preserve SBOM inventory publication lineage
Sep 9, 2026
88d49f7
Merge pull request #2057: unblock protected-base VCS dependency mater…
seonghobae Sep 9, 2026
7b16449
Merge pull request #1978: restore bounded review-sidecar diagnostics
seonghobae Sep 10, 2026
f578d8d
Merge pull request #2053: preserve safe request correlation through t…
seonghobae Sep 10, 2026
9d48777
chore: refresh org SBOM inventory
Sep 10, 2026
f09d0d7
chore: preserve SBOM inventory publication lineage
Sep 10, 2026
cb0872c
Merge pull request #1938: coalesce superseded Strix push scans
seonghobae Sep 10, 2026
cb73069
chore: refresh org SBOM inventory
Sep 10, 2026
ca78eb9
chore: preserve SBOM inventory publication lineage
Sep 10, 2026
7ded2bd
chore: refresh org SBOM inventory
Sep 10, 2026
76096c1
chore: preserve SBOM inventory publication lineage
Sep 10, 2026
f153eb7
chore: refresh org SBOM inventory
Sep 10, 2026
1833364
chore: preserve SBOM inventory publication lineage
Sep 10, 2026
11e35bf
chore: refresh org SBOM inventory
Sep 10, 2026
9557bd6
chore: preserve SBOM inventory publication lineage
Sep 10, 2026
31cca60
chore: refresh org SBOM inventory
Sep 10, 2026
a6f9229
chore: preserve SBOM inventory publication lineage
Sep 10, 2026
a509f6c
chore: refresh org SBOM inventory
Sep 11, 2026
97a7258
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
d31a037
docs(queue): mark retired org sweep as historical
seonghobae Sep 11, 2026
9b8f32a
docs(ci): explain JavaScript materializer trust boundaries
seonghobae Sep 11, 2026
a6160ab
fix(ci): keep JavaScript quality lane self-contained
seonghobae Sep 11, 2026
57f13e2
chore: refresh org SBOM inventory
Sep 11, 2026
b2108c7
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
3895294
chore: refresh org SBOM inventory
Sep 11, 2026
69b8d8e
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
8aacc70
chore: refresh org SBOM inventory
Sep 11, 2026
4aa845b
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
06270ee
chore: refresh org SBOM inventory
Sep 11, 2026
7472570
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
83f6208
chore: refresh org SBOM inventory
Sep 11, 2026
4db3c12
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
30b5e33
chore: refresh org SBOM inventory
Sep 11, 2026
c6c5813
chore: preserve SBOM inventory publication lineage
Sep 11, 2026
3b47134
chore: refresh org SBOM inventory
Sep 12, 2026
5b715fa
chore: preserve SBOM inventory publication lineage
Sep 12, 2026
9b4580c
test: require usable README scaffold and incomplete blocker semantics
seonghobae Sep 12, 2026
1a7120f
docs: add adaptable product README authoring scaffold
seonghobae Sep 12, 2026
0e7dc2e
docs: bind README template to execution evidence and protected delivery
seonghobae Sep 12, 2026
4a1519e
docs: retain README template decision and verification boundaries
seonghobae Sep 12, 2026
3153f2f
Merge protected main into README template lane
seonghobae Sep 12, 2026
0da57b1
chore: refresh org SBOM inventory
Sep 12, 2026
ead9bf8
chore: preserve SBOM inventory publication lineage
Sep 12, 2026
691fb78
Merge pull request #1694 from ContextualWisdomLab/docs/repository-rea…
seonghobae Sep 12, 2026
b855e7d
Merge pull request #2095 from ContextualWisdomLab/docs/javascript-mat…
seonghobae Sep 12, 2026
fb17ef5
Merge pull request #2092 from ContextualWisdomLab/docs/org-queue-swee…
seonghobae Sep 12, 2026
40e4b21
chore: refresh org SBOM inventory
Sep 12, 2026
457b0b1
chore: preserve SBOM inventory publication lineage
Sep 12, 2026
bdf2bf1
chore: refresh org SBOM inventory
Sep 12, 2026
50890f8
chore: preserve SBOM inventory publication lineage
Sep 12, 2026
2a49f19
chore: refresh org SBOM inventory
Sep 12, 2026
9508ea0
chore: preserve SBOM inventory publication lineage
Sep 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading