MCPcopy Create free account
hub / github.com/Tele-AI/Fluxon / DispatchReleaseScopeSpec

Class DispatchReleaseScopeSpec

deployment/manual_dispatch_release.py:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31@dataclass(frozen=True)
32class DispatchReleaseScopeSpec:
33 # Keep scope-level dispatch rules centralized here.
34 # The final relpath list is still expanded dynamically from manifests and optional subtrees.
35 required_base_relpaths: tuple[str, ...]
36 strict_file_relpaths: tuple[str, ...]
37 extra_manifest_relpaths: tuple[str, ...]
38 include_manifest_ext_runtime_payloads: bool
39 needs_ext_images_materialization: bool
40 dispatch_profiles: bool
41 dispatch_test_rsc: bool
42
43
44DISPATCH_RELEASE_SCOPE_SPECS = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected