Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
45e973b
fix(checks): cover all onboarding entry declarations
cv Aug 14, 2026
b0d4ca3
fix(checks): scan callable onboarding entry scopes
cv Aug 14, 2026
5487235
fix(checks): scan onboarding declaration headers
cv Aug 14, 2026
f5c2f69
fix(checks): preserve recovery action detection
cv Aug 14, 2026
775b9c4
fix(checks): normalize recovery action callees
cv Aug 14, 2026
71c60d2
fix(checks): cover static onboarding actions
cv Aug 14, 2026
eb7e2ab
fix(checks): scan nested onboarding actions
cv Aug 14, 2026
c194181
fix(checks): normalize static onboarding actions
cv Aug 14, 2026
cfa1c43
fix(checks): align onboarding lifecycle classifiers
cv Aug 14, 2026
fec552c
fix(checks): complete gateway lifecycle vocabulary
cv Aug 14, 2026
d2ba750
fix(checks): address composition review gaps
cv Aug 15, 2026
d96cb8d
fix(checks): fail closed without composition base
cv Aug 15, 2026
a6eb859
fix(checks): cap composition category totals
cv Aug 15, 2026
2e4a275
fix(checks): cap total composition allowance
cv Aug 15, 2026
68f0d2e
merge(main): incorporate current fixes
cv Aug 15, 2026
b15ea0d
fix(checks): tighten composition edge cases
cv Aug 15, 2026
0ffe466
fix(checks): clarify merge-base failures
cv Aug 15, 2026
26aeb9d
merge: reconcile current main
cv Aug 15, 2026
5f36edd
fix(checks): cover static composition forms
cv Aug 15, 2026
1c76128
fix(checks): narrow computed property names
cv Aug 15, 2026
fc66e30
test(checks): cover unavailable composition base files
cv Aug 15, 2026
51d417e
test(checks): cover composition Git execution errors
cv Aug 15, 2026
3685f22
merge: reconcile concurrent composition fixes
cv Aug 15, 2026
f4112d1
fix(checks): keep composition aliases local
cv Aug 15, 2026
8f36fed
fix(checks): resolve composition aliases lexically
cv Aug 15, 2026
7e39498
fix(checks): resolve composition receivers
cv Aug 15, 2026
d992434
test(checks): remove composition test branch
cv Aug 15, 2026
21ce5b1
merge: reconcile concurrent alias scope fixes
cv Aug 15, 2026
19592c2
merge: reconcile concurrent receiver fixes
cv Aug 15, 2026
1a785bc
test(checks): keep merge-base fixture linear
prekshivyas Aug 15, 2026
d6c7480
merge: incorporate current main
cv Aug 15, 2026
0f9c6e2
fix(checks): remove unreachable scope fallback
cv Aug 15, 2026
3724542
merge: incorporate current main
cv Aug 15, 2026
9072818
merge: incorporate current main
cv Aug 15, 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
35 changes: 25 additions & 10 deletions ci/onboard-entry-composition-budget.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
{
"$comment": "SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\nSPDX-License-Identifier: Apache-2.0\nProvider decisions remain until #9169. Messaging decisions remain until #9170. Policy decisions remain until #9172. The budget permits no gateway decisions.",
"gateway": {},
"$comment": "SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\nSPDX-License-Identifier: Apache-2.0\nProvider decisions remain until #9169. Messaging decisions remain until #9170. Gateway and policy decisions remain until #9172.",
"gateway": {
"preflight": 2,
"preflightAuthoritativeRebuildTarget": 1,
"runOnboard": 2
},
"messaging": {
"createSandboxWithBaseImageResolution": 9,
"runOnboard": 1
"createSandboxWithBaseImageResolution.plan.rebindMessagingTokenDefs": 1,
"getOpenShellInstallDeps.hasRequiredOpenshellMessagingFeatures": 4,
"runOnboard": 1,
"runOnboard.finalizationDeps.verifyDeployment.getMessagingChannels": 1
},
"policy": {
"createSandboxWithBaseImageResolution": 6,
"runOnboard": 5
"createOnboardPolicyApplication.getRecordedPolicyTier": 1,
"createSandboxWithBaseImageResolution": 7,
"preflightAuthoritativeRebuildTarget": 1,
"runOnboard": 6,
"sandboxCreateIntentResolver.getAgentPolicyPath": 1
},
"provider": {
"createSandboxWithBaseImageResolution": 15,
"handleNimLocalSelection": 32,
"handleRemoteProviderSelection": 76,
"handleRoutedSelection": 15,
"createSandboxWithBaseImageResolution": 20,
"handleNimLocalSelection": 36,
"handleRemoteProviderSelection": 84,
"handleRemoteProviderSelection.providerExistsInGateway": 1,
"handleRemoteProviderSelection.readGatewayProviderMetadata": 1,
"handleRoutedSelection": 16,
"handleVllmSelection.queryVllmModels": 1,
"preflightAuthoritativeRebuildTarget": 1,
"runOnboard": 8,
"selectAndValidateOllamaModel": 18
"runOnboard.providerInference.deps.needsBedrockRuntimeAdapter": 1,
"selectAndValidateOllamaModel": 19
}
}
Loading
Loading