status: active period: ongoing theme: buildchain-generated-reference doc_type: technical-reference source_level: local-files confidence: high sensitivity: public evidence_grade: A review_state: generated last_reviewed: 2026-08-01 ai_provenance: model_family: GPT-5 product: Codex generated_at: 2026-08-01 invisible_context: not asserted
Buildchain Node API Reference
Generated from
package.json#exportsand the exported ESM symbols in each target. Do not edit this file by hand.
Signatures and source locations are mechanical. JavaScript return types remain conservative where the source declares no static type.
@kungfu-tech/buildchain
Target: ./packages/core/index.js. Public symbols: 558.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
abortReleaseActivationTransaction |
function: function abortReleaseActivationTransaction(transaction, reason) | transaction, reason | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { abortReleaseActivationTransaction } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:277 |
AGENT_INDEX_CONTRACT |
constant: const AGENT_INDEX_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { AGENT_INDEX_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:31 |
aggregateBuildFacts |
function: function aggregateBuildFacts({ cwd = process.cwd(), productId = “”, moduleFacts = [], artifacts = [], now = nowIso(), } = {}) | { cwd = process.cwd(), productId = “”, moduleFacts = [], artifacts = [], now = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | subprocess | import { aggregateBuildFacts } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:458 |
aggregateControllerReceipts |
function: function aggregateControllerReceipts({ plans = [], receipts = [] } = {}) | { plans = [], receipts = [] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { aggregateControllerReceipts } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:448 |
ANCHORED_VERSION_MATERIAL_CONTRACT |
constant: const ANCHORED_VERSION_MATERIAL_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ANCHORED_VERSION_MATERIAL_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/anchored-version-material.js:15 |
appendBuildchainLogEvent |
function: function appendBuildchainLogEvent(filePath, event) | filePath, event | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { appendBuildchainLogEvent } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:67 |
applySurfaceTimestampPolicy |
function: function applySurfaceTimestampPolicy(manifest, options = {}) | manifest, options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { applySurfaceTimestampPolicy } from "@kungfu-tech/buildchain"; |
packages/core/surface-manifest.js:79 |
ARTIFACT_EVIDENCE_CONTRACT |
constant: const ARTIFACT_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:29 |
ARTIFACT_PASSPORT_LOCATOR_CONTRACT |
constant: const ARTIFACT_PASSPORT_LOCATOR_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_PASSPORT_LOCATOR_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:11 |
ARTIFACT_PASSPORT_POINTER_CONTRACT |
constant: const ARTIFACT_PASSPORT_POINTER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_PASSPORT_POINTER_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:10 |
ARTIFACT_SIGNING_AUTHORITY_CONTRACT |
constant: const ARTIFACT_SIGNING_AUTHORITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_AUTHORITY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:7 |
ARTIFACT_SIGNING_RECEIPT_CONTRACT |
constant: const ARTIFACT_SIGNING_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:5 |
ARTIFACT_SIGNING_REQUEST_CONTRACT |
constant: const ARTIFACT_SIGNING_REQUEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_REQUEST_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:3 |
ARTIFACT_SIGNING_RESULT_CONTRACT |
constant: const ARTIFACT_SIGNING_RESULT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_RESULT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing-result.js:12 |
ARTIFACT_VERIFICATION_CONTRACT |
constant: const ARTIFACT_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:9 |
ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT |
constant: const ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:5 |
ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT |
constant: const ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:3 |
artifactSigningDigest |
function: function artifactSigningDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { artifactSigningDigest } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:60 |
artifactSigningEvidenceDigest |
function: function artifactSigningEvidenceDigest(evidence = []) | evidence = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { artifactSigningEvidenceDigest } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing-result.js:58 |
artifactVerificationEnvelopeDigest |
function: function artifactVerificationEnvelopeDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { artifactVerificationEnvelopeDigest } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:50 |
assertPackageManager |
function: function assertPackageManager(manager) | manager | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { assertPackageManager } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:49 |
assertPublicSurfaceReverseAudit |
function: function assertPublicSurfaceReverseAudit(report) | report | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { assertPublicSurfaceReverseAudit } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:261 |
auditKfd3Surfaces |
function: function auditKfd3Surfaces({ cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, } = {}) | { cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { auditKfd3Surfaces } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:547 |
BADGE_BUNDLE_DEFAULT_CLAIMS |
constant: const BADGE_BUNDLE_DEFAULT_CLAIMS | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_DEFAULT_CLAIMS } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:17 |
BADGE_BUNDLE_FACTS_CONTRACT |
constant: const BADGE_BUNDLE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_FACTS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:13 |
BUILD_FACTS_GIT_CONTRACT |
constant: const BUILD_FACTS_GIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_GIT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:9 |
BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT |
constant: const BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:14 |
BUILD_FACTS_MODULE_CONTRACT |
constant: const BUILD_FACTS_MODULE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_MODULE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:11 |
BUILD_FACTS_PRODUCT_CONTRACT |
constant: const BUILD_FACTS_PRODUCT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_PRODUCT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:12 |
BUILD_FACTS_VERIFY_CONTRACT |
constant: const BUILD_FACTS_VERIFY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_VERIFY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:13 |
BUILD_FACTS_VERSION_CONTRACT |
constant: const BUILD_FACTS_VERSION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_VERSION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:10 |
BUILDCHAIN_AGENT_MANUALS |
constant: const BUILDCHAIN_AGENT_MANUALS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_AGENT_MANUALS } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-agent-manuals.js:1 |
BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT |
constant: const BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:31 |
BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT |
constant: const BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:5 |
BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT |
constant: const BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:3 |
BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT |
constant: const BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/candidate-timeline.js:1 |
BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT |
constant: const BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/candidate-timeline.js:3 |
BUILDCHAIN_CONFIG_PATH |
constant: const BUILDCHAIN_CONFIG_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONFIG_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:7 |
BUILDCHAIN_CONSUMER_ISSUE_CONTRACT |
constant: const BUILDCHAIN_CONSUMER_ISSUE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONSUMER_ISSUE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:4 |
BUILDCHAIN_CONTRACT_LOCK |
constant: const BUILDCHAIN_CONTRACT_LOCK | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTRACT_LOCK } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:8 |
BUILDCHAIN_CONTRACT_LOCK_PATH |
constant: const BUILDCHAIN_CONTRACT_LOCK_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTRACT_LOCK_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:9 |
BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:6 |
BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:4 |
BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:3 |
BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:5 |
BUILDCHAIN_DIAGNOSTICS_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:28 |
BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:33 |
BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:35 |
BUILDCHAIN_DIR |
constant: const BUILDCHAIN_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIR } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:4 |
BUILDCHAIN_GENERATED_DIRS |
constant: const BUILDCHAIN_GENERATED_DIRS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GENERATED_DIRS } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:36 |
BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY |
constant: const BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:1363 |
BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS |
constant: const BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:1365 |
BUILDCHAIN_JSON_FORMATTING_POLICY |
constant: const BUILDCHAIN_JSON_FORMATTING_POLICY | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_JSON_FORMATTING_POLICY } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:14 |
BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT |
constant: const BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:14 |
BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT |
constant: const BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:15 |
BUILDCHAIN_KFD_ROOT |
constant: const BUILDCHAIN_KFD_ROOT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_ROOT } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:11 |
BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH |
constant: const BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:16 |
BUILDCHAIN_KFD1_DIR |
constant: const BUILDCHAIN_KFD1_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_DIR } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:12 |
BUILDCHAIN_KFD1_RELEASE_GATE_PATH |
constant: const BUILDCHAIN_KFD1_RELEASE_GATE_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_RELEASE_GATE_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:17 |
BUILDCHAIN_KFD1_VERIFY_RESULT_PATH |
constant: const BUILDCHAIN_KFD1_VERIFY_RESULT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_VERIFY_RESULT_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:18 |
BUILDCHAIN_KFD2_CLAIM_ARGS_PATH |
constant: const BUILDCHAIN_KFD2_CLAIM_ARGS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_CLAIM_ARGS_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:21 |
BUILDCHAIN_KFD2_CLAIMS_DIR |
constant: const BUILDCHAIN_KFD2_CLAIMS_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_CLAIMS_DIR } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:22 |
BUILDCHAIN_KFD2_DIR |
constant: const BUILDCHAIN_KFD2_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_DIR } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:13 |
BUILDCHAIN_KFD2_REGISTRY_PATH |
constant: const BUILDCHAIN_KFD2_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_REGISTRY_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:19 |
BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH |
constant: const BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:20 |
BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH |
constant: const BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:26 |
BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH |
constant: const BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:27 |
BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH |
constant: const BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:24 |
BUILDCHAIN_KFD3_DIR |
constant: const BUILDCHAIN_KFD3_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_DIR } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:14 |
BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH |
constant: const BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:25 |
BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH |
constant: const BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:23 |
BUILDCHAIN_KFD4_DIR |
constant: const BUILDCHAIN_KFD4_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD4_DIR } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:15 |
BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT |
constant: const BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:6 |
BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT |
constant: const BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:29 |
BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT |
constant: const BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:41 |
BUILDCHAIN_LOG_EVENT_CONTRACT |
constant: const BUILDCHAIN_LOG_EVENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOG_EVENT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:6 |
BUILDCHAIN_LOG_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_LOG_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOG_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:7 |
BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT |
constant: const BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:37 |
BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:39 |
BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT |
constant: const BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:12 |
BUILDCHAIN_RELEASE_PASSPORT_PATH |
constant: const BUILDCHAIN_RELEASE_PASSPORT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RELEASE_PASSPORT_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:33 |
BUILDCHAIN_RUNTIME_CONTRACT_WORLD |
constant: const BUILDCHAIN_RUNTIME_CONTRACT_WORLD | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RUNTIME_CONTRACT_WORLD } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:7 |
BUILDCHAIN_VERSION_PIN_PATH |
constant: const BUILDCHAIN_VERSION_PIN_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_VERSION_PIN_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:5 |
BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT |
constant: const BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:5 |
buildchainKfdClaims |
constant: const buildchainKfdClaims | none | value | Import does not declare a throw contract. | none-on-import | import { buildchainKfdClaims } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:896 |
buildchainPublicationAuthorityDescriptors |
function: function buildchainPublicationAuthorityDescriptors() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildchainPublicationAuthorityDescriptors } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-publication-authority.js:54 |
buildConsumerIssueReport |
function: function buildConsumerIssueReport(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildConsumerIssueReport } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:104 |
buildFactsDigest |
function: function buildFactsDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write, subprocess | import { buildFactsDigest } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:45 |
buildWorkflowFrictionIssueReport |
function: function buildWorkflowFrictionIssueReport(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildWorkflowFrictionIssueReport } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:199 |
cacheEvidenceDigest |
function: function cacheEvidenceDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { cacheEvidenceDigest } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:48 |
CHANNEL_CANDIDATE_DECISION_SCHEMA |
constant: const CHANNEL_CANDIDATE_DECISION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { CHANNEL_CANDIDATE_DECISION_SCHEMA } from "@kungfu-tech/buildchain"; |
packages/core/channel-candidate.js:5 |
channelCandidateSourceLockRef |
function: function channelCandidateSourceLockRef(targetBranch, sourceSha) | targetBranch, sourceSha | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { channelCandidateSourceLockRef } from "@kungfu-tech/buildchain"; |
packages/core/channel-candidate.js:84 |
checkBadgeBundleBlock |
function: function checkBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkBadgeBundleBlock } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:867 |
checkHomebrewTap |
function: async function checkHomebrewTap({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkHomebrewTap } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:335 |
checkKfd2ProductClaimOutputs |
function: function checkKfd2ProductClaimOutputs(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkKfd2ProductClaimOutputs } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:415 |
checkReadmeBadgeBlock |
function: function checkReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkReadmeBadgeBlock } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:848 |
claimReleasePropagationWork |
function: function claimReleasePropagationWork({ work, expectedWorkRoot, authority, familyState, } = {}) | { work, expectedWorkRoot, authority, familyState, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { claimReleasePropagationWork } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-transitions.js:17 |
classifyProcessCommand |
function: function classifyProcessCommand(command = “”) | command = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { classifyProcessCommand } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1085 |
classifyReleasePropagationCondition |
function: function classifyReleasePropagationCondition(condition) | condition | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { classifyReleasePropagationCondition } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-agent-entry.js:171 |
codeownersForPath |
function: function codeownersForPath(source, candidatePath) | source, candidatePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { codeownersForPath } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:417 |
collectBadgeBundleFacts |
function: async function collectBadgeBundleFacts({ cwd = process.cwd(), claims = undefined } = {}) | { cwd = process.cwd(), claims = undefined } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBadgeBundleFacts } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:790 |
collectBuildchainDiagnostics |
function: function collectBuildchainDiagnostics({ cwd = process.cwd(), artifactPaths = [] } = {}) | { cwd = process.cwd(), artifactPaths = [] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBuildchainDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:248 |
collectCacheDiagnostics |
function: function collectCacheDiagnostics({ cwd = process.cwd(), cacheDirs = [], runCommand = defaultDiagnosticCommandRunner } = {}) | { cwd = process.cwd(), cacheDirs = [], runCommand = defaultDiagnosticCommandRunner } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectCacheDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:922 |
collectCompilerCacheDiagnostics |
function: function collectCompilerCacheDiagnostics({ cwd = process.cwd(), runCommand = defaultDiagnosticCommandRunner, env = process.env, } = {}) | { cwd = process.cwd(), runCommand = defaultDiagnosticCommandRunner, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectCompilerCacheDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:573 |
collectGitDiagnostics |
function: function collectGitDiagnostics({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectGitDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:944 |
collectGitHubReleasePassport |
function: function collectGitHubReleasePassport({ cwd = process.cwd(), tag = “”, repository = process.env.GITHUB_REPOSITORY || “”, sourceSha = process.env.GITHUB_SHA || “”, line = “”, outputDir = “.buildchain/release-passport”, assetsJson = “”, assetsDir = “”, releaseJson = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, packageSetJson = “”, publishEvidenceJson = “”, trustedPublishingJson = “”, transactionJson = “”, anchorManifestJson = “”, versionMaterialJson = “”, impactJson = “”, buildSummaryJson = “”, buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = “”, kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = “”, kfdSupportMatrixJson = “”, kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = “”, releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = “”, controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = “”, requireBaseKfd = false, releaseJsonExtra = “”, publishJson = “”, workflow = {}, checkedAt = “”, } = {}) | { cwd = process.cwd(), tag = “”, repository = process.env.GITHUB_REPOSITORY || “”, sourceSha = process.env.GITHUB_SHA || “”, line = “”, outputDir = “.buildchain/release-passport”, assetsJson = “”, assetsDir = “”, releaseJson = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, packageSetJson = “”, publishEvidenceJson = “”, trustedPublishingJson = “”, transactionJson = “”, anchorManifestJson = “”, versionMaterialJson = “”, impactJson = “”, buildSummaryJson = “”, buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = “”, kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = “”, kfdSupportMatrixJson = “”, kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = “”, releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = “”, controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = “”, requireBaseKfd = false, releaseJsonExtra = “”, publishJson = “”, workflow = {}, checkedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { collectGitHubReleasePassport } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:1488 |
collectGitSourceFacts |
function: function collectGitSourceFacts({ cwd = process.cwd(), root = “.” } = {}) | { cwd = process.cwd(), root = “.” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectGitSourceFacts } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:146 |
collectHomebrewTapFacts |
function: async function collectHomebrewTapFacts({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectHomebrewTapFacts } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:223 |
collectKfdStatus |
function: function collectKfdStatus({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectKfdStatus } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:902 |
collectModuleBuildFacts |
function: function collectModuleBuildFacts({ cwd = process.cwd(), moduleId = “”, moduleRoot = “”, scope = “”, versionSource = undefined, versionSourceId = “”, outputs = [], lifecycle = “”, platform = currentPlatform(), dependencies = [], now = nowIso(), } = {}) | { cwd = process.cwd(), moduleId = “”, moduleRoot = “”, scope = “”, versionSource = undefined, versionSourceId = “”, outputs = [], lifecycle = “”, platform = currentPlatform(), dependencies = [], now = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectModuleBuildFacts } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:302 |
collectNativeDiagnostics |
function: function collectNativeDiagnostics({ cwd = process.cwd(), profile = undefined, runCommand = defaultDiagnosticCommandRunner, } = {}) | { cwd = process.cwd(), profile = undefined, runCommand = defaultDiagnosticCommandRunner, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectNativeDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:295 |
collectPaperFleetAudit |
function: function collectPaperFleetAudit({ root = process.cwd(), repositories = [], buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, governance = {}, } = {}) | { root = process.cwd(), repositories = [], buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, governance = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperFleetAudit } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:158 |
collectPaperPreflight |
function: function collectPaperPreflight({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, registry = NPM_REGISTRY, offline = false, agentEntryMode = “contract”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, registry = NPM_REGISTRY, offline = false, agentEntryMode = “contract”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperPreflight } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:2413 |
collectPaperStatus |
function: function collectPaperStatus({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperStatus } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:1471 |
collectProcessTreeSnapshot |
function: function collectProcessTreeSnapshot({ rootPid = process.pid, cwd = process.cwd(), platform = process.platform, runCommand = defaultDiagnosticCommandRunner, } = {}) | { rootPid = process.pid, cwd = process.cwd(), platform = process.platform, runCommand = defaultDiagnosticCommandRunner, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectProcessTreeSnapshot } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1029 |
collectPublicationArtifact |
function: function collectPublicationArtifact({ cwd = process.cwd(), sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, manifestPath = “”, passportPath = “”, } = {}) | { cwd = process.cwd(), sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, manifestPath = “”, passportPath = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { collectPublicationArtifact } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:271 |
collectPublicationPackageFacts |
function: function collectPublicationPackageFacts({ cwd = process.cwd(), packageName = “”, outputDir = “.buildchain/publication/npm-package”, } = {}) | { cwd = process.cwd(), packageName = “”, outputDir = “.buildchain/publication/npm-package”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { collectPublicationPackageFacts } from "@kungfu-tech/buildchain"; |
packages/core/publication-package.js:74 |
collectPublicSurfaceReverseAudit |
function: function collectPublicSurfaceReverseAudit({ root = process.cwd(), cliRegistry: suppliedCliRegistry = undefined, workflowRegistry: suppliedWorkflowRegistry = undefined, pageRegistry: suppliedPageRegistry = undefined, } = {}) | { root = process.cwd(), cliRegistry: suppliedCliRegistry = undefined, workflowRegistry: suppliedWorkflowRegistry = undefined, pageRegistry: suppliedPageRegistry = undefined, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPublicSurfaceReverseAudit } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:161 |
collectReadmeBadgeFacts |
function: async function collectReadmeBadgeFacts({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectReadmeBadgeFacts } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:700 |
collectRunnerDiagnostics |
function: function collectRunnerDiagnostics() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectRunnerDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:468 |
collectToolDiagnostics |
function: function collectToolDiagnostics({ cwd = process.cwd(), tools = [“node”, “pnpm”, “npm”, “git”, “cmake”, “ninja”, “ccache”, “sccache”] } = {}) | { cwd = process.cwd(), tools = [“node”, “pnpm”, “npm”, “git”, “cmake”, “ninja”, “ccache”, “sccache”] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectToolDiagnostics } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:495 |
collectVersionSourceFact |
function: function collectVersionSourceFact({ cwd = process.cwd(), source = undefined, sourceId = “”, now = nowIso() } = {}) | { cwd = process.cwd(), source = undefined, sourceId = “”, now = nowIso() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { collectVersionSourceFact } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:173 |
commandForKungfuUpgrade |
function: function commandForKungfuUpgrade(manager, scope = “@kungfu-trader”) | manager, scope = “@kungfu-trader” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { commandForKungfuUpgrade } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:121 |
commandForRunScript |
function: function commandForRunScript(manager, script) | manager, script | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { commandForRunScript } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:89 |
commandForVersion |
function: function commandForVersion(manager, keyword, options = {}) | manager, keyword, options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { commandForVersion } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:100 |
compileEffectiveGithubGovernancePolicy |
function: function compileEffectiveGithubGovernancePolicy({ branch, defaultBranch, protectedBranch = false, protection, rulesets = [], } = {}) | { branch, defaultBranch, protectedBranch = false, protection, rulesets = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { compileEffectiveGithubGovernancePolicy } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:311 |
completeReleasePropagationWork |
function: function completeReleasePropagationWork({ work, expectedWorkRoot, receipt, completionDecision, } = {}) | { work, expectedWorkRoot, receipt, completionDecision, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { completeReleasePropagationWork } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-transitions.js:110 |
computeConsumerIssueFingerprint |
function: function computeConsumerIssueFingerprint(fields = {}) | fields = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { computeConsumerIssueFingerprint } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:64 |
CONSUMER_PUBLICATION_DECISION_CONTRACT |
constant: const CONSUMER_PUBLICATION_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { CONSUMER_PUBLICATION_DECISION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:20 |
consumerIssueMarker |
function: function consumerIssueMarker(fingerprint) | fingerprint | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { consumerIssueMarker } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:76 |
contractSummary |
function: function contractSummary(contractWorld, runtimeRef = “”, runtimeSha = “”) | contractWorld, runtimeRef = “”, runtimeSha = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { contractSummary } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:945 |
controllerEvidenceDigest |
function: function controllerEvidenceDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { controllerEvidenceDigest } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:150 |
createAnchoredVersionMaterialEvidence |
function: function createAnchoredVersionMaterialEvidence({ cwd = process.cwd(), targetChannel = “”, targetRef = “”, alphaRef = “”, releaseRef = “HEAD”, runLifecycle = true, } = {}) | { cwd = process.cwd(), targetChannel = “”, targetRef = “”, alphaRef = “”, releaseRef = “HEAD”, runLifecycle = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createAnchoredVersionMaterialEvidence } from "@kungfu-tech/buildchain"; |
packages/core/anchored-version-material.js:118 |
createArtifactEvidence |
function: function createArtifactEvidence({ assets = [], repository = “”, tag = “”, sourceSha = “”, workflow = {} } = {}) | { assets = [], repository = “”, tag = “”, sourceSha = “”, workflow = {} } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createArtifactEvidence } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:1158 |
createArtifactSigningReceipt |
function: function createArtifactSigningReceipt({ request, status = “passed”, authority = {}, result = {}, signatures = [], reason = “”, } = {}) | { request, status = “passed”, authority = {}, result = {}, signatures = [], reason = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningReceipt } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:313 |
createArtifactSigningRequest |
function: function createArtifactSigningRequest({ source = {}, runtime = {}, artifact = {}, signature = {}, delivery = {}, } = {}) | { source = {}, runtime = {}, artifact = {}, signature = {}, delivery = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningRequest } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:167 |
createArtifactSigningResult |
function: function createArtifactSigningResult({ request, receipt, receiptPath = “receipt.json”, payload = {}, evidence = [], verification = {}, } = {}) | { request, receipt, receiptPath = “receipt.json”, payload = {}, evidence = [], verification = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningResult } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing-result.js:68 |
createBuildchainContractLock |
function: function createBuildchainContractLock({ buildchainRef = “v3”, resolvedSha = “”, contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {}) | { buildchainRef = “v3”, resolvedSha = “”, contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createBuildchainContractLock } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:787 |
createBuildchainContractWorld |
function: function createBuildchainContractWorld({ root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {}) | { root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainContractWorld } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:110 |
createBuildchainGithubGovernanceAuthority |
function: function createBuildchainGithubGovernanceAuthority() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainGithubGovernanceAuthority } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:450 |
createBuildchainKfd1Witness |
function: function createBuildchainKfd1Witness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd1Witness } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:530 |
createBuildchainKfd2Claims |
function: function createBuildchainKfd2Claims({ root = process.cwd(), witnessFiles = {} } = {}) | { root = process.cwd(), witnessFiles = {} } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd2Claims } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:687 |
createBuildchainKfd3ArtifactWitness |
function: function createBuildchainKfd3ArtifactWitness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd3ArtifactWitness } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:647 |
createBuildchainKfd3PrebuildWitness |
function: function createBuildchainKfd3PrebuildWitness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd3PrebuildWitness } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:583 |
createBuildchainKfdClaimRegistry |
function: function createBuildchainKfdClaimRegistry({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfdClaimRegistry } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:510 |
createBuildchainKfdSurfaceRegistry |
function: function createBuildchainKfdSurfaceRegistry({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfdSurfaceRegistry } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:411 |
createBuildchainLayoutDiscovery |
function: function createBuildchainLayoutDiscovery({ cwd = process.cwd(), buildchainVersion = “”, } = {}) | { cwd = process.cwd(), buildchainVersion = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainLayoutDiscovery } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:99 |
createBuildchainLogger |
function: function createBuildchainLogger(options = {}) | options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createBuildchainLogger } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:300 |
createBuildchainPublicationAuthorityRegistry |
function: function createBuildchainPublicationAuthorityRegistry({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainPublicationAuthorityRegistry } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-publication-authority.js:79 |
createBuildchainPublicClaimDefinitions |
function: function createBuildchainPublicClaimDefinitions() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainPublicClaimDefinitions } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-kfd-claims.js:226 |
createCacheEvidenceSet |
function: function createCacheEvidenceSet({ repository, sourceCommit, sourceTree = “”, runtimeCommit = “”, platform, operations = [], } = {}) | { repository, sourceCommit, sourceTree = “”, runtimeCommit = “”, platform, operations = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createCacheEvidenceSet } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:244 |
createCacheOperationReceipt |
function: function createCacheOperationReceipt({ operationId, operation, provider, producer, platform, cacheKey, cacheRoot, outcome, bindings = {}, metrics, evidence, } = {}) | { operationId, operation, provider, producer, platform, cacheKey, cacheRoot, outcome, bindings = {}, metrics, evidence, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createCacheOperationReceipt } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:169 |
createCandidateTimeline |
function: function createCandidateTimeline({ candidate = {}, events = [], generatedAt, } = {}) | { candidate = {}, events = [], generatedAt, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createCandidateTimeline } from "@kungfu-tech/buildchain"; |
packages/core/candidate-timeline.js:381 |
createConsumerPublicationDecision |
function: function createConsumerPublicationDecision({ capability, gateAggregate, decision, predicateId, predicateDigest, evidence = {}, now = new Date(), } = {}) | { capability, gateAggregate, decision, predicateId, predicateDigest, evidence = {}, now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createConsumerPublicationDecision } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:991 |
createControllerPlan |
function: function createControllerPlan({ descriptor, source = {}, runtime = {}, inputs = {} } = {}) | { descriptor, source = {}, runtime = {}, inputs = {} } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerPlan } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:286 |
createControllerReceipt |
function: function createControllerReceipt({ plan, stages = [], evidence = [], reason = undefined, artifact = “” } = {}) | { plan, stages = [], evidence = [], reason = undefined, artifact = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerReceipt } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:362 |
createControllerReceiptReference |
function: function createControllerReceiptReference(receipt) | receipt | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerReceiptReference } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:490 |
createControllerRegistry |
function: function createControllerRegistry({ workflows = [] } = {}) | { workflows = [] } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerRegistry } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:196 |
createDiagnosticsArtifact |
function: function createDiagnosticsArtifact({ cwd = process.cwd(), logPath = “”, artifactPaths = [], cacheDirs = [], lifecycleObservability = undefined, processSamples = [], processSummary = undefined, requestedParallelism = 0, sourceCheckout = undefined, compilerCachePreparation = undefined, links = {}, } = {}) | { cwd = process.cwd(), logPath = “”, artifactPaths = [], cacheDirs = [], lifecycleObservability = undefined, processSamples = [], processSummary = undefined, requestedParallelism = 0, sourceCheckout = undefined, compilerCachePreparation = undefined, links = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createDiagnosticsArtifact } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1408 |
createGitHubArtifactAttestationEvidence |
function: function createGitHubArtifactAttestationEvidence({ preparation, attestationId, attestationUrl, bundlePath, workflow = {}, } = {}) | { preparation, attestationId, attestationUrl, bundlePath, workflow = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationEvidence } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:474 |
createGitHubArtifactAttestationPolicy |
function: function createGitHubArtifactAttestationPolicy(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationPolicy } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:204 |
createGitHubArtifactAttestationVerificationPlan |
function: function createGitHubArtifactAttestationVerificationPlan({ artifactPath, bundlePath, evidence, } = {}) | { artifactPath, bundlePath, evidence, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationVerificationPlan } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:524 |
createGithubGovernanceRolloutPlan |
function: function createGithubGovernanceRolloutPlan({ repository, targetRef, inventory, rollbackSnapshot, rollbackProtectionExists = true, desiredProtection, } = {}) | { repository, targetRef, inventory, rollbackSnapshot, rollbackProtectionExists = true, desiredProtection, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubGovernanceRolloutPlan } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:932 |
createGitHubIssueRequest |
function: function createGitHubIssueRequest({ token, apiUrl = process.env.GITHUB_API_URL || “https://api.github.com”, fetchImpl = globalThis.fetch, retryDelaysMs = DEFAULT_RETRY_DELAYS_MS, } = {}) | { token, apiUrl = process.env.GITHUB_API_URL || “https://api.github.com”, fetchImpl = globalThis.fetch, retryDelaysMs = DEFAULT_RETRY_DELAYS_MS, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubIssueRequest } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:393 |
createGithubRulesetBypassRolloutPlan |
function: function createGithubRulesetBypassRolloutPlan({ repository, rulesetId, inventory, rollbackSnapshot, } = {}) | { repository, rulesetId, inventory, rollbackSnapshot, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubRulesetBypassRolloutPlan } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:1110 |
createGithubRulesetGovernanceRolloutPlan |
function: function createGithubRulesetGovernanceRolloutPlan({ repository, targetRef, rulesetId, rulesetName, inventory, rollbackSnapshot, desiredProtection, } = {}) | { repository, targetRef, rulesetId, rulesetName, inventory, rollbackSnapshot, desiredProtection, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubRulesetGovernanceRolloutPlan } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:1189 |
createKfd1ReleaseGateEvidence |
function: function createKfd1ReleaseGateEvidence({ cwd = process.cwd(), artifactRoot = “”, artifacts = [], witnesses = [], verifiedAt = new Date().toISOString(), metadata = resolveKfd1Metadata(), } = {}) | { cwd = process.cwd(), artifactRoot = “”, artifacts = [], witnesses = [], verifiedAt = new Date().toISOString(), metadata = resolveKfd1Metadata(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfd1ReleaseGateEvidence } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:977 |
createKfd3CollaborationInterfaceReleaseGateEvidence |
function: function createKfd3CollaborationInterfaceReleaseGateEvidence({ prebuildWitnesses = [], artifactWitnesses = [], prebuildWitnessMetas = [], artifactWitnessMetas = [], artifactCommandMeta = undefined, verifiedAt = new Date().toISOString(), metadata = resolveKfd3Metadata(), } = {}) | { prebuildWitnesses = [], artifactWitnesses = [], prebuildWitnessMetas = [], artifactWitnessMetas = [], artifactCommandMeta = undefined, verifiedAt = new Date().toISOString(), metadata = resolveKfd3Metadata(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfd3CollaborationInterfaceReleaseGateEvidence } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:1132 |
createKfd3SurfaceWitness |
function: function createKfd3SurfaceWitness({ cwd = process.cwd(), registryPath = “”, kind = “prebuild”, sourceSha = “”, artifactPath = “”, } = {}) | { cwd = process.cwd(), registryPath = “”, kind = “prebuild”, sourceSha = “”, artifactPath = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | network | import { createKfd3SurfaceWitness } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:702 |
createKfdBadgeSpecsFromStandards |
function: function createKfdBadgeSpecsFromStandards(standardsMetadata) | standardsMetadata | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdBadgeSpecsFromStandards } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:126 |
createKfdSupportProjection |
function: function createKfdSupportProjection({ matrix, matrixRoot = “”, gateResults = [], authorityPath = “.buildchain/kfd/support-matrix.json”, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | { matrix, matrixRoot = “”, gateResults = [], authorityPath = “.buildchain/kfd/support-matrix.json”, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdSupportProjection } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:716 |
createKungfuBuildInfoProjection |
function: function createKungfuBuildInfoProjection({ moduleFact, cwd = process.cwd(), now = nowIso() } = {}) | { moduleFact, cwd = process.cwd(), now = nowIso() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKungfuBuildInfoProjection } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:520 |
createManualUpstreamPickupCapture |
function: function createManualUpstreamPickupCapture({ plan, expectedDownstreamBaseSha, }) | { plan, expectedDownstreamBaseSha, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createManualUpstreamPickupCapture } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-pickup.js:361 |
createManualUpstreamPickupPlan |
function: function createManualUpstreamPickupPlan({ config: configInput, sourceId, channel, currentVersion, upstreamRelease, }) | { config: configInput, sourceId, channel, currentVersion, upstreamRelease, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createManualUpstreamPickupPlan } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-pickup.js:303 |
createPackageReleasePropagationCapture |
function: function createPackageReleasePropagationCapture({ config: configInput, upstreamRelease: upstreamReleaseInput, expectedBaseShas = {}, } = {}) | { config: configInput, upstreamRelease: upstreamReleaseInput, expectedBaseShas = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPackageReleasePropagationCapture } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-capture.js:101 |
createPaperAlphaPlan |
function: function createPaperAlphaPlan({ cwd = process.cwd(), sourceRef = “”, targetRef = “”, } = {}) | { cwd = process.cwd(), sourceRef = “”, targetRef = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperAlphaPlan } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:2655 |
createPaperBuildPlan |
function: function createPaperBuildPlan({ cwd = process.cwd(), sourceSha = “”, pullToolchain = true, } = {}) | { cwd = process.cwd(), sourceSha = “”, pullToolchain = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperBuildPlan } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:2592 |
createPaperResumePlan |
function: function createPaperResumePlan({ cwd = process.cwd(), buildchainRef = “”, } = {}) | { cwd = process.cwd(), buildchainRef = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { createPaperResumePlan } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:2713 |
createPaperWorkStartPlan |
function: function createPaperWorkStartPlan({ cwd = process.cwd(), topic = “”, branch = “”, buildchainSha = “”, } = {}) | { cwd = process.cwd(), topic = “”, branch = “”, buildchainSha = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperWorkStartPlan } from "@kungfu-tech/buildchain"; |
packages/core/paper-work.js:41 |
createPaperWorkSubmitPlan |
function: function createPaperWorkSubmitPlan({ cwd = process.cwd(), pullRequests = [], pullRequestObservation = { ok: true }, buildchainSha = “”, } = {}) | { cwd = process.cwd(), pullRequests = [], pullRequestObservation = { ok: true }, buildchainSha = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperWorkSubmitPlan } from "@kungfu-tech/buildchain"; |
packages/core/paper-work.js:207 |
createPortableDevCachePlan |
function: function createPortableDevCachePlan(manifest) | manifest | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPortableDevCachePlan } from "@kungfu-tech/buildchain"; |
packages/core/portable-dev-cache.js:172 |
createPortableDevCacheReceipt |
function: function createPortableDevCacheReceipt({ plan, matchedKey = “”, cacheHit = “”, validationStatus = “pass”, validationReason = “”, coldFallbackStatus = “not-run”, }) | { plan, matchedKey = “”, cacheHit = “”, validationStatus = “pass”, validationReason = “”, coldFallbackStatus = “not-run”, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPortableDevCacheReceipt } from "@kungfu-tech/buildchain"; |
packages/core/portable-dev-cache.js:226 |
createPublicationAdmission |
function: function createPublicationAdmission(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationAdmission } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:236 |
createPublicationArtifactCandidate |
function: function createPublicationArtifactCandidate({ repository, sourceSha, sourceTreeSha, runtimeSha, manifest, passport, controllerReceipt, files = [], } = {}) | { repository, sourceSha, sourceTreeSha, runtimeSha, manifest, passport, controllerReceipt, files = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationArtifactCandidate } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact-candidate.js:55 |
createPublicationArtifactManifestSet |
function: function createPublicationArtifactManifestSet({ repository, sourceSha, sourceTreeSha, manifests = [], payloads = [], } = {}) | { repository, sourceSha, sourceTreeSha, manifests = [], payloads = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationArtifactManifestSet } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:303 |
createPublicationAuthorityRegistry |
function: function createPublicationAuthorityRegistry({ descriptors = [], workflows = [] } = {}) | { descriptors = [], workflows = [] } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationAuthorityRegistry } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:121 |
createPublicationControlPlaneAudit |
function: function createPublicationControlPlaneAudit({ repository, workflowPath, publisherWorkflowPath, environment, facts = [], observedAt, expiresAt, } = {}) | { repository, workflowPath, publisherWorkflowPath, environment, facts = [], observedAt, expiresAt, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationControlPlaneAudit } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:208 |
createPublicationGateDecision |
function: function createPublicationGateDecision({ sourceSha, profile, required = false, rationale, policy = {}, } = {}) | { sourceSha, profile, required = false, rationale, policy = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationGateDecision } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:280 |
createPublicationQualificationReceipt |
function: function createPublicationQualificationReceipt({ capability, gateAggregate, consumerDecision, now = new Date(), } = {}) | { capability, gateAggregate, consumerDecision, now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationQualificationReceipt } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:1035 |
createPublicationSealedBundle |
function: function createPublicationSealedBundle({ candidate, packageName, packageVersion, npmTarballPath, npmIntegrity, releaseAssetPaths = [], githubReleaseRequired = true, } = {}) | { candidate, packageName, packageVersion, npmTarballPath, npmIntegrity, releaseAssetPaths = [], githubReleaseRequired = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationSealedBundle } from "@kungfu-tech/buildchain"; |
packages/core/publication-sealed-bundle.js:75 |
createPublicationSourceBundle |
function: function createPublicationSourceBundle({ cwd = process.cwd(), sourcePaths = [], output = “.buildchain/publication/source.tar.gz”, } = {}) | { cwd = process.cwd(), sourcePaths = [], output = “.buildchain/publication/source.tar.gz”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write, subprocess | import { createPublicationSourceBundle } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:249 |
createReadmeBadgeEndpointRegistry |
function: function createReadmeBadgeEndpointRegistry({ kfdSpecs = undefined, kfdStandards = undefined } = {}) | { kfdSpecs = undefined, kfdStandards = undefined } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReadmeBadgeEndpointRegistry } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:133 |
createReleaseActivationReceiptSet |
function: function createReleaseActivationReceiptSet({ transaction, receipts = [], } = {}) | { transaction, receipts = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleaseActivationReceiptSet } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:311 |
createReleaseActivationTransaction |
function: function createReleaseActivationTransaction({ transactionId, mode = “shadow”, bindings, owners, } = {}) | { transactionId, mode = “shadow”, bindings, owners, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleaseActivationTransaction } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:103 |
createReleaseCandidatePassport |
function: function createReleaseCandidatePassport({ repository = “”, pullRequest = {}, targetChannel = “”, version = “”, sourceHeadSha = “”, baseSha = “”, mergeRefSha = “”, sourceTreeHash = “”, buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {}) | { repository = “”, pullRequest = {}, targetChannel = “”, version = “”, sourceHeadSha = “”, baseSha = “”, mergeRefSha = “”, sourceTreeHash = “”, buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseCandidatePassport } from "@kungfu-tech/buildchain"; |
packages/core/release-candidate.js:310 |
createReleaseCheckReport |
function: function createReleaseCheckReport({ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {}) | { passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseCheckReport } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:2628 |
createReleasePassport |
function: function createReleasePassport({ cwd = process.cwd(), repository = “”, tag = “”, sourceSha = “”, line = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, productMechanismPath = “product-mechanism.json”, artifactEvidencePath = “artifact-evidence.json”, impactPath = “impact.json”, agentIndexPath = “agent-index.json”, checkReportPath = “check-report.json”, publishEvidencePath = “”, transactionStatePath = “”, assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = “”, invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = “”, controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = “”, } = {}) | { cwd = process.cwd(), repository = “”, tag = “”, sourceSha = “”, line = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, productMechanismPath = “product-mechanism.json”, artifactEvidencePath = “artifact-evidence.json”, impactPath = “impact.json”, agentIndexPath = “agent-index.json”, checkReportPath = “check-report.json”, publishEvidencePath = “”, transactionStatePath = “”, assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = “”, invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = “”, controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePassport } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:1214 |
createReleasePassportCheckManifest |
function: function createReleasePassportCheckManifest({ standards = kfdStandards } = {}) | { standards = kfdStandards } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePassportCheckManifest } from "@kungfu-tech/buildchain"; |
packages/core/release-passport-contract.js:147 |
createReleasePropagationLock |
function: function createReleasePropagationLock({ graph, edge, sourceNode, targetNode, upstreamRelease, downstreamChannel, } = {}) | { graph, edge, sourceNode, targetNode, upstreamRelease, downstreamChannel, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePropagationLock } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:199 |
createReleasePropagationPushPlan |
function: function createReleasePropagationPushPlan({ work: workInput, expectedWorkRoot, repositoryState: stateInput, } = {}) | { work: workInput, expectedWorkRoot, repositoryState: stateInput, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReleasePropagationPushPlan } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-push.js:77 |
createReleasePropagationReceipt |
function: function createReleasePropagationReceipt({ plan, target = “”, lockResult, prOutcome, stagingState = “pending”, productionState = “not-requested”, observedAt = “”, } = {}) | { plan, target = “”, lockResult, prOutcome, stagingState = “pending”, productionState = “not-requested”, observedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePropagationReceipt } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:371 |
createReleasePropagationStageReceipt |
function: function createReleasePropagationStageReceipt({ work, stage, outcome = “success”, observedAt, actor, summary, evidence, failure = null, } = {}) | { work, stage, outcome = “success”, observedAt, actor, summary, evidence, failure = null, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePropagationStageReceipt } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work.js:214 |
createReleasePropagationWork |
function: function createReleasePropagationWork({ plan, target = “”, workContext, expectedDownstreamBaseSha, } = {}) | { plan, target = “”, workContext, expectedDownstreamBaseSha, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePropagationWork } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work.js:111 |
createReleaseTransaction |
function: function createReleaseTransaction({ repository, version, exactTag = “”, channel, line = “”, sourceSha, targetRef, releaseSha, releaseMaterialSha = releaseSha, publishToolingSha = “”, lifecycleIdentity = “lifecycle.publish”, statePath = “”, evidencePath = “”, actor = “”, runId = “”, } = {}) | { repository, version, exactTag = “”, channel, line = “”, sourceSha, targetRef, releaseSha, releaseMaterialSha = releaseSha, publishToolingSha = “”, lifecycleIdentity = “lifecycle.publish”, statePath = “”, evidencePath = “”, actor = “”, runId = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseTransaction } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:197 |
createRunnerProvenance |
function: function createRunnerProvenance({ runnerClass, os, architecture, imageDigest, measurementDigest, baselineDigest = “”, toolchainDigest = “”, cacheContractDigest = “”, taskIsolationDigest = “”, cleanBaselineProven = false, isolation = “”, } = {}) | { runnerClass, os, architecture, imageDigest, measurementDigest, baselineDigest = “”, toolchainDigest = “”, cacheContractDigest = “”, taskIsolationDigest = “”, cleanBaselineProven = false, isolation = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createRunnerProvenance } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:166 |
createStableCandidateLedger |
function: function createStableCandidateLedger({ repository, targetBranch, now = new Date().toISOString() } = {}) | { repository, targetBranch, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createStableCandidateLedger } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:56 |
createSurfaceTimestampPolicy |
function: function createSurfaceTimestampPolicy({ generatedAt = “”, publishedAt = “”, sourceDateEpoch = process.env.SOURCE_DATE_EPOCH || DEFAULT_SOURCE_DATE_EPOCH, sourceRevision = “”, deterministicInputs = [], timestampPolicy = “”, timestampFields = [“generatedAt”, “publishedAt”], timestampFieldsParticipateInArtifactDigest = true, artifactDigestScope = “manifest-and-artifact”, reproducible = true, } = {}) | { generatedAt = “”, publishedAt = “”, sourceDateEpoch = process.env.SOURCE_DATE_EPOCH || DEFAULT_SOURCE_DATE_EPOCH, sourceRevision = “”, deterministicInputs = [], timestampPolicy = “”, timestampFields = [“generatedAt”, “publishedAt”], timestampFieldsParticipateInArtifactDigest = true, artifactDigestScope = “manifest-and-artifact”, reproducible = true, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createSurfaceTimestampPolicy } from "@kungfu-tech/buildchain"; |
packages/core/surface-manifest.js:34 |
createWebSurfaceProductionDecision |
function: function createWebSurfaceProductionDecision({ approved, kind, repository, sourceSha, actor, actorPermission = “”, releasePr = 0, releaseSource = “”, reason, } = {}) | { approved, kind, repository, sourceSha, actor, actorPermission = “”, releasePr = 0, releaseSource = “”, reason, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createWebSurfaceProductionDecision } from "@kungfu-tech/buildchain"; |
packages/core/web-surface-publication-candidate.js:45 |
createWebSurfacePublicationCandidate |
function: function createWebSurfacePublicationCandidate({ repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {}) | { repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createWebSurfacePublicationCandidate } from "@kungfu-tech/buildchain"; |
packages/core/web-surface-publication-candidate.js:79 |
decideChannelCandidate |
function: function decideChannelCandidate(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { decideChannelCandidate } from "@kungfu-tech/buildchain"; |
packages/core/channel-candidate.js:90 |
DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY |
constant: const DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY | none | value | Import does not declare a throw contract. | none-on-import | import { DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:6 |
defaultBuildchainLogPath |
function: function defaultBuildchainLogPath({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultBuildchainLogPath } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:41 |
defaultPublishEvidencePath |
function: function defaultPublishEvidencePath(version, workspace = process.cwd()) | version, workspace = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultPublishEvidencePath } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:193 |
defaultReleaseStatePath |
function: function defaultReleaseStatePath(version, workspace = process.cwd()) | version, workspace = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultReleaseStatePath } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:185 |
DETACHED_ARTIFACT_SIGNATURE_CONTRACT |
constant: const DETACHED_ARTIFACT_SIGNATURE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/detached-artifact-signature.js:10 |
detectKfd3Surfaces |
function: function detectKfd3Surfaces({ cwd = process.cwd(), kinds = [], artifactPath = “” } = {}) | { cwd = process.cwd(), kinds = [], artifactPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectKfd3Surfaces } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:423 |
detectLockfile |
function: function detectLockfile(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectLockfile } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:237 |
detectPackageManager |
function: function detectPackageManager(cwd = process.cwd()) | cwd = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { detectPackageManager } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:56 |
detectPublicationAuthoritySignals |
function: function detectPublicationAuthoritySignals(workflowText = “”) | workflowText = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectPublicationAuthoritySignals } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:104 |
detectRequestedParallelism |
function: function detectRequestedParallelism({ command = “”, args = [], env = process.env, } = {}) | { command = “”, args = [], env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectRequestedParallelism } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1188 |
detectRequestedParallelismFromProcessSamples |
function: function detectRequestedParallelismFromProcessSamples(samples = []) | samples = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectRequestedParallelismFromProcessSamples } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1223 |
discoverArtifactPassport |
function: async function discoverArtifactPassport({ subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, } = {}) | { subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverArtifactPassport } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:499 |
discoverBuildchainRepoFiles |
function: function discoverBuildchainRepoFiles(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverBuildchainRepoFiles } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:143 |
discoverConfiguredDerivedVersionMaterial |
function: function discoverConfiguredDerivedVersionMaterial(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd)) | cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd) | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverConfiguredDerivedVersionMaterial } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1467 |
discoverConfiguredVersionStateFiles |
function: function discoverConfiguredVersionStateFiles(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd)) | cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd) | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverConfiguredVersionStateFiles } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1428 |
discoverKfdStandards |
function: function discoverKfdStandards() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverKfdStandards } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:464 |
discoverPaperFleet |
function: function discoverPaperFleet(root = process.cwd()) | root = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverPaperFleet } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:23 |
enumerateActionInputs |
function: function enumerateActionInputs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateActionInputs } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:91 |
enumerateCliCommandsFromBin |
function: function enumerateCliCommandsFromBin({ root = process.cwd(), binPath = “bin/buildchain.mjs”, } = {}) | { root = process.cwd(), binPath = “bin/buildchain.mjs”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateCliCommandsFromBin } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-cli.js:93 |
enumerateDocCommandRefs |
function: function enumerateDocCommandRefs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateDocCommandRefs } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:115 |
enumerateSitePages |
function: function enumerateSitePages({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateSitePages } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:106 |
enumerateWorkflowInputs |
function: function enumerateWorkflowInputs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateWorkflowInputs } from "@kungfu-tech/buildchain"; |
packages/core/public-surface-audit.js:74 |
evaluateBuildchainContractLock |
function: function evaluateBuildchainContractLock({ lock, current, runtimeRef = “”, runtimeSha = “”, runtimeClass = “”, compatibilityPolicy = “”, } = {}) | { lock, current, runtimeRef = “”, runtimeSha = “”, runtimeClass = “”, compatibilityPolicy = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { evaluateBuildchainContractLock } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:853 |
evaluateCodeownersAuthority |
function: function evaluateCodeownersAuthority({ source = “”, sourcePath = “”, reviewAuthority = “kungfu-origin”, protectedPaths = PROTECTED_AUTHORITY_PATHS, } = {}) | { source = “”, sourcePath = “”, reviewAuthority = “kungfu-origin”, protectedPaths = PROTECTED_AUTHORITY_PATHS, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateCodeownersAuthority } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:425 |
evaluateGithubGovernanceSnapshot |
function: function evaluateGithubGovernanceSnapshot({ descriptor = createBuildchainGithubGovernanceAuthority(), repository, targetRef, organizationPlan, codeowners, effectivePolicy, memberships, apiEvidence = {}, observedAt, expiresAt, verifier = {}, } = {}) | { descriptor = createBuildchainGithubGovernanceAuthority(), repository, targetRef, organizationPlan, codeowners, effectivePolicy, memberships, apiEvidence = {}, observedAt, expiresAt, verifier = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { evaluateGithubGovernanceSnapshot } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:694 |
evaluateKfdProductGate |
function: async function evaluateKfdProductGate({ cwd = process.cwd(), input, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | { cwd = process.cwd(), input, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateKfdProductGate } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:465 |
evaluatePublicationControlPlaneSnapshot |
function: function evaluatePublicationControlPlaneSnapshot({ repository, workflowPath, publisherWorkflowPath = workflowPath, environment, branch, packageName, publisherMode = “npm-trusted-publisher”, requiredStatusCheck = “check”, snapshot, observedAt, expiresAt, } = {}) | { repository, workflowPath, publisherWorkflowPath = workflowPath, environment, branch, packageName, publisherMode = “npm-trusted-publisher”, requiredStatusCheck = “check”, snapshot, observedAt, expiresAt, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluatePublicationControlPlaneSnapshot } from "@kungfu-tech/buildchain"; |
packages/core/publication-control-plane-audit.js:75 |
executePaperNpmBootstrap |
function: function executePaperNpmBootstrap(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperNpmBootstrap } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:2840 |
executePaperWorkStart |
function: function executePaperWorkStart(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperWorkStart } from "@kungfu-tech/buildchain"; |
packages/core/paper-work.js:169 |
executePaperWorkSubmitPush |
function: function executePaperWorkSubmitPush(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperWorkSubmitPush } from "@kungfu-tech/buildchain"; |
packages/core/paper-work.js:357 |
executeReleasePropagationPush |
function: function executeReleasePropagationPush({ work, expectedWorkRoot, cwd = process.cwd(), remote = “origin”, } = {}) | { work, expectedWorkRoot, cwd = process.cwd(), remote = “origin”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { executeReleasePropagationPush } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-push.js:231 |
explainArtifactPassport |
function: async function explainArtifactPassport(options = {}) | options = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainArtifactPassport } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:827 |
explainKfdAgentHub |
function: function explainKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainKfdAgentHub } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:470 |
explainReleaseLineDryRun |
function: function explainReleaseLineDryRun({ cwd = process.cwd(), targetRef, sha = “”, sourceRef = “”, tags, publishTransaction = false, publishCommand = “”, } = {}) | { cwd = process.cwd(), targetRef, sha = “”, sourceRef = “”, tags, publishTransaction = false, publishCommand = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { explainReleaseLineDryRun } from "@kungfu-tech/buildchain"; |
packages/core/release-line-dry-run.js:127 |
explainReleasePassport |
function: async function explainReleasePassport({ passportLocation, forAudience = “human” } = {}) | { passportLocation, forAudience = “human” } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainReleasePassport } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:2812 |
FAMILY_RELEASE_EVIDENCE_CONTRACT |
constant: const FAMILY_RELEASE_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { FAMILY_RELEASE_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-candidate.js:5 |
finalizeBuildchainContractWorld |
function: function finalizeBuildchainContractWorld(contractWorld) | contractWorld | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { finalizeBuildchainContractWorld } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:762 |
formatCandidateTimelineReport |
function: function formatCandidateTimelineReport(timeline) | timeline | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatCandidateTimelineReport } from "@kungfu-tech/buildchain"; |
packages/core/candidate-timeline.js:438 |
formatDiagnosticsSummaryTable |
function: function formatDiagnosticsSummaryTable(summary = {}) | summary = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatDiagnosticsSummaryTable } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1786 |
formatReleaseLineDryRun |
function: function formatReleaseLineDryRun(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatReleaseLineDryRun } from "@kungfu-tech/buildchain"; |
packages/core/release-line-dry-run.js:267 |
getLifecycleStage |
function: function getLifecycleStage(loadedConfig, name) | loadedConfig, name | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getLifecycleStage } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1372 |
getNativeDiagnosticsProfile |
function: function getNativeDiagnosticsProfile(loadedConfig) | loadedConfig | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { getNativeDiagnosticsProfile } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:520 |
getPublishContract |
function: function getPublishContract(loadedConfig) | loadedConfig | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getPublishContract } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1376 |
getStableReleasePolicy |
function: function getStableReleasePolicy(loadedConfig) | loadedConfig | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { getStableReleasePolicy } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:328 |
getVersionStrategy |
function: function getVersionStrategy(loadedConfig) | loadedConfig | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getVersionStrategy } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1500 |
getWorkspaceInfo |
function: function getWorkspaceInfo(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getWorkspaceInfo } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:211 |
GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:9 |
GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:5 |
GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:7 |
GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE |
constant: const GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:13 |
GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:11 |
GITHUB_ARTIFACT_ATTESTATION_WORKFLOW |
constant: const GITHUB_ARTIFACT_ATTESTATION_WORKFLOW | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_WORKFLOW } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:15 |
GITHUB_GOVERNANCE_AUTHORITY_CONTRACT |
constant: const GITHUB_GOVERNANCE_AUTHORITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_AUTHORITY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:3 |
GITHUB_GOVERNANCE_RECEIPT_CONTRACT |
constant: const GITHUB_GOVERNANCE_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:5 |
GITHUB_GOVERNANCE_ROLLOUT_CONTRACT |
constant: const GITHUB_GOVERNANCE_ROLLOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_ROLLOUT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:7 |
GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT |
constant: const GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:9 |
githubArtifactAttestationRequiredPermissions |
function: function githubArtifactAttestationRequiredPermissions() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationRequiredPermissions } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:640 |
githubArtifactAttestationSemanticRoot |
function: function githubArtifactAttestationSemanticRoot(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { githubArtifactAttestationSemanticRoot } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:91 |
githubArtifactAttestationSha256Buffer |
function: function githubArtifactAttestationSha256Buffer(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationSha256Buffer } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:83 |
githubArtifactAttestationSha256File |
function: function githubArtifactAttestationSha256File(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationSha256File } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:87 |
githubGovernanceDigest |
function: function githubGovernanceDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { githubGovernanceDigest } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:163 |
GitHubIssueRequestError |
class: class GitHubIssueRequestError | none | GitHubIssueRequestError | Construction and method errors follow the linked source implementation. | class-dependent | import { GitHubIssueRequestError } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:23 |
HOMEBREW_TAP_CHECK_CONTRACT |
constant: const HOMEBREW_TAP_CHECK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_CHECK_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:6 |
HOMEBREW_TAP_FACTS_CONTRACT |
constant: const HOMEBREW_TAP_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_FACTS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:5 |
HOMEBREW_TAP_MANIFEST_CONTRACT |
constant: const HOMEBREW_TAP_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:7 |
IMPACT_LEDGER_CONTRACT |
constant: const IMPACT_LEDGER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { IMPACT_LEDGER_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:30 |
initKfdAgentHub |
function: function initKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { initKfdAgentHub } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:363 |
inspectKfdAgentHub |
function: function inspectKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { inspectKfdAgentHub } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:384 |
inspectReleasePropagationPushState |
function: function inspectReleasePropagationPushState({ work: workInput, cwd = process.cwd(), remote = “origin”, } = {}) | { work: workInput, cwd = process.cwd(), remote = “origin”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { inspectReleasePropagationPushState } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-push.js:174 |
KFD_AGENT_HUB_ADOPTION_CONTRACT |
constant: const KFD_AGENT_HUB_ADOPTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_ADOPTION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:9 |
KFD_AGENT_HUB_ADOPTION_SCHEMA |
constant: const KFD_AGENT_HUB_ADOPTION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_ADOPTION_SCHEMA } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:12 |
KFD_AGENT_HUB_DECLARATION |
constant: const KFD_AGENT_HUB_DECLARATION | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_DECLARATION } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:7 |
KFD_AGENT_HUB_LOCK_CONTRACT |
constant: const KFD_AGENT_HUB_LOCK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_LOCK_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:10 |
KFD_AGENT_HUB_OUTPUT_DIR |
constant: const KFD_AGENT_HUB_OUTPUT_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_OUTPUT_DIR } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:8 |
KFD_AGENT_HUB_VERIFICATION_CONTRACT |
constant: const KFD_AGENT_HUB_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:11 |
KFD_PRODUCT_GATE_CONTRACT |
constant: const KFD_PRODUCT_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:11 |
KFD_PRODUCT_GATE_INPUT_CONTRACT |
constant: const KFD_PRODUCT_GATE_INPUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:9 |
KFD_PRODUCT_GATE_INPUT_SCHEMA |
constant: const KFD_PRODUCT_GATE_INPUT_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_SCHEMA } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:55 |
KFD_PRODUCT_GATE_INPUT_SCHEMA_ID |
constant: const KFD_PRODUCT_GATE_INPUT_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_SCHEMA_ID } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:15 |
KFD_SUPPORT_PROJECTION_CONTRACT |
constant: const KFD_SUPPORT_PROJECTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:13 |
KFD_SUPPORT_PROJECTION_SCHEMA |
constant: const KFD_SUPPORT_PROJECTION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_SCHEMA } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:130 |
KFD_SUPPORT_PROJECTION_SCHEMA_ID |
constant: const KFD_SUPPORT_PROJECTION_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_SCHEMA_ID } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:17 |
kfd1 |
constant: const kfd1 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd1 } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:546 |
KFD1_RELEASE_GATE_CONTRACT |
constant: const KFD1_RELEASE_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD1_RELEASE_GATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:9 |
KFD1_WITNESS_SET_CONTRACT |
constant: const KFD1_WITNESS_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD1_WITNESS_SET_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:10 |
kfd2 |
constant: const kfd2 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd2 } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:561 |
KFD2_PRODUCT_CLAIMS_OUTPUT_CONTRACT |
constant: const KFD2_PRODUCT_CLAIMS_OUTPUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_PRODUCT_CLAIMS_OUTPUT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:23 |
KFD2_PRODUCT_CLAIMS_REGISTRY_CONTRACT |
constant: const KFD2_PRODUCT_CLAIMS_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_PRODUCT_CLAIMS_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:19 |
KFD2_PRODUCT_CLAIMS_VALIDATION_CONTRACT |
constant: const KFD2_PRODUCT_CLAIMS_VALIDATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_PRODUCT_CLAIMS_VALIDATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:21 |
KFD2_RELEASE_TRUST_PASSPORT_CONTRACT |
constant: const KFD2_RELEASE_TRUST_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_RELEASE_TRUST_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:35 |
KFD2_TRUST_PROOF_CONTRACT |
constant: const KFD2_TRUST_PROOF_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_TRUST_PROOF_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:36 |
kfd3 |
constant: const kfd3 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd3 } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:663 |
KFD3_ARTIFACT_WITNESS_CONTRACT |
constant: const KFD3_ARTIFACT_WITNESS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_ARTIFACT_WITNESS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:13 |
KFD3_CAPABILITY_QUERY_CONTRACT |
constant: const KFD3_CAPABILITY_QUERY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_CAPABILITY_QUERY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:9 |
KFD3_DEFAULT_REGISTRY_PATH |
constant: const KFD3_DEFAULT_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_DEFAULT_REGISTRY_PATH } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:10 |
KFD3_PREBUILD_WITNESS_CONTRACT |
constant: const KFD3_PREBUILD_WITNESS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_PREBUILD_WITNESS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:12 |
KFD3_RELEASE_GATE_CONTRACT |
constant: const KFD3_RELEASE_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_RELEASE_GATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:11 |
KFD3_SURFACE_AUDIT_CONTRACT |
constant: const KFD3_SURFACE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_SURFACE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:8 |
KFD3_SURFACE_DETECTION_CONTRACT |
constant: const KFD3_SURFACE_DETECTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_SURFACE_DETECTION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:7 |
KFD3_SURFACE_REGISTRY_CONTRACT |
constant: const KFD3_SURFACE_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_SURFACE_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:6 |
kfd4 |
constant: const kfd4 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd4 } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:681 |
kfdProductGateDigest |
function: function kfdProductGateDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { kfdProductGateDigest } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:188 |
kfdProductGates |
constant: const kfdProductGates | none | value | Import does not declare a throw contract. | none-on-import | import { kfdProductGates } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:859 |
KFX_ADMISSION_INPUTS_CONTRACT |
constant: const KFX_ADMISSION_INPUTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFX_ADMISSION_INPUTS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:7 |
layout |
constant: const layout | none | value | Import does not declare a throw contract. | none-on-import | import { layout } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:905 |
LEGACY_BUILDCHAIN_CONFIG_PATH |
constant: const LEGACY_BUILDCHAIN_CONFIG_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_CONFIG_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:8 |
LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH |
constant: const LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:10 |
LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH |
constant: const LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:28 |
LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS |
constant: const LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:29 |
LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH |
constant: const LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:34 |
listArtifactSigningProfiles |
function: function listArtifactSigningProfiles() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listArtifactSigningProfiles } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:103 |
listKfdSchemas |
function: function listKfdSchemas({ standard = “” } = {}) | { standard = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listKfdSchemas } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:492 |
loadBuildchainConfig |
function: function loadBuildchainConfig(cwd = process.cwd()) | cwd = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { loadBuildchainConfig } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:158 |
loadConfiguredAnchorManifest |
function: function loadConfiguredAnchorManifest(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd)) | cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd) | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { loadConfiguredAnchorManifest } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1509 |
makeReleasePassportFixtureAssets |
function: function makeReleasePassportFixtureAssets(dir) | dir | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { makeReleasePassportFixtureAssets } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:2841 |
MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT |
constant: const MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-pickup.js:16 |
MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT |
constant: const MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-pickup.js:18 |
markStableCandidatePromoted |
function: function markStableCandidatePromoted(ledgerInput, versionInput, { stableTag = “”, stableSha = “”, now = new Date().toISOString() } = {}) | ledgerInput, versionInput, { stableTag = “”, stableSha = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { markStableCandidatePromoted } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:229 |
migrateBuildchainLayout |
function: function migrateBuildchainLayout({ cwd = process.cwd(), write = false, force = false } = {}) | { cwd = process.cwd(), write = false, force = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { migrateBuildchainLayout } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:287 |
normalizeBuildchainConfig |
function: function normalizeBuildchainConfig(config) | config | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeBuildchainConfig } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:181 |
normalizeBuildchainLogEvent |
function: function normalizeBuildchainLogEvent(input = {}, defaults = {}) | input = {}, defaults = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeBuildchainLogEvent } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:45 |
normalizeCandidateTimelineEvent |
function: function normalizeCandidateTimelineEvent(input = {}) | input = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeCandidateTimelineEvent } from "@kungfu-tech/buildchain"; |
packages/core/candidate-timeline.js:74 |
normalizeControllerReceiptReferences |
function: function normalizeControllerReceiptReferences({ receipts = [], references = [], expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {}) | { receipts = [], references = [], expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeControllerReceiptReferences } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:531 |
normalizeGitHubArtifactAttestationPolicy |
function: function normalizeGitHubArtifactAttestationPolicy(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeGitHubArtifactAttestationPolicy } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:158 |
normalizeGithubBranchProtectionSnapshot |
function: function normalizeGithubBranchProtectionSnapshot(protection = {}) | protection = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeGithubBranchProtectionSnapshot } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:1025 |
normalizeGithubRulesetSnapshot |
function: function normalizeGithubRulesetSnapshot(ruleset = {}) | ruleset = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeGithubRulesetSnapshot } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:1095 |
normalizeIssueRepository |
function: function normalizeIssueRepository(repository = DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY) | repository = DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeIssueRepository } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:33 |
normalizeKfd1ContractWorldWitness |
function: function normalizeKfd1ContractWorldWitness(witness, { metadata = resolveKfd1Metadata() } = {}) | witness, { metadata = resolveKfd1Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd1ContractWorldWitness } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:897 |
normalizeKfd3CollaborationInterfaceArtifactWitness |
function: function normalizeKfd3CollaborationInterfaceArtifactWitness(witness, { metadata = resolveKfd3Metadata() } = {}) | witness, { metadata = resolveKfd3Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3CollaborationInterfaceArtifactWitness } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:738 |
normalizeKfd3CollaborationInterfacePrebuildWitness |
function: function normalizeKfd3CollaborationInterfacePrebuildWitness(witness, { metadata = resolveKfd3Metadata() } = {}) | witness, { metadata = resolveKfd3Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3CollaborationInterfacePrebuildWitness } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:667 |
normalizeKfd3DistributionDeclaration |
function: function normalizeKfd3DistributionDeclaration(distribution, { surfaceId = “surface” } = {}) | distribution, { surfaceId = “surface” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3DistributionDeclaration } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:73 |
normalizeKfdStandardId |
function: function normalizeKfdStandardId(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfdStandardId } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:455 |
normalizeLifecycleStage |
function: function normalizeLifecycleStage(stage, label = “lifecycle stage”, lifecycle = {}) | stage, label = “lifecycle stage”, lifecycle = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeLifecycleStage } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1333 |
normalizeManualUpstreamPickupConfig |
function: function normalizeManualUpstreamPickupConfig(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeManualUpstreamPickupConfig } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-pickup.js:118 |
normalizePackageReleasePropagationConfig |
function: function normalizePackageReleasePropagationConfig(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizePackageReleasePropagationConfig } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-capture.js:63 |
normalizeReleasePropagationGraph |
function: function normalizeReleasePropagationGraph(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeReleasePropagationGraph } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:163 |
normalizeSiteUpstreamIntent |
function: function normalizeSiteUpstreamIntent(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeSiteUpstreamIntent } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-agent-entry.js:77 |
normalizeStableCandidateLedger |
function: function normalizeStableCandidateLedger(input, expected = {}) | input, expected = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeStableCandidateLedger } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:76 |
PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT |
constant: const PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-capture.js:17 |
PAPER_ALPHA_PLAN_CONTRACT |
constant: const PAPER_ALPHA_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_ALPHA_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:90 |
PAPER_BUILD_PLAN_CONTRACT |
constant: const PAPER_BUILD_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_BUILD_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:89 |
PAPER_FLEET_AUDIT_CONTRACT |
constant: const PAPER_FLEET_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_FLEET_AUDIT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:19 |
PAPER_FLEET_UPDATE_PLAN_CONTRACT |
constant: const PAPER_FLEET_UPDATE_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_FLEET_UPDATE_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:20 |
PAPER_MIGRATION_CONTRACT |
constant: const PAPER_MIGRATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_MIGRATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:82 |
PAPER_NPM_BOOTSTRAP_CONTRACT |
constant: const PAPER_NPM_BOOTSTRAP_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_NPM_BOOTSTRAP_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:85 |
PAPER_PATHS |
constant: const PAPER_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PATHS } from "@kungfu-tech/buildchain"; |
packages/core/paper-repository.js:7 |
PAPER_PREFLIGHT_CONTRACT |
constant: const PAPER_PREFLIGHT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PREFLIGHT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:83 |
PAPER_RESUME_PLAN_CONTRACT |
constant: const PAPER_RESUME_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_RESUME_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:91 |
PAPER_SCAFFOLD_CONTRACT |
constant: const PAPER_SCAFFOLD_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_SCAFFOLD_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:81 |
PAPER_STATE_ORDER |
constant: const PAPER_STATE_ORDER | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_STATE_ORDER } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:94 |
PAPER_STATUS_CONTRACT |
constant: const PAPER_STATUS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_STATUS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:84 |
PAPER_VISIBILITY_CONTRACT |
constant: const PAPER_VISIBILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_VISIBILITY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:92 |
PAPER_WORK_START_PLAN_CONTRACT |
constant: const PAPER_WORK_START_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_WORK_START_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper-work.js:17 |
PAPER_WORK_SUBMIT_PLAN_CONTRACT |
constant: const PAPER_WORK_SUBMIT_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_WORK_SUBMIT_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/paper-work.js:19 |
paperFleetTransitionWorkspace |
function: function paperFleetTransitionWorkspace(workspaceText, lockText) | workspaceText, lockText | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { paperFleetTransitionWorkspace } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:290 |
parseCodeowners |
function: function parseCodeowners(source) | source | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { parseCodeowners } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:401 |
parseIssueLabels |
function: function parseIssueLabels(input = DEFAULT_LABELS) | input = DEFAULT_LABELS | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { parseIssueLabels } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:41 |
planBuildchainLayoutMigration |
function: function planBuildchainLayoutMigration({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planBuildchainLayoutMigration } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:265 |
planPaperFleetUpdate |
function: function planPaperFleetUpdate(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planPaperFleetUpdate } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:209 |
planPaperMigration |
function: function planPaperMigration({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planPaperMigration } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:1013 |
planPaperScaffold |
function: function planPaperScaffold({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, name = path.basename(path.resolve(cwd)), title = “”, packageName = “”, repository = “”, version = “0.1.0-alpha.0”, siteBaseUrl = “”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, name = path.basename(path.resolve(cwd)), title = “”, packageName = “”, repository = “”, version = “0.1.0-alpha.0”, siteBaseUrl = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planPaperScaffold } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:702 |
planReleaseLineBootstrap |
function: function planReleaseLineBootstrap({ cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, requiredStatusCheck = “check”, setDefault = true, createAlphaPr = true, approvalCount = 1, bootstrapBranch = “”, } = {}) | { cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, requiredStatusCheck = “check”, setDefault = true, createAlphaPr = true, approvalCount = 1, bootstrapBranch = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planReleaseLineBootstrap } from "@kungfu-tech/buildchain"; |
packages/core/release-line-bootstrap.js:140 |
planReleasePropagation |
function: function planReleasePropagation({ graph: graphInput, upstreamRelease: releaseInput, sourceNode = “” } = {}) | { graph: graphInput, upstreamRelease: releaseInput, sourceNode = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planReleasePropagation } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:249 |
planSiteUpstreamAgentEntry |
function: function planSiteUpstreamAgentEntry({ sourceId: sourceInput, channel = “”, handoffWork = null, } = {}) | { sourceId: sourceInput, channel = “”, handoffWork = null, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planSiteUpstreamAgentEntry } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-agent-entry.js:134 |
planTransactionRecovery |
function: function planTransactionRecovery({ transaction, evidence, validation, explicitOverride = false, } = {}) | { transaction, evidence, validation, explicitOverride = false, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planTransactionRecovery } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:769 |
prepareGitHubArtifactAttestation |
function: function prepareGitHubArtifactAttestation({ subjectPath, platformManifestPath, releasePassportPath, policy, expectedBuildchainRef = “”, expectedCallerRepository = “”, expectedSourceSha = “”, } = {}) | { subjectPath, platformManifestPath, releasePassportPath, policy, expectedBuildchainRef = “”, expectedCallerRepository = “”, expectedSourceSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { prepareGitHubArtifactAttestation } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:250 |
preparePublicationNpmPackage |
function: function preparePublicationNpmPackage({ cwd = process.cwd(), outputDir = “.buildchain/publication/npm-package”, packageName = “”, } = {}) | { cwd = process.cwd(), outputDir = “.buildchain/publication/npm-package”, packageName = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { preparePublicationNpmPackage } from "@kungfu-tech/buildchain"; |
packages/core/publication-package.js:120 |
PRODUCT_MECHANISM_CONTRACT |
constant: const PRODUCT_MECHANISM_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PRODUCT_MECHANISM_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:32 |
projectArtifactVerificationEnvelopeToKfx |
function: function projectArtifactVerificationEnvelopeToKfx({ envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {}) | { envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { projectArtifactVerificationEnvelopeToKfx } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:359 |
PUBLICATION_ADMISSION_CONTRACT |
constant: const PUBLICATION_ADMISSION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ADMISSION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:10 |
PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT |
constant: const PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:9 |
PUBLICATION_ARTIFACT_CANDIDATE_CONTRACT |
constant: const PUBLICATION_ARTIFACT_CANDIDATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_CANDIDATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact-candidate.js:5 |
PUBLICATION_ARTIFACT_MANIFEST_CONTRACT |
constant: const PUBLICATION_ARTIFACT_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:7 |
PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT |
constant: const PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:24 |
PUBLICATION_ARTIFACT_PASSPORT_CONTRACT |
constant: const PUBLICATION_ARTIFACT_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:8 |
PUBLICATION_ARTIFACT_REGISTRY_CONTRACT |
constant: const PUBLICATION_ARTIFACT_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:10 |
PUBLICATION_AUTHORITY_CLASSES |
constant: const PUBLICATION_AUTHORITY_CLASSES | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_AUTHORITY_CLASSES } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:27 |
PUBLICATION_AUTHORITY_REGISTRY_CONTRACT |
constant: const PUBLICATION_AUTHORITY_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_AUTHORITY_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:8 |
PUBLICATION_CAPABILITY_CONTRACT |
constant: const PUBLICATION_CAPABILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_CAPABILITY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:12 |
PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT |
constant: const PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:16 |
PUBLICATION_GATE_DECISION_CONTRACT |
constant: const PUBLICATION_GATE_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_GATE_DECISION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:18 |
PUBLICATION_NPM_PACKAGE_CONTRACT |
constant: const PUBLICATION_NPM_PACKAGE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_NPM_PACKAGE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-package.js:6 |
PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT |
constant: const PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:22 |
PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT |
constant: const PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-reproducibility.js:12 |
PUBLICATION_SEALED_BUNDLE_CONTRACT |
constant: const PUBLICATION_SEALED_BUNDLE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_SEALED_BUNDLE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-sealed-bundle.js:10 |
publicationArtifactCandidateDigest |
function: function publicationArtifactCandidateDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { publicationArtifactCandidateDigest } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact-candidate.js:19 |
publicationAuthorityDigest |
function: function publicationAuthorityDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { publicationAuthorityDigest } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:72 |
publicationGateAggregateBindings |
function: function publicationGateAggregateBindings(gateAggregate) | gateAggregate | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { publicationGateAggregateBindings } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:408 |
qualifyStableCandidate |
function: function qualifyStableCandidate(ledgerInput, observation, { minimumSoakSeconds = 3600, now = new Date().toISOString() } = {}) | ledgerInput, observation, { minimumSoakSeconds = 3600, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { qualifyStableCandidate } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:139 |
queryKfd3Capabilities |
function: async function queryKfd3Capabilities({ cwd = process.cwd(), product = “”, registryPath = “”, passportLocation = “”, artifactPath = “”, } = {}) | { cwd = process.cwd(), product = “”, registryPath = “”, passportLocation = “”, artifactPath = “”, } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { queryKfd3Capabilities } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:824 |
readBuildchainContractLock |
function: function readBuildchainContractLock(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readBuildchainContractLock } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:838 |
readBuildchainContractWorld |
function: function readBuildchainContractWorld(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readBuildchainContractWorld } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:818 |
readBuildchainLogEvents |
function: function readBuildchainLogEvents(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readBuildchainLogEvents } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:75 |
readDiagnosticsArtifact |
function: function readDiagnosticsArtifact(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readDiagnosticsArtifact } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1468 |
readJsonFromLocation |
function: async function readJsonFromLocation(location, redirectCount = 0, { timeoutMs = 15_000 } = {}) | location, redirectCount = 0, { timeoutMs = 15_000 } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readJsonFromLocation } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:2694 |
readKfd2ProductClaimsRegistry |
function: function readKfd2ProductClaimsRegistry({ cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, } = {}) | { cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readKfd2ProductClaimsRegistry } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:137 |
readKfd3SurfaceRegistry |
function: function readKfd3SurfaceRegistry({ cwd = process.cwd(), registryPath = “” } = {}) | { cwd = process.cwd(), registryPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readKfd3SurfaceRegistry } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:455 |
readKfdSchema |
function: function readKfdSchema({ standard, schema = “” } = {}) | { standard, schema = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readKfdSchema } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:520 |
README_BADGE_BLOCK_END |
constant: const README_BADGE_BLOCK_END | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_END } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:15 |
README_BADGE_BLOCK_START |
constant: const README_BADGE_BLOCK_START | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_START } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:14 |
README_BADGE_FACTS_CONTRACT |
constant: const README_BADGE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_FACTS_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:12 |
README_BADGE_HOSTED_BASE_URL |
constant: const README_BADGE_HOSTED_BASE_URL | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_HOSTED_BASE_URL } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:16 |
readOptionalIssueBodyFile |
function: function readOptionalIssueBodyFile(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readOptionalIssueBodyFile } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:385 |
readPublishEvidence |
function: function readPublishEvidence(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readPublishEvidence } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:564 |
readReadme |
function: function readReadme({ cwd = process.cwd(), readmePath = “README.md” } = {}) | { cwd = process.cwd(), readmePath = “README.md” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readReadme } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:891 |
readReleasePropagationJson |
function: function readReleasePropagationJson(value, { cwd = process.cwd(), label = “json” } = {}) | value, { cwd = process.cwd(), label = “json” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readReleasePropagationJson } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:305 |
readReleaseTransaction |
function: function readReleaseTransaction(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readReleaseTransaction } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:367 |
recordReleaseActivationPhase |
function: function recordReleaseActivationPhase(transaction, phaseId, { receiptRoots = [], failure = “” } = {}) | transaction, phaseId, { receiptRoots = [], failure = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordReleaseActivationPhase } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:217 |
recordReleasePropagationStage |
function: function recordReleasePropagationStage({ work, expectedWorkRoot, receipt } = {}) | { work, expectedWorkRoot, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordReleasePropagationStage } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-transitions.js:45 |
redactBuildchainLogAttributes |
function: function redactBuildchainLogAttributes(attributes = {}) | attributes = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { redactBuildchainLogAttributes } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:33 |
redactDiagnosticsValue |
function: function redactDiagnosticsValue(key, value, pattern = DEFAULT_SECRET_KEY_PATTERN) | key, value, pattern = DEFAULT_SECRET_KEY_PATTERN | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { redactDiagnosticsValue } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:953 |
redactIssueText |
function: function redactIssueText(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { redactIssueText } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:51 |
registerKfd3Surfaces |
function: function registerKfd3Surfaces({ cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, product = {}, } = {}) | { cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, product = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { registerKfd3Surfaces } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:502 |
registerStableCandidate |
function: function registerStableCandidate(ledgerInput, candidateInput, { now = new Date().toISOString() } = {}) | ledgerInput, candidateInput, { now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { registerStableCandidate } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:106 |
RELEASE_ACTIVATION_CONTRACT |
constant: const RELEASE_ACTIVATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:3 |
RELEASE_ACTIVATION_PHASES |
constant: const RELEASE_ACTIVATION_PHASES | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_PHASES } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:8 |
RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT |
constant: const RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:5 |
RELEASE_CANDIDATE_PASSPORT_CONTRACT |
constant: const RELEASE_CANDIDATE_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_CANDIDATE_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-candidate.js:4 |
RELEASE_CHECK_REPORT_CONTRACT |
constant: const RELEASE_CHECK_REPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_CHECK_REPORT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:33 |
RELEASE_EVIDENCE_ATTACHMENT_CONTRACT |
constant: const RELEASE_EVIDENCE_ATTACHMENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_EVIDENCE_ATTACHMENT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:34 |
RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT |
constant: const RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport-contract.js:9 |
RELEASE_PASSPORT_CONTRACT |
constant: const RELEASE_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:28 |
RELEASE_PASSPORT_SCHEMA |
constant: const RELEASE_PASSPORT_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_SCHEMA } from "@kungfu-tech/buildchain"; |
packages/core/release-passport-contract.js:16 |
RELEASE_PASSPORT_SCHEMA_ID |
constant: const RELEASE_PASSPORT_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_SCHEMA_ID } from "@kungfu-tech/buildchain"; |
packages/core/release-passport-contract.js:7 |
RELEASE_PROPAGATION_FAILURE_MATRIX |
constant: const RELEASE_PROPAGATION_FAILURE_MATRIX | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_FAILURE_MATRIX } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-agent-entry.js:66 |
RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT |
constant: const RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-agent-entry.js:11 |
RELEASE_PROPAGATION_GRAPH_CONTRACT |
constant: const RELEASE_PROPAGATION_GRAPH_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_GRAPH_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:15 |
RELEASE_PROPAGATION_LOCK_CONTRACT |
constant: const RELEASE_PROPAGATION_LOCK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_LOCK_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:17 |
RELEASE_PROPAGATION_PLAN_CONTRACT |
value: RELEASE_PROPAGATION_PLAN_CONTRACT | none | unknown | No narrower error contract was mechanically discoverable. | unknown | import { RELEASE_PROPAGATION_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:1 |
RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT |
constant: const RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-push.js:14 |
RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT |
constant: const RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-push.js:16 |
RELEASE_PROPAGATION_RECEIPT_CONTRACT |
constant: const RELEASE_PROPAGATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:18 |
RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT |
constant: const RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-constants.js:2 |
RELEASE_PROPAGATION_WORK_CONTRACT |
constant: const RELEASE_PROPAGATION_WORK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_WORK_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-constants.js:1 |
RELEASE_PROPAGATION_WORK_STAGES |
constant: const RELEASE_PROPAGATION_WORK_STAGES | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_WORK_STAGES } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-constants.js:4 |
releaseActivationRoot |
function: function releaseActivationRoot(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { releaseActivationRoot } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:38 |
renderBadgeBundleBlock |
function: function renderBadgeBundleBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBadgeBundleBlock } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:840 |
renderBuildchainContractDriftIssueBody |
function: function renderBuildchainContractDriftIssueBody({ repository = “”, workflow = “”, runUrl = “”, lockPath = “”, evaluation, } = {}) | { repository = “”, workflow = “”, runUrl = “”, lockPath = “”, evaluation, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBuildchainContractDriftIssueBody } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:957 |
renderHomebrewFormula |
function: function renderHomebrewFormula(facts) | facts | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { renderHomebrewFormula } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:290 |
renderKfd2ProductClaimOutputs |
function: function renderKfd2ProductClaimOutputs({ cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, outputDir = BUILDCHAIN_KFD2_DIR, version = “”, channel = “”, tag = “”, sourceSha = “”, } = {}) | { cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, outputDir = BUILDCHAIN_KFD2_DIR, version = “”, channel = “”, tag = “”, sourceSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { renderKfd2ProductClaimOutputs } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:321 |
renderReadmeBadgeBlock |
function: function renderReadmeBadgeBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderReadmeBadgeBlock } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:836 |
repairReleasePropagationWork |
function: function repairReleasePropagationWork({ work, expectedWorkRoot, receipt } = {}) | { work, expectedWorkRoot, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { repairReleasePropagationWork } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work-transitions.js:88 |
reportBuildchainIssue |
function: async function reportBuildchainIssue(options = {}) | options = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { reportBuildchainIssue } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:292 |
reportWorkflowFrictionIssue |
function: async function reportWorkflowFrictionIssue(options = {}) | options = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { reportWorkflowFrictionIssue } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:378 |
resolveArtifactSigningProfile |
function: function resolveArtifactSigningProfile({ profile = “auto”, platform = “”, artifactKind = “binary”, } = {}) | { profile = “auto”, platform = “”, artifactKind = “binary”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveArtifactSigningProfile } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:111 |
resolveArtifactSubject |
function: async function resolveArtifactSubject(subject, { cwd = process.cwd(), subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, } = {}) | subject, { cwd = process.cwd(), subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveArtifactSubject } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:368 |
resolveBuildchainConfigPath |
function: function resolveBuildchainConfigPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveBuildchainConfigPath } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:67 |
resolveBuildchainContractLockPath |
function: function resolveBuildchainContractLockPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveBuildchainContractLockPath } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:74 |
resolveGithubGovernanceTargetPolicy |
function: function resolveGithubGovernanceTargetPolicy({ descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, targetRef, } = {}) | { descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, targetRef, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveGithubGovernanceTargetPolicy } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:607 |
resolveKfd1Metadata |
function: function resolveKfd1Metadata() | none | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd1Metadata } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:89 |
resolveKfd2ProductClaimsRegistryPath |
function: function resolveKfd2ProductClaimsRegistryPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveKfd2ProductClaimsRegistryPath } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:81 |
resolveKfd3Metadata |
function: function resolveKfd3Metadata({ requireSchemas = false } = {}) | { requireSchemas = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd3Metadata } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:128 |
resolveKfd3SurfaceRegistryPath |
function: function resolveKfd3SurfaceRegistryPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveKfd3SurfaceRegistryPath } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:85 |
resolveNpmRegistryRelease |
function: function resolveNpmRegistryRelease({ source: sourceInput, channel, packageMetadata, attestations, }) | { source: sourceInput, channel, packageMetadata, attestations, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveNpmRegistryRelease } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-pickup.js:167 |
resolvePaperRepository |
function: function resolvePaperRepository(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePaperRepository } from "@kungfu-tech/buildchain"; |
packages/core/paper-repository.js:133 |
resolvePropagationChannel |
function: function resolvePropagationChannel(edge, upstreamChannel) | edge, upstreamChannel | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePropagationChannel } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:190 |
resolvePublicationCandidateFile |
function: function resolvePublicationCandidateFile(files = [], candidatePath) | files = [], candidatePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolvePublicationCandidateFile } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact-candidate.js:23 |
resolveReleasePassportPath |
function: function resolveReleasePassportPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveReleasePassportPath } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-layout.js:92 |
resumeReleasePropagationWork |
function: function resumeReleasePropagationWork(work) | work | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resumeReleasePropagationWork } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work.js:518 |
revokeStableCandidate |
function: function revokeStableCandidate(ledgerInput, versionInput, { reason, actor = “”, now = new Date().toISOString() } = {}) | ledgerInput, versionInput, { reason, actor = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { revokeStableCandidate } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:185 |
rollbackReleaseActivationTransaction |
function: function rollbackReleaseActivationTransaction(transaction, { toSiteSourceSha, reason } = {}) | transaction, { toSiteSourceSha, reason } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { rollbackReleaseActivationTransaction } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:290 |
runLifecycleStage |
function: function runLifecycleStage({ cwd = process.cwd(), loadedConfig, name, stage, env: extraEnv, timeoutMinutes }) | { cwd = process.cwd(), loadedConfig, name, stage, env: extraEnv, timeoutMinutes } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { runLifecycleStage } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1380 |
RUNNER_PROVENANCE_CLASSES |
constant: const RUNNER_PROVENANCE_CLASSES | none | value | Import does not declare a throw contract. | none-on-import | import { RUNNER_PROVENANCE_CLASSES } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:36 |
RUNNER_PROVENANCE_CONTRACT |
constant: const RUNNER_PROVENANCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RUNNER_PROVENANCE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:14 |
schemas |
constant: const schemas | none | value | Import does not declare a throw contract. | none-on-import | import { schemas } from "@kungfu-tech/buildchain"; |
packages/core/kfd.js:495 |
sealArtifactVerificationReport |
function: function sealArtifactVerificationReport({ report, bindings, kfdAssessment, issuedAt, expiresAt, revocation, } = {}) | { report, bindings, kfdAssessment, issuedAt, expiresAt, revocation, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sealArtifactVerificationReport } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:314 |
selectStableCandidate |
function: function selectStableCandidate(ledgerInput, { releaseNow = “”, now = new Date().toISOString() } = {}) | ledgerInput, { releaseNow = “”, now = new Date().toISOString() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { selectStableCandidate } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:206 |
setStableCandidateHold |
function: function setStableCandidateHold(ledgerInput, enabled, { reason = “”, now = new Date().toISOString() } = {}) | ledgerInput, enabled, { reason = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { setStableCandidateHold } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:198 |
sha256BuildchainContractJson |
function: function sha256Json(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256BuildchainContractJson } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-contract.js:30 |
sha256File |
function: function sha256File(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write, subprocess | import { sha256File } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:216 |
sha256Json |
function: function sha256Json(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256Json } from "@kungfu-tech/buildchain"; |
packages/core/release-candidate.js:90 |
sha256KfdJson |
function: function sha256Json(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256KfdJson } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:50 |
sha256Text |
function: function sha256Text(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256Text } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:138 |
sha512IntegrityBuffer |
function: function sha512IntegrityBuffer(buffer) | buffer | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha512IntegrityBuffer } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:34 |
sha512IntegrityFile |
function: function sha512IntegrityFile(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha512IntegrityFile } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:38 |
shellJoin |
function: function shellJoin(command) | command | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { shellJoin } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:114 |
signDetachedArtifactRequest |
function: function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {}) | { request, privateKey, keyId, authority = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { signDetachedArtifactRequest } from "@kungfu-tech/buildchain"; |
packages/core/detached-artifact-signature.js:36 |
SITE_UPSTREAM_AGENT_ENTRY_CONTRACT |
constant: const SITE_UPSTREAM_AGENT_ENTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { SITE_UPSTREAM_AGENT_ENTRY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-agent-entry.js:9 |
STABLE_CANDIDATE_LEDGER_CONTRACT |
constant: const STABLE_CANDIDATE_LEDGER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { STABLE_CANDIDATE_LEDGER_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:1 |
STABLE_CANDIDATE_STATES |
constant: const STABLE_CANDIDATE_STATES | none | value | Import does not declare a throw contract. | none-on-import | import { STABLE_CANDIDATE_STATES } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:2 |
stableCandidatePromotionRefs |
function: function stableCandidatePromotionRefs(candidateInput, targetBranch) | candidateInput, targetBranch | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { stableCandidatePromotionRefs } from "@kungfu-tech/buildchain"; |
packages/core/stable-candidate-ledger.js:264 |
startProcessSampler |
function: function startProcessSampler({ rootPid = process.pid, intervalMs = 15000, label = “”, command = “”, args = [], env = process.env, requestedParallelism = 0, onSample = () => undefined, cwd = process.cwd(), } = {}) | { rootPid = process.pid, intervalMs = 15000, label = “”, command = “”, args = [], env = process.env, requestedParallelism = 0, onSample = () => undefined, cwd = process.cwd(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { startProcessSampler } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1362 |
summarizeBuildchainLogEvents |
function: function summarizeBuildchainLogEvents(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeBuildchainLogEvents } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:192 |
summarizeDiagnosticsArtifacts |
function: function summarizeDiagnosticsArtifacts(inputs = []) | inputs = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeDiagnosticsArtifacts } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1824 |
summarizeLifecycleObservability |
function: function summarizeLifecycleObservability({ events = [], logPath = “”, artifactScanDurationMs = 0, artifactUploadDurationMs = 0, totalBytes = 0, fileCount = 0, } = {}) | { events = [], logPath = “”, artifactScanDurationMs = 0, artifactUploadDurationMs = 0, totalBytes = 0, fileCount = 0, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeLifecycleObservability } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:219 |
summarizeProcessSamples |
function: function summarizeProcessSamples({ samples = [], requestedParallelism = 0, command = “”, args = [], env = process.env, activeCpuThreshold = 0.1, } = {}) | { samples = [], requestedParallelism = 0, command = “”, args = [], env = process.env, activeCpuThreshold = 0.1, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeProcessSamples } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1254 |
SURFACE_TIMESTAMP_POLICY_CONTRACT |
constant: const SURFACE_TIMESTAMP_POLICY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { SURFACE_TIMESTAMP_POLICY_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/surface-manifest.js:1 |
testKfdAgentHub |
function: function testKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, outputDir = KFD_AGENT_HUB_OUTPUT_DIR, kfdRoot = “”, run = defaultRun } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, outputDir = KFD_AGENT_HUB_OUTPUT_DIR, kfdRoot = “”, run = defaultRun } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { testKfdAgentHub } from "@kungfu-tech/buildchain"; |
packages/core/kfd-agent-hub.js:399 |
transitionReleaseTransaction |
function: function transitionReleaseTransaction(record, nextState, metadata = {}) | record, nextState, metadata = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { transitionReleaseTransaction } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:256 |
truncateUtf8 |
function: function truncateUtf8(text, maxBytes = DEFAULT_MAX_BODY_BYTES) | text, maxBytes = DEFAULT_MAX_BODY_BYTES | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { truncateUtf8 } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:84 |
updateBadgeBundleBlock |
function: function updateBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateBadgeBundleBlock } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:887 |
updateConfiguredVersionStateContents |
function: function updateConfiguredVersionStateContents(files, version) | files, version | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { updateConfiguredVersionStateContents } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1680 |
updateHomebrewTap |
function: async function updateHomebrewTap({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, write = true, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, write = true, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateHomebrewTap } from "@kungfu-tech/buildchain"; |
packages/core/homebrew.js:390 |
updateReadmeBadgeBlock |
function: function updateReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateReadmeBadgeBlock } from "@kungfu-tech/buildchain"; |
packages/core/readme-badges.js:874 |
validateAnchoredPackageRelease |
function: function validateAnchoredPackageRelease({ cwd = process.cwd(), requireManifest = true, requirePackageSetOrder = “platforms-first-main-last”, requireTrustedPublishing = true, requireLifecycleStages = [“install”, “build”, “verify”, “publish”], requirePublishGateSourceLock = false, publishSource = undefined, env = process.env, } = {}) | { cwd = process.cwd(), requireManifest = true, requirePackageSetOrder = “platforms-first-main-last”, requireTrustedPublishing = true, requireLifecycleStages = [“install”, “build”, “verify”, “publish”], requirePublishGateSourceLock = false, publishSource = undefined, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateAnchoredPackageRelease } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:325 |
validateArtifactSigningReceipt |
function: function validateArtifactSigningReceipt(receipt, { request } = {}) | receipt, { request } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningReceipt } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:374 |
validateArtifactSigningRequest |
function: function validateArtifactSigningRequest(request) | request | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningRequest } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing.js:291 |
validateArtifactSigningResult |
function: function validateArtifactSigningResult(result, { request, receipt } = {}) | result, { request, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningResult } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing-result.js:147 |
validateBuildchainConfig |
function: function validateBuildchainConfig(cwd = process.cwd(), { requireConfig = true, requireVersionState = false, requireLifecycleStages = [], } = {}) | cwd = process.cwd(), { requireConfig = true, requireVersionState = false, requireLifecycleStages = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateBuildchainConfig } from "@kungfu-tech/buildchain"; |
packages/core/buildchain-config.js:1547 |
validateControllerPlan |
function: function validateControllerPlan(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerPlan } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:324 |
validateControllerReceipt |
function: function validateControllerReceipt(receipt, { plan = undefined, expectedSourceSha = “”, expectedRuntimeSha = “”, expectedPlanDigest = “”, } = {}) | receipt, { plan = undefined, expectedSourceSha = “”, expectedRuntimeSha = “”, expectedPlanDigest = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerReceipt } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:422 |
validateControllerReceiptReference |
function: function validateControllerReceiptReference(reference, { expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {}) | reference, { expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerReceiptReference } from "@kungfu-tech/buildchain"; |
packages/core/controller-evidence.js:504 |
validateKfd1ReleaseGateEvidence |
function: function validateKfd1ReleaseGateEvidence(section, { metadata = resolveKfd1Metadata() } = {}) | section, { metadata = resolveKfd1Metadata() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfd1ReleaseGateEvidence } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:1337 |
validateKfd2ProductClaimsRegistry |
function: function validateKfd2ProductClaimsRegistry(registry = {}) | registry = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateKfd2ProductClaimsRegistry } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:152 |
validateKfd3CollaborationInterfaceReleaseGateEvidence |
function: function validateKfd3CollaborationInterfaceReleaseGateEvidence(section, { metadata = resolveKfd3Metadata() } = {}) | section, { metadata = resolveKfd3Metadata() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfd3CollaborationInterfaceReleaseGateEvidence } from "@kungfu-tech/buildchain"; |
packages/core/kfd-gate.js:1470 |
validateKfdProductGateResult |
function: function validateKfdProductGateResult(result, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | result, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfdProductGateResult } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:565 |
validateKfdSupportProjection |
function: function validateKfdSupportProjection(projection, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | projection, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfdSupportProjection } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:796 |
validateKnownReleasePassportContracts |
function: function validateKnownReleasePassportContracts() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKnownReleasePassportContracts } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:2853 |
validatePackageManagerContract |
function: function validatePackageManagerContract({ cwd = process.cwd(), expectedManager = “” } = {}) | { cwd = process.cwd(), expectedManager = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validatePackageManagerContract } from "@kungfu-tech/buildchain"; |
packages/core/package-manager.js:18 |
validatePublishEvidence |
function: function validatePublishEvidence({ evidence, version, channel, sourceSha, releaseSha, targetRef = “”, releaseMaterialSha = releaseSha, publishToolingSha = “”, requiredArtifacts = [], } = {}) | { evidence, version, channel, sourceSha, releaseSha, targetRef = “”, releaseMaterialSha = releaseSha, publishToolingSha = “”, requiredArtifacts = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validatePublishEvidence } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:674 |
validateReleaseActivationReceiptSet |
function: function validateReleaseActivationReceiptSet(receiptSet, { allowShadow = true } = {}) | receiptSet, { allowShadow = true } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseActivationReceiptSet } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:376 |
validateReleaseActivationTransaction |
function: function validateReleaseActivationTransaction(transaction) | transaction | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseActivationTransaction } from "@kungfu-tech/buildchain"; |
packages/core/release-activation-transaction.js:146 |
validateReleaseCandidatePassport |
function: function validateReleaseCandidatePassport({ passport, repository = “”, targetChannel = “”, version = “”, sourceHeadSha = “”, buildSummary = undefined, requirePlatforms = true, requireFamilyEvidence = false, familyEvidenceRoot = “”, familyInitiativeId = “”, familyAssignmentId = “”, } = {}) | { passport, repository = “”, targetChannel = “”, version = “”, sourceHeadSha = “”, buildSummary = undefined, requirePlatforms = true, requireFamilyEvidence = false, familyEvidenceRoot = “”, familyInitiativeId = “”, familyAssignmentId = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseCandidatePassport } from "@kungfu-tech/buildchain"; |
packages/core/release-candidate.js:404 |
validateReleasePassportSchema |
function: function validateReleasePassportSchema(passport) | passport | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleasePassportSchema } from "@kungfu-tech/buildchain"; |
packages/core/release-passport-contract.js:256 |
verifyArtifactPassport |
function: async function verifyArtifactPassport({ subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, verificationEnvelope = undefined, } = {}) | { subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, verificationEnvelope = undefined, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactPassport } from "@kungfu-tech/buildchain"; |
packages/core/artifact-passport.js:701 |
verifyArtifactSigningResultFiles |
function: function verifyArtifactSigningResultFiles({ root, request, receipt, result, } = {}) | { root, request, receipt, result, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactSigningResultFiles } from "@kungfu-tech/buildchain"; |
packages/core/artifact-signing-result.js:193 |
verifyArtifactVerificationEnvelope |
function: function verifyArtifactVerificationEnvelope({ envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {}) | { envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactVerificationEnvelope } from "@kungfu-tech/buildchain"; |
packages/core/artifact-verification-envelope.js:144 |
verifyBuildchainLogEvents |
function: function verifyBuildchainLogEvents({ path: filePath = “”, events: inputEvents = undefined, minEvents = 1, allowErrors = false, requirePhases = [], requireComponents = [], requireEvents = [], } = {}) | { path: filePath = “”, events: inputEvents = undefined, minEvents = 1, allowErrors = false, requirePhases = [], requireComponents = [], requireEvents = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyBuildchainLogEvents } from "@kungfu-tech/buildchain"; |
packages/core/logging.js:230 |
verifyBuildFacts |
function: function verifyBuildFacts({ cwd = process.cwd(), fact, factPath = “” } = {}) | { cwd = process.cwd(), fact, factPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyBuildFacts } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:423 |
verifyCacheEvidenceSet |
function: function verifyCacheEvidenceSet(receipt) | receipt | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyCacheEvidenceSet } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:273 |
verifyCacheOperationReceipt |
function: function verifyCacheOperationReceipt(receipt) | receipt | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyCacheOperationReceipt } from "@kungfu-tech/buildchain"; |
packages/core/cache-evidence.js:226 |
verifyDetachedArtifactSignature |
function: function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {}) | { request, envelope, publicKey, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyDetachedArtifactSignature } from "@kungfu-tech/buildchain"; |
packages/core/detached-artifact-signature.js:82 |
verifyGitHubArtifactAttestationEvidence |
function: function verifyGitHubArtifactAttestationEvidence({ artifactPath, platformManifestPath, releasePassportPath, bundlePath, evidence, verificationResults, } = {}) | { artifactPath, platformManifestPath, releasePassportPath, bundlePath, evidence, verificationResults, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyGitHubArtifactAttestationEvidence } from "@kungfu-tech/buildchain"; |
packages/core/github-artifact-attestation.js:563 |
verifyGithubGovernanceReceipt |
function: function verifyGithubGovernanceReceipt(receipt, { expectedOrganization, expectedRepository, expectedRepositoryIdentityRoot, expectedTargetRef, expectedPolicyRoot, expectedVerifierSourceRevision, now = new Date().toISOString(), } = {}) | receipt, { expectedOrganization, expectedRepository, expectedRepositoryIdentityRoot, expectedTargetRef, expectedPolicyRoot, expectedVerifierSourceRevision, now = new Date().toISOString(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyGithubGovernanceReceipt } from "@kungfu-tech/buildchain"; |
packages/core/github-governance-authority.js:884 |
verifyKfdRecord |
function: async function verifyKfdRecord(record) | record | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyKfdRecord } from "@kungfu-tech/buildchain"; |
packages/core/kfd-product-gates.js:308 |
verifyPortableDevCachePlan |
function: function verifyPortableDevCachePlan(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyPortableDevCachePlan } from "@kungfu-tech/buildchain"; |
packages/core/portable-dev-cache.js:211 |
verifyPublicationAdmission |
function: function verifyPublicationAdmission({ admission, registry, runnerProvenance, controlPlaneAudit, publicationEvidence, expected = {}, usedNonces = [], now = new Date(), } = {}) | { admission, registry, runnerProvenance, controlPlaneAudit, publicationEvidence, expected = {}, usedNonces = [], now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationAdmission } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:791 |
verifyPublicationQualificationReceipt |
function: function verifyPublicationQualificationReceipt({ receipt, capability, gateAggregate, expected = {}, usedNonces = [], now = new Date(), } = {}) | { receipt, capability, gateAggregate, expected = {}, usedNonces = [], now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationQualificationReceipt } from "@kungfu-tech/buildchain"; |
packages/core/publication-authority.js:1096 |
verifyPublicationReproducibility |
function: function verifyPublicationReproducibility({ cwd = process.cwd(), sourceSha = “”, output = DEFAULT_OUTPUT, promote = false, keepWorkspaces = false, pullToolchain = true, packageName = “”, allowUnpinnedToolchain = false, overlayPaths = [DEFAULT_REGISTRY_INPUT_DIR, DEFAULT_REGISTRY_HYDRATION], } = {}) | { cwd = process.cwd(), sourceSha = “”, output = DEFAULT_OUTPUT, promote = false, keepWorkspaces = false, pullToolchain = true, packageName = “”, allowUnpinnedToolchain = false, overlayPaths = [DEFAULT_REGISTRY_INPUT_DIR, DEFAULT_REGISTRY_HYDRATION], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { verifyPublicationReproducibility } from "@kungfu-tech/buildchain"; |
packages/core/publication-reproducibility.js:869 |
verifyPublicationSealedBundle |
function: function verifyPublicationSealedBundle({ bundleRoot, manifest } = {}) | { bundleRoot, manifest } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationSealedBundle } from "@kungfu-tech/buildchain"; |
packages/core/publication-sealed-bundle.js:124 |
verifyReleasePassport |
function: async function verifyReleasePassport({ passportLocation, artifactEvidenceLocation = “”, publishEvidenceLocation = “”, impactLocation = “”, agentIndexLocation = “”, productMechanismLocation = “”, kfdAgentHubEvidenceLocation = “”, kfdSupportEvidenceLocation = “”, checkedAt = nowIso(), } = {}) | { passportLocation, artifactEvidenceLocation = “”, publishEvidenceLocation = “”, impactLocation = “”, agentIndexLocation = “”, productMechanismLocation = “”, kfdAgentHubEvidenceLocation = “”, kfdSupportEvidenceLocation = “”, checkedAt = nowIso(), } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyReleasePassport } from "@kungfu-tech/buildchain"; |
packages/core/release-passport.js:2743 |
verifyReleasePropagationWork |
function: function verifyReleasePropagationWork(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyReleasePropagationWork } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation-work.js:486 |
WEB_SURFACE_PRODUCTION_DECISION_CONTRACT |
constant: const WEB_SURFACE_PRODUCTION_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { WEB_SURFACE_PRODUCTION_DECISION_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/web-surface-publication-candidate.js:7 |
WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT |
constant: const WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT } from "@kungfu-tech/buildchain"; |
packages/core/web-surface-publication-candidate.js:5 |
webSurfacePublicationDigest |
function: function webSurfacePublicationDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { webSurfacePublicationDigest } from "@kungfu-tech/buildchain"; |
packages/core/web-surface-publication-candidate.js:21 |
workflowFrictionMarker |
function: function workflowFrictionMarker(fingerprint) | fingerprint | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { workflowFrictionMarker } from "@kungfu-tech/buildchain"; |
packages/core/issue-reporting.js:80 |
writeBuildFacts |
function: function writeBuildFacts({ cwd = process.cwd(), fact, output = “” } = {}) | { cwd = process.cwd(), fact, output = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writeBuildFacts } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:549 |
writeDiagnosticsArtifact |
function: function writeDiagnosticsArtifact(filePath, diagnostics) | filePath, diagnostics | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeDiagnosticsArtifact } from "@kungfu-tech/buildchain"; |
packages/core/diagnostics.js:1459 |
writeKfd2ProductClaimOutputs |
function: function writeKfd2ProductClaimOutputs(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeKfd2ProductClaimOutputs } from "@kungfu-tech/buildchain"; |
packages/core/kfd2-product-claims.js:426 |
writeKfd3SurfaceRegistry |
function: function writeKfd3SurfaceRegistry({ cwd = process.cwd(), registryPath = “”, registry }) | { cwd = process.cwd(), registryPath = “”, registry } | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writeKfd3SurfaceRegistry } from "@kungfu-tech/buildchain"; |
packages/core/kfd3-surface-register.js:478 |
writeKungfuBuildInfoProjection |
function: function writeKungfuBuildInfoProjection({ cwd = process.cwd(), moduleFact, output } = {}) | { cwd = process.cwd(), moduleFact, output } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { writeKungfuBuildInfoProjection } from "@kungfu-tech/buildchain"; |
packages/core/build-facts.js:557 |
writePaperFleetUpdate |
function: function writePaperFleetUpdate(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writePaperFleetUpdate } from "@kungfu-tech/buildchain"; |
packages/core/paper-fleet.js:271 |
writePaperMigration |
function: function writePaperMigration(plan) | plan | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writePaperMigration } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:1129 |
writePaperScaffold |
function: function writePaperScaffold(plan) | plan | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writePaperScaffold } from "@kungfu-tech/buildchain"; |
packages/core/paper.js:847 |
writePublicationArtifact |
function: function writePublicationArtifact({ cwd = process.cwd(), output = “”, passportOutput = “”, registryOutput = “”, registryInputs = [], sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, } = {}) | { cwd = process.cwd(), output = “”, passportOutput = “”, registryOutput = “”, registryInputs = [], sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writePublicationArtifact } from "@kungfu-tech/buildchain"; |
packages/core/publication-artifact.js:598 |
writeReleaseLineBootstrapVersionState |
function: function writeReleaseLineBootstrapVersionState({ cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, runVersionStateLifecycle = true, generatedAt = “”, } = {}) | { cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, runVersionStateLifecycle = true, generatedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writeReleaseLineBootstrapVersionState } from "@kungfu-tech/buildchain"; |
packages/core/release-line-bootstrap.js:237 |
writeReleasePropagationLock |
function: function writeReleasePropagationLock({ plan, target = “”, cwd = process.cwd(), output = “” } = {}) | { plan, target = “”, cwd = process.cwd(), output = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writeReleasePropagationLock } from "@kungfu-tech/buildchain"; |
packages/core/release-propagation.js:317 |
writeReleaseTransaction |
function: function writeReleaseTransaction(filePath, record) | filePath, record | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeReleaseTransaction } from "@kungfu-tech/buildchain"; |
packages/core/publish-transaction.js:376 |
@kungfu-tech/buildchain/badges
Target: ./packages/core/badges.js. Public symbols: 17.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BADGE_BUNDLE_DEFAULT_CLAIMS |
constant: const BADGE_BUNDLE_DEFAULT_CLAIMS | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_DEFAULT_CLAIMS } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:17 |
BADGE_BUNDLE_FACTS_CONTRACT |
constant: const BADGE_BUNDLE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_FACTS_CONTRACT } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:13 |
checkBadgeBundleBlock |
function: function checkBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkBadgeBundleBlock } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:867 |
checkReadmeBadgeBlock |
function: function checkReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkReadmeBadgeBlock } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:848 |
collectBadgeBundleFacts |
function: async function collectBadgeBundleFacts({ cwd = process.cwd(), claims = undefined } = {}) | { cwd = process.cwd(), claims = undefined } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBadgeBundleFacts } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:790 |
collectReadmeBadgeFacts |
function: async function collectReadmeBadgeFacts({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectReadmeBadgeFacts } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:700 |
createKfdBadgeSpecsFromStandards |
function: function createKfdBadgeSpecsFromStandards(standardsMetadata) | standardsMetadata | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdBadgeSpecsFromStandards } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:126 |
createReadmeBadgeEndpointRegistry |
function: function createReadmeBadgeEndpointRegistry({ kfdSpecs = undefined, kfdStandards = undefined } = {}) | { kfdSpecs = undefined, kfdStandards = undefined } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReadmeBadgeEndpointRegistry } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:133 |
README_BADGE_BLOCK_END |
constant: const README_BADGE_BLOCK_END | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_END } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:15 |
README_BADGE_BLOCK_START |
constant: const README_BADGE_BLOCK_START | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_START } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:14 |
README_BADGE_FACTS_CONTRACT |
constant: const README_BADGE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_FACTS_CONTRACT } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:12 |
README_BADGE_HOSTED_BASE_URL |
constant: const README_BADGE_HOSTED_BASE_URL | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_HOSTED_BASE_URL } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:16 |
readReadme |
function: function readReadme({ cwd = process.cwd(), readmePath = “README.md” } = {}) | { cwd = process.cwd(), readmePath = “README.md” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readReadme } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:891 |
renderBadgeBundleBlock |
function: function renderBadgeBundleBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBadgeBundleBlock } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:840 |
renderReadmeBadgeBlock |
function: function renderReadmeBadgeBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderReadmeBadgeBlock } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:836 |
updateBadgeBundleBlock |
function: function updateBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateBadgeBundleBlock } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:887 |
updateReadmeBadgeBlock |
function: function updateReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateReadmeBadgeBlock } from "@kungfu-tech/buildchain/badges"; |
packages/core/readme-badges.js:874 |
@kungfu-tech/buildchain/build-facts
Target: ./packages/core/build-facts.js. Public symbols: 15.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
aggregateBuildFacts |
function: function aggregateBuildFacts({ cwd = process.cwd(), productId = “”, moduleFacts = [], artifacts = [], now = nowIso(), } = {}) | { cwd = process.cwd(), productId = “”, moduleFacts = [], artifacts = [], now = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | subprocess | import { aggregateBuildFacts } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:458 |
BUILD_FACTS_GIT_CONTRACT |
constant: const BUILD_FACTS_GIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_GIT_CONTRACT } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:9 |
BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT |
constant: const BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:14 |
BUILD_FACTS_MODULE_CONTRACT |
constant: const BUILD_FACTS_MODULE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_MODULE_CONTRACT } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:11 |
BUILD_FACTS_PRODUCT_CONTRACT |
constant: const BUILD_FACTS_PRODUCT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_PRODUCT_CONTRACT } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:12 |
BUILD_FACTS_VERIFY_CONTRACT |
constant: const BUILD_FACTS_VERIFY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_VERIFY_CONTRACT } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:13 |
BUILD_FACTS_VERSION_CONTRACT |
constant: const BUILD_FACTS_VERSION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_VERSION_CONTRACT } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:10 |
buildFactsDigest |
function: function buildFactsDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write, subprocess | import { buildFactsDigest } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:45 |
collectGitSourceFacts |
function: function collectGitSourceFacts({ cwd = process.cwd(), root = “.” } = {}) | { cwd = process.cwd(), root = “.” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectGitSourceFacts } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:146 |
collectModuleBuildFacts |
function: function collectModuleBuildFacts({ cwd = process.cwd(), moduleId = “”, moduleRoot = “”, scope = “”, versionSource = undefined, versionSourceId = “”, outputs = [], lifecycle = “”, platform = currentPlatform(), dependencies = [], now = nowIso(), } = {}) | { cwd = process.cwd(), moduleId = “”, moduleRoot = “”, scope = “”, versionSource = undefined, versionSourceId = “”, outputs = [], lifecycle = “”, platform = currentPlatform(), dependencies = [], now = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectModuleBuildFacts } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:302 |
collectVersionSourceFact |
function: function collectVersionSourceFact({ cwd = process.cwd(), source = undefined, sourceId = “”, now = nowIso() } = {}) | { cwd = process.cwd(), source = undefined, sourceId = “”, now = nowIso() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { collectVersionSourceFact } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:173 |
createKungfuBuildInfoProjection |
function: function createKungfuBuildInfoProjection({ moduleFact, cwd = process.cwd(), now = nowIso() } = {}) | { moduleFact, cwd = process.cwd(), now = nowIso() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKungfuBuildInfoProjection } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:520 |
verifyBuildFacts |
function: function verifyBuildFacts({ cwd = process.cwd(), fact, factPath = “” } = {}) | { cwd = process.cwd(), fact, factPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyBuildFacts } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:423 |
writeBuildFacts |
function: function writeBuildFacts({ cwd = process.cwd(), fact, output = “” } = {}) | { cwd = process.cwd(), fact, output = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writeBuildFacts } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:549 |
writeKungfuBuildInfoProjection |
function: function writeKungfuBuildInfoProjection({ cwd = process.cwd(), moduleFact, output } = {}) | { cwd = process.cwd(), moduleFact, output } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { writeKungfuBuildInfoProjection } from "@kungfu-tech/buildchain/build-facts"; |
packages/core/build-facts.js:557 |
@kungfu-tech/buildchain/core
Target: ./packages/core/index.js. Public symbols: 558.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
abortReleaseActivationTransaction |
function: function abortReleaseActivationTransaction(transaction, reason) | transaction, reason | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { abortReleaseActivationTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:277 |
AGENT_INDEX_CONTRACT |
constant: const AGENT_INDEX_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { AGENT_INDEX_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:31 |
aggregateBuildFacts |
function: function aggregateBuildFacts({ cwd = process.cwd(), productId = “”, moduleFacts = [], artifacts = [], now = nowIso(), } = {}) | { cwd = process.cwd(), productId = “”, moduleFacts = [], artifacts = [], now = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | subprocess | import { aggregateBuildFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:458 |
aggregateControllerReceipts |
function: function aggregateControllerReceipts({ plans = [], receipts = [] } = {}) | { plans = [], receipts = [] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { aggregateControllerReceipts } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:448 |
ANCHORED_VERSION_MATERIAL_CONTRACT |
constant: const ANCHORED_VERSION_MATERIAL_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ANCHORED_VERSION_MATERIAL_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/anchored-version-material.js:15 |
appendBuildchainLogEvent |
function: function appendBuildchainLogEvent(filePath, event) | filePath, event | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { appendBuildchainLogEvent } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:67 |
applySurfaceTimestampPolicy |
function: function applySurfaceTimestampPolicy(manifest, options = {}) | manifest, options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { applySurfaceTimestampPolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/surface-manifest.js:79 |
ARTIFACT_EVIDENCE_CONTRACT |
constant: const ARTIFACT_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:29 |
ARTIFACT_PASSPORT_LOCATOR_CONTRACT |
constant: const ARTIFACT_PASSPORT_LOCATOR_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_PASSPORT_LOCATOR_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:11 |
ARTIFACT_PASSPORT_POINTER_CONTRACT |
constant: const ARTIFACT_PASSPORT_POINTER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_PASSPORT_POINTER_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:10 |
ARTIFACT_SIGNING_AUTHORITY_CONTRACT |
constant: const ARTIFACT_SIGNING_AUTHORITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_AUTHORITY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:7 |
ARTIFACT_SIGNING_RECEIPT_CONTRACT |
constant: const ARTIFACT_SIGNING_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:5 |
ARTIFACT_SIGNING_REQUEST_CONTRACT |
constant: const ARTIFACT_SIGNING_REQUEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_REQUEST_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:3 |
ARTIFACT_SIGNING_RESULT_CONTRACT |
constant: const ARTIFACT_SIGNING_RESULT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_RESULT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing-result.js:12 |
ARTIFACT_VERIFICATION_CONTRACT |
constant: const ARTIFACT_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:9 |
ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT |
constant: const ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:5 |
ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT |
constant: const ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:3 |
artifactSigningDigest |
function: function artifactSigningDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { artifactSigningDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:60 |
artifactSigningEvidenceDigest |
function: function artifactSigningEvidenceDigest(evidence = []) | evidence = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { artifactSigningEvidenceDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing-result.js:58 |
artifactVerificationEnvelopeDigest |
function: function artifactVerificationEnvelopeDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { artifactVerificationEnvelopeDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:50 |
assertPackageManager |
function: function assertPackageManager(manager) | manager | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { assertPackageManager } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:49 |
assertPublicSurfaceReverseAudit |
function: function assertPublicSurfaceReverseAudit(report) | report | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { assertPublicSurfaceReverseAudit } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:261 |
auditKfd3Surfaces |
function: function auditKfd3Surfaces({ cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, } = {}) | { cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { auditKfd3Surfaces } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:547 |
BADGE_BUNDLE_DEFAULT_CLAIMS |
constant: const BADGE_BUNDLE_DEFAULT_CLAIMS | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_DEFAULT_CLAIMS } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:17 |
BADGE_BUNDLE_FACTS_CONTRACT |
constant: const BADGE_BUNDLE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_FACTS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:13 |
BUILD_FACTS_GIT_CONTRACT |
constant: const BUILD_FACTS_GIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_GIT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:9 |
BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT |
constant: const BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_LEGACY_KUNGFU_BUILDINFO_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:14 |
BUILD_FACTS_MODULE_CONTRACT |
constant: const BUILD_FACTS_MODULE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_MODULE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:11 |
BUILD_FACTS_PRODUCT_CONTRACT |
constant: const BUILD_FACTS_PRODUCT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_PRODUCT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:12 |
BUILD_FACTS_VERIFY_CONTRACT |
constant: const BUILD_FACTS_VERIFY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_VERIFY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:13 |
BUILD_FACTS_VERSION_CONTRACT |
constant: const BUILD_FACTS_VERSION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILD_FACTS_VERSION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:10 |
BUILDCHAIN_AGENT_MANUALS |
constant: const BUILDCHAIN_AGENT_MANUALS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_AGENT_MANUALS } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-agent-manuals.js:1 |
BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT |
constant: const BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:31 |
BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT |
constant: const BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:5 |
BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT |
constant: const BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:3 |
BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT |
constant: const BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/candidate-timeline.js:1 |
BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT |
constant: const BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/candidate-timeline.js:3 |
BUILDCHAIN_CONFIG_PATH |
constant: const BUILDCHAIN_CONFIG_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONFIG_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:7 |
BUILDCHAIN_CONSUMER_ISSUE_CONTRACT |
constant: const BUILDCHAIN_CONSUMER_ISSUE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONSUMER_ISSUE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:4 |
BUILDCHAIN_CONTRACT_LOCK |
constant: const BUILDCHAIN_CONTRACT_LOCK | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTRACT_LOCK } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:8 |
BUILDCHAIN_CONTRACT_LOCK_PATH |
constant: const BUILDCHAIN_CONTRACT_LOCK_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTRACT_LOCK_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:9 |
BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:6 |
BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:4 |
BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:3 |
BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:5 |
BUILDCHAIN_DIAGNOSTICS_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:28 |
BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:33 |
BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:35 |
BUILDCHAIN_DIR |
constant: const BUILDCHAIN_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:4 |
BUILDCHAIN_GENERATED_DIRS |
constant: const BUILDCHAIN_GENERATED_DIRS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GENERATED_DIRS } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:36 |
BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY |
constant: const BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:1363 |
BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS |
constant: const BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:1365 |
BUILDCHAIN_JSON_FORMATTING_POLICY |
constant: const BUILDCHAIN_JSON_FORMATTING_POLICY | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_JSON_FORMATTING_POLICY } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:14 |
BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT |
constant: const BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:14 |
BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT |
constant: const BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:15 |
BUILDCHAIN_KFD_ROOT |
constant: const BUILDCHAIN_KFD_ROOT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_ROOT } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:11 |
BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH |
constant: const BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:16 |
BUILDCHAIN_KFD1_DIR |
constant: const BUILDCHAIN_KFD1_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:12 |
BUILDCHAIN_KFD1_RELEASE_GATE_PATH |
constant: const BUILDCHAIN_KFD1_RELEASE_GATE_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_RELEASE_GATE_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:17 |
BUILDCHAIN_KFD1_VERIFY_RESULT_PATH |
constant: const BUILDCHAIN_KFD1_VERIFY_RESULT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_VERIFY_RESULT_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:18 |
BUILDCHAIN_KFD2_CLAIM_ARGS_PATH |
constant: const BUILDCHAIN_KFD2_CLAIM_ARGS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_CLAIM_ARGS_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:21 |
BUILDCHAIN_KFD2_CLAIMS_DIR |
constant: const BUILDCHAIN_KFD2_CLAIMS_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_CLAIMS_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:22 |
BUILDCHAIN_KFD2_DIR |
constant: const BUILDCHAIN_KFD2_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:13 |
BUILDCHAIN_KFD2_REGISTRY_PATH |
constant: const BUILDCHAIN_KFD2_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_REGISTRY_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:19 |
BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH |
constant: const BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:20 |
BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH |
constant: const BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:26 |
BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH |
constant: const BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:27 |
BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH |
constant: const BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:24 |
BUILDCHAIN_KFD3_DIR |
constant: const BUILDCHAIN_KFD3_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:14 |
BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH |
constant: const BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:25 |
BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH |
constant: const BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:23 |
BUILDCHAIN_KFD4_DIR |
constant: const BUILDCHAIN_KFD4_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD4_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:15 |
BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT |
constant: const BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:6 |
BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT |
constant: const BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:29 |
BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT |
constant: const BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:41 |
BUILDCHAIN_LOG_EVENT_CONTRACT |
constant: const BUILDCHAIN_LOG_EVENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOG_EVENT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:6 |
BUILDCHAIN_LOG_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_LOG_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOG_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:7 |
BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT |
constant: const BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:37 |
BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:39 |
BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT |
constant: const BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:12 |
BUILDCHAIN_RELEASE_PASSPORT_PATH |
constant: const BUILDCHAIN_RELEASE_PASSPORT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RELEASE_PASSPORT_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:33 |
BUILDCHAIN_RUNTIME_CONTRACT_WORLD |
constant: const BUILDCHAIN_RUNTIME_CONTRACT_WORLD | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RUNTIME_CONTRACT_WORLD } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:7 |
BUILDCHAIN_VERSION_PIN_PATH |
constant: const BUILDCHAIN_VERSION_PIN_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_VERSION_PIN_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:5 |
BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT |
constant: const BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:5 |
buildchainKfdClaims |
constant: const buildchainKfdClaims | none | value | Import does not declare a throw contract. | none-on-import | import { buildchainKfdClaims } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:896 |
buildchainPublicationAuthorityDescriptors |
function: function buildchainPublicationAuthorityDescriptors() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildchainPublicationAuthorityDescriptors } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-publication-authority.js:54 |
buildConsumerIssueReport |
function: function buildConsumerIssueReport(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildConsumerIssueReport } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:104 |
buildFactsDigest |
function: function buildFactsDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write, subprocess | import { buildFactsDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:45 |
buildWorkflowFrictionIssueReport |
function: function buildWorkflowFrictionIssueReport(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildWorkflowFrictionIssueReport } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:199 |
cacheEvidenceDigest |
function: function cacheEvidenceDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { cacheEvidenceDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:48 |
CHANNEL_CANDIDATE_DECISION_SCHEMA |
constant: const CHANNEL_CANDIDATE_DECISION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { CHANNEL_CANDIDATE_DECISION_SCHEMA } from "@kungfu-tech/buildchain/core"; |
packages/core/channel-candidate.js:5 |
channelCandidateSourceLockRef |
function: function channelCandidateSourceLockRef(targetBranch, sourceSha) | targetBranch, sourceSha | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { channelCandidateSourceLockRef } from "@kungfu-tech/buildchain/core"; |
packages/core/channel-candidate.js:84 |
checkBadgeBundleBlock |
function: function checkBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkBadgeBundleBlock } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:867 |
checkHomebrewTap |
function: async function checkHomebrewTap({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkHomebrewTap } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:335 |
checkKfd2ProductClaimOutputs |
function: function checkKfd2ProductClaimOutputs(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkKfd2ProductClaimOutputs } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:415 |
checkReadmeBadgeBlock |
function: function checkReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkReadmeBadgeBlock } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:848 |
claimReleasePropagationWork |
function: function claimReleasePropagationWork({ work, expectedWorkRoot, authority, familyState, } = {}) | { work, expectedWorkRoot, authority, familyState, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { claimReleasePropagationWork } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-transitions.js:17 |
classifyProcessCommand |
function: function classifyProcessCommand(command = “”) | command = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { classifyProcessCommand } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1085 |
classifyReleasePropagationCondition |
function: function classifyReleasePropagationCondition(condition) | condition | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { classifyReleasePropagationCondition } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-agent-entry.js:171 |
codeownersForPath |
function: function codeownersForPath(source, candidatePath) | source, candidatePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { codeownersForPath } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:417 |
collectBadgeBundleFacts |
function: async function collectBadgeBundleFacts({ cwd = process.cwd(), claims = undefined } = {}) | { cwd = process.cwd(), claims = undefined } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBadgeBundleFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:790 |
collectBuildchainDiagnostics |
function: function collectBuildchainDiagnostics({ cwd = process.cwd(), artifactPaths = [] } = {}) | { cwd = process.cwd(), artifactPaths = [] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBuildchainDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:248 |
collectCacheDiagnostics |
function: function collectCacheDiagnostics({ cwd = process.cwd(), cacheDirs = [], runCommand = defaultDiagnosticCommandRunner } = {}) | { cwd = process.cwd(), cacheDirs = [], runCommand = defaultDiagnosticCommandRunner } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectCacheDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:922 |
collectCompilerCacheDiagnostics |
function: function collectCompilerCacheDiagnostics({ cwd = process.cwd(), runCommand = defaultDiagnosticCommandRunner, env = process.env, } = {}) | { cwd = process.cwd(), runCommand = defaultDiagnosticCommandRunner, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectCompilerCacheDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:573 |
collectGitDiagnostics |
function: function collectGitDiagnostics({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectGitDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:944 |
collectGitHubReleasePassport |
function: function collectGitHubReleasePassport({ cwd = process.cwd(), tag = “”, repository = process.env.GITHUB_REPOSITORY || “”, sourceSha = process.env.GITHUB_SHA || “”, line = “”, outputDir = “.buildchain/release-passport”, assetsJson = “”, assetsDir = “”, releaseJson = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, packageSetJson = “”, publishEvidenceJson = “”, trustedPublishingJson = “”, transactionJson = “”, anchorManifestJson = “”, versionMaterialJson = “”, impactJson = “”, buildSummaryJson = “”, buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = “”, kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = “”, kfdSupportMatrixJson = “”, kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = “”, releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = “”, controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = “”, requireBaseKfd = false, releaseJsonExtra = “”, publishJson = “”, workflow = {}, checkedAt = “”, } = {}) | { cwd = process.cwd(), tag = “”, repository = process.env.GITHUB_REPOSITORY || “”, sourceSha = process.env.GITHUB_SHA || “”, line = “”, outputDir = “.buildchain/release-passport”, assetsJson = “”, assetsDir = “”, releaseJson = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, packageSetJson = “”, publishEvidenceJson = “”, trustedPublishingJson = “”, transactionJson = “”, anchorManifestJson = “”, versionMaterialJson = “”, impactJson = “”, buildSummaryJson = “”, buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = “”, kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = “”, kfdSupportMatrixJson = “”, kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = “”, releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = “”, controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = “”, requireBaseKfd = false, releaseJsonExtra = “”, publishJson = “”, workflow = {}, checkedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { collectGitHubReleasePassport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:1488 |
collectGitSourceFacts |
function: function collectGitSourceFacts({ cwd = process.cwd(), root = “.” } = {}) | { cwd = process.cwd(), root = “.” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectGitSourceFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:146 |
collectHomebrewTapFacts |
function: async function collectHomebrewTapFacts({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectHomebrewTapFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:223 |
collectKfdStatus |
function: function collectKfdStatus({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectKfdStatus } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:902 |
collectModuleBuildFacts |
function: function collectModuleBuildFacts({ cwd = process.cwd(), moduleId = “”, moduleRoot = “”, scope = “”, versionSource = undefined, versionSourceId = “”, outputs = [], lifecycle = “”, platform = currentPlatform(), dependencies = [], now = nowIso(), } = {}) | { cwd = process.cwd(), moduleId = “”, moduleRoot = “”, scope = “”, versionSource = undefined, versionSourceId = “”, outputs = [], lifecycle = “”, platform = currentPlatform(), dependencies = [], now = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectModuleBuildFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:302 |
collectNativeDiagnostics |
function: function collectNativeDiagnostics({ cwd = process.cwd(), profile = undefined, runCommand = defaultDiagnosticCommandRunner, } = {}) | { cwd = process.cwd(), profile = undefined, runCommand = defaultDiagnosticCommandRunner, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectNativeDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:295 |
collectPaperFleetAudit |
function: function collectPaperFleetAudit({ root = process.cwd(), repositories = [], buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, governance = {}, } = {}) | { root = process.cwd(), repositories = [], buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, governance = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperFleetAudit } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:158 |
collectPaperPreflight |
function: function collectPaperPreflight({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, registry = NPM_REGISTRY, offline = false, agentEntryMode = “contract”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, registry = NPM_REGISTRY, offline = false, agentEntryMode = “contract”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperPreflight } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:2413 |
collectPaperStatus |
function: function collectPaperStatus({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperStatus } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:1471 |
collectProcessTreeSnapshot |
function: function collectProcessTreeSnapshot({ rootPid = process.pid, cwd = process.cwd(), platform = process.platform, runCommand = defaultDiagnosticCommandRunner, } = {}) | { rootPid = process.pid, cwd = process.cwd(), platform = process.platform, runCommand = defaultDiagnosticCommandRunner, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectProcessTreeSnapshot } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1029 |
collectPublicationArtifact |
function: function collectPublicationArtifact({ cwd = process.cwd(), sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, manifestPath = “”, passportPath = “”, } = {}) | { cwd = process.cwd(), sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, manifestPath = “”, passportPath = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { collectPublicationArtifact } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:271 |
collectPublicationPackageFacts |
function: function collectPublicationPackageFacts({ cwd = process.cwd(), packageName = “”, outputDir = “.buildchain/publication/npm-package”, } = {}) | { cwd = process.cwd(), packageName = “”, outputDir = “.buildchain/publication/npm-package”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { collectPublicationPackageFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-package.js:74 |
collectPublicSurfaceReverseAudit |
function: function collectPublicSurfaceReverseAudit({ root = process.cwd(), cliRegistry: suppliedCliRegistry = undefined, workflowRegistry: suppliedWorkflowRegistry = undefined, pageRegistry: suppliedPageRegistry = undefined, } = {}) | { root = process.cwd(), cliRegistry: suppliedCliRegistry = undefined, workflowRegistry: suppliedWorkflowRegistry = undefined, pageRegistry: suppliedPageRegistry = undefined, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPublicSurfaceReverseAudit } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:161 |
collectReadmeBadgeFacts |
function: async function collectReadmeBadgeFacts({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectReadmeBadgeFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:700 |
collectRunnerDiagnostics |
function: function collectRunnerDiagnostics() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectRunnerDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:468 |
collectToolDiagnostics |
function: function collectToolDiagnostics({ cwd = process.cwd(), tools = [“node”, “pnpm”, “npm”, “git”, “cmake”, “ninja”, “ccache”, “sccache”] } = {}) | { cwd = process.cwd(), tools = [“node”, “pnpm”, “npm”, “git”, “cmake”, “ninja”, “ccache”, “sccache”] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectToolDiagnostics } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:495 |
collectVersionSourceFact |
function: function collectVersionSourceFact({ cwd = process.cwd(), source = undefined, sourceId = “”, now = nowIso() } = {}) | { cwd = process.cwd(), source = undefined, sourceId = “”, now = nowIso() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { collectVersionSourceFact } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:173 |
commandForKungfuUpgrade |
function: function commandForKungfuUpgrade(manager, scope = “@kungfu-trader”) | manager, scope = “@kungfu-trader” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { commandForKungfuUpgrade } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:121 |
commandForRunScript |
function: function commandForRunScript(manager, script) | manager, script | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { commandForRunScript } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:89 |
commandForVersion |
function: function commandForVersion(manager, keyword, options = {}) | manager, keyword, options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { commandForVersion } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:100 |
compileEffectiveGithubGovernancePolicy |
function: function compileEffectiveGithubGovernancePolicy({ branch, defaultBranch, protectedBranch = false, protection, rulesets = [], } = {}) | { branch, defaultBranch, protectedBranch = false, protection, rulesets = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { compileEffectiveGithubGovernancePolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:311 |
completeReleasePropagationWork |
function: function completeReleasePropagationWork({ work, expectedWorkRoot, receipt, completionDecision, } = {}) | { work, expectedWorkRoot, receipt, completionDecision, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { completeReleasePropagationWork } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-transitions.js:110 |
computeConsumerIssueFingerprint |
function: function computeConsumerIssueFingerprint(fields = {}) | fields = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { computeConsumerIssueFingerprint } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:64 |
CONSUMER_PUBLICATION_DECISION_CONTRACT |
constant: const CONSUMER_PUBLICATION_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { CONSUMER_PUBLICATION_DECISION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:20 |
consumerIssueMarker |
function: function consumerIssueMarker(fingerprint) | fingerprint | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { consumerIssueMarker } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:76 |
contractSummary |
function: function contractSummary(contractWorld, runtimeRef = “”, runtimeSha = “”) | contractWorld, runtimeRef = “”, runtimeSha = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { contractSummary } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:945 |
controllerEvidenceDigest |
function: function controllerEvidenceDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { controllerEvidenceDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:150 |
createAnchoredVersionMaterialEvidence |
function: function createAnchoredVersionMaterialEvidence({ cwd = process.cwd(), targetChannel = “”, targetRef = “”, alphaRef = “”, releaseRef = “HEAD”, runLifecycle = true, } = {}) | { cwd = process.cwd(), targetChannel = “”, targetRef = “”, alphaRef = “”, releaseRef = “HEAD”, runLifecycle = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createAnchoredVersionMaterialEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/anchored-version-material.js:118 |
createArtifactEvidence |
function: function createArtifactEvidence({ assets = [], repository = “”, tag = “”, sourceSha = “”, workflow = {} } = {}) | { assets = [], repository = “”, tag = “”, sourceSha = “”, workflow = {} } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createArtifactEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:1158 |
createArtifactSigningReceipt |
function: function createArtifactSigningReceipt({ request, status = “passed”, authority = {}, result = {}, signatures = [], reason = “”, } = {}) | { request, status = “passed”, authority = {}, result = {}, signatures = [], reason = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:313 |
createArtifactSigningRequest |
function: function createArtifactSigningRequest({ source = {}, runtime = {}, artifact = {}, signature = {}, delivery = {}, } = {}) | { source = {}, runtime = {}, artifact = {}, signature = {}, delivery = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningRequest } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:167 |
createArtifactSigningResult |
function: function createArtifactSigningResult({ request, receipt, receiptPath = “receipt.json”, payload = {}, evidence = [], verification = {}, } = {}) | { request, receipt, receiptPath = “receipt.json”, payload = {}, evidence = [], verification = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningResult } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing-result.js:68 |
createBuildchainContractLock |
function: function createBuildchainContractLock({ buildchainRef = “v3”, resolvedSha = “”, contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {}) | { buildchainRef = “v3”, resolvedSha = “”, contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createBuildchainContractLock } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:787 |
createBuildchainContractWorld |
function: function createBuildchainContractWorld({ root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {}) | { root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainContractWorld } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:110 |
createBuildchainGithubGovernanceAuthority |
function: function createBuildchainGithubGovernanceAuthority() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainGithubGovernanceAuthority } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:450 |
createBuildchainKfd1Witness |
function: function createBuildchainKfd1Witness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd1Witness } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:530 |
createBuildchainKfd2Claims |
function: function createBuildchainKfd2Claims({ root = process.cwd(), witnessFiles = {} } = {}) | { root = process.cwd(), witnessFiles = {} } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd2Claims } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:687 |
createBuildchainKfd3ArtifactWitness |
function: function createBuildchainKfd3ArtifactWitness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd3ArtifactWitness } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:647 |
createBuildchainKfd3PrebuildWitness |
function: function createBuildchainKfd3PrebuildWitness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd3PrebuildWitness } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:583 |
createBuildchainKfdClaimRegistry |
function: function createBuildchainKfdClaimRegistry({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfdClaimRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:510 |
createBuildchainKfdSurfaceRegistry |
function: function createBuildchainKfdSurfaceRegistry({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfdSurfaceRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:411 |
createBuildchainLayoutDiscovery |
function: function createBuildchainLayoutDiscovery({ cwd = process.cwd(), buildchainVersion = “”, } = {}) | { cwd = process.cwd(), buildchainVersion = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainLayoutDiscovery } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:99 |
createBuildchainLogger |
function: function createBuildchainLogger(options = {}) | options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createBuildchainLogger } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:300 |
createBuildchainPublicationAuthorityRegistry |
function: function createBuildchainPublicationAuthorityRegistry({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainPublicationAuthorityRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-publication-authority.js:79 |
createBuildchainPublicClaimDefinitions |
function: function createBuildchainPublicClaimDefinitions() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainPublicClaimDefinitions } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-kfd-claims.js:226 |
createCacheEvidenceSet |
function: function createCacheEvidenceSet({ repository, sourceCommit, sourceTree = “”, runtimeCommit = “”, platform, operations = [], } = {}) | { repository, sourceCommit, sourceTree = “”, runtimeCommit = “”, platform, operations = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createCacheEvidenceSet } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:244 |
createCacheOperationReceipt |
function: function createCacheOperationReceipt({ operationId, operation, provider, producer, platform, cacheKey, cacheRoot, outcome, bindings = {}, metrics, evidence, } = {}) | { operationId, operation, provider, producer, platform, cacheKey, cacheRoot, outcome, bindings = {}, metrics, evidence, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createCacheOperationReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:169 |
createCandidateTimeline |
function: function createCandidateTimeline({ candidate = {}, events = [], generatedAt, } = {}) | { candidate = {}, events = [], generatedAt, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createCandidateTimeline } from "@kungfu-tech/buildchain/core"; |
packages/core/candidate-timeline.js:381 |
createConsumerPublicationDecision |
function: function createConsumerPublicationDecision({ capability, gateAggregate, decision, predicateId, predicateDigest, evidence = {}, now = new Date(), } = {}) | { capability, gateAggregate, decision, predicateId, predicateDigest, evidence = {}, now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createConsumerPublicationDecision } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:991 |
createControllerPlan |
function: function createControllerPlan({ descriptor, source = {}, runtime = {}, inputs = {} } = {}) | { descriptor, source = {}, runtime = {}, inputs = {} } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:286 |
createControllerReceipt |
function: function createControllerReceipt({ plan, stages = [], evidence = [], reason = undefined, artifact = “” } = {}) | { plan, stages = [], evidence = [], reason = undefined, artifact = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:362 |
createControllerReceiptReference |
function: function createControllerReceiptReference(receipt) | receipt | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerReceiptReference } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:490 |
createControllerRegistry |
function: function createControllerRegistry({ workflows = [] } = {}) | { workflows = [] } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:196 |
createDiagnosticsArtifact |
function: function createDiagnosticsArtifact({ cwd = process.cwd(), logPath = “”, artifactPaths = [], cacheDirs = [], lifecycleObservability = undefined, processSamples = [], processSummary = undefined, requestedParallelism = 0, sourceCheckout = undefined, compilerCachePreparation = undefined, links = {}, } = {}) | { cwd = process.cwd(), logPath = “”, artifactPaths = [], cacheDirs = [], lifecycleObservability = undefined, processSamples = [], processSummary = undefined, requestedParallelism = 0, sourceCheckout = undefined, compilerCachePreparation = undefined, links = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createDiagnosticsArtifact } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1408 |
createGitHubArtifactAttestationEvidence |
function: function createGitHubArtifactAttestationEvidence({ preparation, attestationId, attestationUrl, bundlePath, workflow = {}, } = {}) | { preparation, attestationId, attestationUrl, bundlePath, workflow = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:474 |
createGitHubArtifactAttestationPolicy |
function: function createGitHubArtifactAttestationPolicy(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationPolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:204 |
createGitHubArtifactAttestationVerificationPlan |
function: function createGitHubArtifactAttestationVerificationPlan({ artifactPath, bundlePath, evidence, } = {}) | { artifactPath, bundlePath, evidence, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationVerificationPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:524 |
createGithubGovernanceRolloutPlan |
function: function createGithubGovernanceRolloutPlan({ repository, targetRef, inventory, rollbackSnapshot, rollbackProtectionExists = true, desiredProtection, } = {}) | { repository, targetRef, inventory, rollbackSnapshot, rollbackProtectionExists = true, desiredProtection, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubGovernanceRolloutPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:932 |
createGitHubIssueRequest |
function: function createGitHubIssueRequest({ token, apiUrl = process.env.GITHUB_API_URL || “https://api.github.com”, fetchImpl = globalThis.fetch, retryDelaysMs = DEFAULT_RETRY_DELAYS_MS, } = {}) | { token, apiUrl = process.env.GITHUB_API_URL || “https://api.github.com”, fetchImpl = globalThis.fetch, retryDelaysMs = DEFAULT_RETRY_DELAYS_MS, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubIssueRequest } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:393 |
createGithubRulesetBypassRolloutPlan |
function: function createGithubRulesetBypassRolloutPlan({ repository, rulesetId, inventory, rollbackSnapshot, } = {}) | { repository, rulesetId, inventory, rollbackSnapshot, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubRulesetBypassRolloutPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:1110 |
createGithubRulesetGovernanceRolloutPlan |
function: function createGithubRulesetGovernanceRolloutPlan({ repository, targetRef, rulesetId, rulesetName, inventory, rollbackSnapshot, desiredProtection, } = {}) | { repository, targetRef, rulesetId, rulesetName, inventory, rollbackSnapshot, desiredProtection, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubRulesetGovernanceRolloutPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:1189 |
createKfd1ReleaseGateEvidence |
function: function createKfd1ReleaseGateEvidence({ cwd = process.cwd(), artifactRoot = “”, artifacts = [], witnesses = [], verifiedAt = new Date().toISOString(), metadata = resolveKfd1Metadata(), } = {}) | { cwd = process.cwd(), artifactRoot = “”, artifacts = [], witnesses = [], verifiedAt = new Date().toISOString(), metadata = resolveKfd1Metadata(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfd1ReleaseGateEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:977 |
createKfd3CollaborationInterfaceReleaseGateEvidence |
function: function createKfd3CollaborationInterfaceReleaseGateEvidence({ prebuildWitnesses = [], artifactWitnesses = [], prebuildWitnessMetas = [], artifactWitnessMetas = [], artifactCommandMeta = undefined, verifiedAt = new Date().toISOString(), metadata = resolveKfd3Metadata(), } = {}) | { prebuildWitnesses = [], artifactWitnesses = [], prebuildWitnessMetas = [], artifactWitnessMetas = [], artifactCommandMeta = undefined, verifiedAt = new Date().toISOString(), metadata = resolveKfd3Metadata(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfd3CollaborationInterfaceReleaseGateEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:1132 |
createKfd3SurfaceWitness |
function: function createKfd3SurfaceWitness({ cwd = process.cwd(), registryPath = “”, kind = “prebuild”, sourceSha = “”, artifactPath = “”, } = {}) | { cwd = process.cwd(), registryPath = “”, kind = “prebuild”, sourceSha = “”, artifactPath = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | network | import { createKfd3SurfaceWitness } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:702 |
createKfdBadgeSpecsFromStandards |
function: function createKfdBadgeSpecsFromStandards(standardsMetadata) | standardsMetadata | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdBadgeSpecsFromStandards } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:126 |
createKfdSupportProjection |
function: function createKfdSupportProjection({ matrix, matrixRoot = “”, gateResults = [], authorityPath = “.buildchain/kfd/support-matrix.json”, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | { matrix, matrixRoot = “”, gateResults = [], authorityPath = “.buildchain/kfd/support-matrix.json”, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdSupportProjection } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:716 |
createKungfuBuildInfoProjection |
function: function createKungfuBuildInfoProjection({ moduleFact, cwd = process.cwd(), now = nowIso() } = {}) | { moduleFact, cwd = process.cwd(), now = nowIso() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKungfuBuildInfoProjection } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:520 |
createManualUpstreamPickupCapture |
function: function createManualUpstreamPickupCapture({ plan, expectedDownstreamBaseSha, }) | { plan, expectedDownstreamBaseSha, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createManualUpstreamPickupCapture } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-pickup.js:361 |
createManualUpstreamPickupPlan |
function: function createManualUpstreamPickupPlan({ config: configInput, sourceId, channel, currentVersion, upstreamRelease, }) | { config: configInput, sourceId, channel, currentVersion, upstreamRelease, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createManualUpstreamPickupPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-pickup.js:303 |
createPackageReleasePropagationCapture |
function: function createPackageReleasePropagationCapture({ config: configInput, upstreamRelease: upstreamReleaseInput, expectedBaseShas = {}, } = {}) | { config: configInput, upstreamRelease: upstreamReleaseInput, expectedBaseShas = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPackageReleasePropagationCapture } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-capture.js:101 |
createPaperAlphaPlan |
function: function createPaperAlphaPlan({ cwd = process.cwd(), sourceRef = “”, targetRef = “”, } = {}) | { cwd = process.cwd(), sourceRef = “”, targetRef = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperAlphaPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:2655 |
createPaperBuildPlan |
function: function createPaperBuildPlan({ cwd = process.cwd(), sourceSha = “”, pullToolchain = true, } = {}) | { cwd = process.cwd(), sourceSha = “”, pullToolchain = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperBuildPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:2592 |
createPaperResumePlan |
function: function createPaperResumePlan({ cwd = process.cwd(), buildchainRef = “”, } = {}) | { cwd = process.cwd(), buildchainRef = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { createPaperResumePlan } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:2713 |
createPaperWorkStartPlan |
function: function createPaperWorkStartPlan({ cwd = process.cwd(), topic = “”, branch = “”, buildchainSha = “”, } = {}) | { cwd = process.cwd(), topic = “”, branch = “”, buildchainSha = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperWorkStartPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-work.js:41 |
createPaperWorkSubmitPlan |
function: function createPaperWorkSubmitPlan({ cwd = process.cwd(), pullRequests = [], pullRequestObservation = { ok: true }, buildchainSha = “”, } = {}) | { cwd = process.cwd(), pullRequests = [], pullRequestObservation = { ok: true }, buildchainSha = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperWorkSubmitPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-work.js:207 |
createPortableDevCachePlan |
function: function createPortableDevCachePlan(manifest) | manifest | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPortableDevCachePlan } from "@kungfu-tech/buildchain/core"; |
packages/core/portable-dev-cache.js:172 |
createPortableDevCacheReceipt |
function: function createPortableDevCacheReceipt({ plan, matchedKey = “”, cacheHit = “”, validationStatus = “pass”, validationReason = “”, coldFallbackStatus = “not-run”, }) | { plan, matchedKey = “”, cacheHit = “”, validationStatus = “pass”, validationReason = “”, coldFallbackStatus = “not-run”, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPortableDevCacheReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/portable-dev-cache.js:226 |
createPublicationAdmission |
function: function createPublicationAdmission(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationAdmission } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:236 |
createPublicationArtifactCandidate |
function: function createPublicationArtifactCandidate({ repository, sourceSha, sourceTreeSha, runtimeSha, manifest, passport, controllerReceipt, files = [], } = {}) | { repository, sourceSha, sourceTreeSha, runtimeSha, manifest, passport, controllerReceipt, files = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationArtifactCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact-candidate.js:55 |
createPublicationArtifactManifestSet |
function: function createPublicationArtifactManifestSet({ repository, sourceSha, sourceTreeSha, manifests = [], payloads = [], } = {}) | { repository, sourceSha, sourceTreeSha, manifests = [], payloads = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationArtifactManifestSet } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:303 |
createPublicationAuthorityRegistry |
function: function createPublicationAuthorityRegistry({ descriptors = [], workflows = [] } = {}) | { descriptors = [], workflows = [] } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationAuthorityRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:121 |
createPublicationControlPlaneAudit |
function: function createPublicationControlPlaneAudit({ repository, workflowPath, publisherWorkflowPath, environment, facts = [], observedAt, expiresAt, } = {}) | { repository, workflowPath, publisherWorkflowPath, environment, facts = [], observedAt, expiresAt, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationControlPlaneAudit } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:208 |
createPublicationGateDecision |
function: function createPublicationGateDecision({ sourceSha, profile, required = false, rationale, policy = {}, } = {}) | { sourceSha, profile, required = false, rationale, policy = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationGateDecision } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:280 |
createPublicationQualificationReceipt |
function: function createPublicationQualificationReceipt({ capability, gateAggregate, consumerDecision, now = new Date(), } = {}) | { capability, gateAggregate, consumerDecision, now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationQualificationReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:1035 |
createPublicationSealedBundle |
function: function createPublicationSealedBundle({ candidate, packageName, packageVersion, npmTarballPath, npmIntegrity, releaseAssetPaths = [], githubReleaseRequired = true, } = {}) | { candidate, packageName, packageVersion, npmTarballPath, npmIntegrity, releaseAssetPaths = [], githubReleaseRequired = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationSealedBundle } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-sealed-bundle.js:75 |
createPublicationSourceBundle |
function: function createPublicationSourceBundle({ cwd = process.cwd(), sourcePaths = [], output = “.buildchain/publication/source.tar.gz”, } = {}) | { cwd = process.cwd(), sourcePaths = [], output = “.buildchain/publication/source.tar.gz”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write, subprocess | import { createPublicationSourceBundle } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:249 |
createReadmeBadgeEndpointRegistry |
function: function createReadmeBadgeEndpointRegistry({ kfdSpecs = undefined, kfdStandards = undefined } = {}) | { kfdSpecs = undefined, kfdStandards = undefined } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReadmeBadgeEndpointRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:133 |
createReleaseActivationReceiptSet |
function: function createReleaseActivationReceiptSet({ transaction, receipts = [], } = {}) | { transaction, receipts = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleaseActivationReceiptSet } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:311 |
createReleaseActivationTransaction |
function: function createReleaseActivationTransaction({ transactionId, mode = “shadow”, bindings, owners, } = {}) | { transactionId, mode = “shadow”, bindings, owners, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleaseActivationTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:103 |
createReleaseCandidatePassport |
function: function createReleaseCandidatePassport({ repository = “”, pullRequest = {}, targetChannel = “”, version = “”, sourceHeadSha = “”, baseSha = “”, mergeRefSha = “”, sourceTreeHash = “”, buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {}) | { repository = “”, pullRequest = {}, targetChannel = “”, version = “”, sourceHeadSha = “”, baseSha = “”, mergeRefSha = “”, sourceTreeHash = “”, buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseCandidatePassport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-candidate.js:310 |
createReleaseCheckReport |
function: function createReleaseCheckReport({ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {}) | { passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseCheckReport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:2628 |
createReleasePassport |
function: function createReleasePassport({ cwd = process.cwd(), repository = “”, tag = “”, sourceSha = “”, line = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, productMechanismPath = “product-mechanism.json”, artifactEvidencePath = “artifact-evidence.json”, impactPath = “impact.json”, agentIndexPath = “agent-index.json”, checkReportPath = “check-report.json”, publishEvidencePath = “”, transactionStatePath = “”, assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = “”, invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = “”, controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = “”, } = {}) | { cwd = process.cwd(), repository = “”, tag = “”, sourceSha = “”, line = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, productMechanismPath = “product-mechanism.json”, artifactEvidencePath = “artifact-evidence.json”, impactPath = “impact.json”, agentIndexPath = “agent-index.json”, checkReportPath = “check-report.json”, publishEvidencePath = “”, transactionStatePath = “”, assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = “”, invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = “”, controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePassport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:1214 |
createReleasePassportCheckManifest |
function: function createReleasePassportCheckManifest({ standards = kfdStandards } = {}) | { standards = kfdStandards } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePassportCheckManifest } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport-contract.js:147 |
createReleasePropagationLock |
function: function createReleasePropagationLock({ graph, edge, sourceNode, targetNode, upstreamRelease, downstreamChannel, } = {}) | { graph, edge, sourceNode, targetNode, upstreamRelease, downstreamChannel, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePropagationLock } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:199 |
createReleasePropagationPushPlan |
function: function createReleasePropagationPushPlan({ work: workInput, expectedWorkRoot, repositoryState: stateInput, } = {}) | { work: workInput, expectedWorkRoot, repositoryState: stateInput, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReleasePropagationPushPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-push.js:77 |
createReleasePropagationReceipt |
function: function createReleasePropagationReceipt({ plan, target = “”, lockResult, prOutcome, stagingState = “pending”, productionState = “not-requested”, observedAt = “”, } = {}) | { plan, target = “”, lockResult, prOutcome, stagingState = “pending”, productionState = “not-requested”, observedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePropagationReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:371 |
createReleasePropagationStageReceipt |
function: function createReleasePropagationStageReceipt({ work, stage, outcome = “success”, observedAt, actor, summary, evidence, failure = null, } = {}) | { work, stage, outcome = “success”, observedAt, actor, summary, evidence, failure = null, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePropagationStageReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work.js:214 |
createReleasePropagationWork |
function: function createReleasePropagationWork({ plan, target = “”, workContext, expectedDownstreamBaseSha, } = {}) | { plan, target = “”, workContext, expectedDownstreamBaseSha, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePropagationWork } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work.js:111 |
createReleaseTransaction |
function: function createReleaseTransaction({ repository, version, exactTag = “”, channel, line = “”, sourceSha, targetRef, releaseSha, releaseMaterialSha = releaseSha, publishToolingSha = “”, lifecycleIdentity = “lifecycle.publish”, statePath = “”, evidencePath = “”, actor = “”, runId = “”, } = {}) | { repository, version, exactTag = “”, channel, line = “”, sourceSha, targetRef, releaseSha, releaseMaterialSha = releaseSha, publishToolingSha = “”, lifecycleIdentity = “lifecycle.publish”, statePath = “”, evidencePath = “”, actor = “”, runId = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:197 |
createRunnerProvenance |
function: function createRunnerProvenance({ runnerClass, os, architecture, imageDigest, measurementDigest, baselineDigest = “”, toolchainDigest = “”, cacheContractDigest = “”, taskIsolationDigest = “”, cleanBaselineProven = false, isolation = “”, } = {}) | { runnerClass, os, architecture, imageDigest, measurementDigest, baselineDigest = “”, toolchainDigest = “”, cacheContractDigest = “”, taskIsolationDigest = “”, cleanBaselineProven = false, isolation = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createRunnerProvenance } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:166 |
createStableCandidateLedger |
function: function createStableCandidateLedger({ repository, targetBranch, now = new Date().toISOString() } = {}) | { repository, targetBranch, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createStableCandidateLedger } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:56 |
createSurfaceTimestampPolicy |
function: function createSurfaceTimestampPolicy({ generatedAt = “”, publishedAt = “”, sourceDateEpoch = process.env.SOURCE_DATE_EPOCH || DEFAULT_SOURCE_DATE_EPOCH, sourceRevision = “”, deterministicInputs = [], timestampPolicy = “”, timestampFields = [“generatedAt”, “publishedAt”], timestampFieldsParticipateInArtifactDigest = true, artifactDigestScope = “manifest-and-artifact”, reproducible = true, } = {}) | { generatedAt = “”, publishedAt = “”, sourceDateEpoch = process.env.SOURCE_DATE_EPOCH || DEFAULT_SOURCE_DATE_EPOCH, sourceRevision = “”, deterministicInputs = [], timestampPolicy = “”, timestampFields = [“generatedAt”, “publishedAt”], timestampFieldsParticipateInArtifactDigest = true, artifactDigestScope = “manifest-and-artifact”, reproducible = true, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createSurfaceTimestampPolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/surface-manifest.js:34 |
createWebSurfaceProductionDecision |
function: function createWebSurfaceProductionDecision({ approved, kind, repository, sourceSha, actor, actorPermission = “”, releasePr = 0, releaseSource = “”, reason, } = {}) | { approved, kind, repository, sourceSha, actor, actorPermission = “”, releasePr = 0, releaseSource = “”, reason, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createWebSurfaceProductionDecision } from "@kungfu-tech/buildchain/core"; |
packages/core/web-surface-publication-candidate.js:45 |
createWebSurfacePublicationCandidate |
function: function createWebSurfacePublicationCandidate({ repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {}) | { repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createWebSurfacePublicationCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/web-surface-publication-candidate.js:79 |
decideChannelCandidate |
function: function decideChannelCandidate(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { decideChannelCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/channel-candidate.js:90 |
DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY |
constant: const DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY | none | value | Import does not declare a throw contract. | none-on-import | import { DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:6 |
defaultBuildchainLogPath |
function: function defaultBuildchainLogPath({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultBuildchainLogPath } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:41 |
defaultPublishEvidencePath |
function: function defaultPublishEvidencePath(version, workspace = process.cwd()) | version, workspace = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultPublishEvidencePath } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:193 |
defaultReleaseStatePath |
function: function defaultReleaseStatePath(version, workspace = process.cwd()) | version, workspace = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultReleaseStatePath } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:185 |
DETACHED_ARTIFACT_SIGNATURE_CONTRACT |
constant: const DETACHED_ARTIFACT_SIGNATURE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/detached-artifact-signature.js:10 |
detectKfd3Surfaces |
function: function detectKfd3Surfaces({ cwd = process.cwd(), kinds = [], artifactPath = “” } = {}) | { cwd = process.cwd(), kinds = [], artifactPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectKfd3Surfaces } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:423 |
detectLockfile |
function: function detectLockfile(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectLockfile } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:237 |
detectPackageManager |
function: function detectPackageManager(cwd = process.cwd()) | cwd = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { detectPackageManager } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:56 |
detectPublicationAuthoritySignals |
function: function detectPublicationAuthoritySignals(workflowText = “”) | workflowText = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectPublicationAuthoritySignals } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:104 |
detectRequestedParallelism |
function: function detectRequestedParallelism({ command = “”, args = [], env = process.env, } = {}) | { command = “”, args = [], env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectRequestedParallelism } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1188 |
detectRequestedParallelismFromProcessSamples |
function: function detectRequestedParallelismFromProcessSamples(samples = []) | samples = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectRequestedParallelismFromProcessSamples } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1223 |
discoverArtifactPassport |
function: async function discoverArtifactPassport({ subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, } = {}) | { subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverArtifactPassport } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:499 |
discoverBuildchainRepoFiles |
function: function discoverBuildchainRepoFiles(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverBuildchainRepoFiles } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:143 |
discoverConfiguredDerivedVersionMaterial |
function: function discoverConfiguredDerivedVersionMaterial(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd)) | cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd) | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverConfiguredDerivedVersionMaterial } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1467 |
discoverConfiguredVersionStateFiles |
function: function discoverConfiguredVersionStateFiles(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd)) | cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd) | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverConfiguredVersionStateFiles } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1428 |
discoverKfdStandards |
function: function discoverKfdStandards() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverKfdStandards } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:464 |
discoverPaperFleet |
function: function discoverPaperFleet(root = process.cwd()) | root = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverPaperFleet } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:23 |
enumerateActionInputs |
function: function enumerateActionInputs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateActionInputs } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:91 |
enumerateCliCommandsFromBin |
function: function enumerateCliCommandsFromBin({ root = process.cwd(), binPath = “bin/buildchain.mjs”, } = {}) | { root = process.cwd(), binPath = “bin/buildchain.mjs”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateCliCommandsFromBin } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-cli.js:93 |
enumerateDocCommandRefs |
function: function enumerateDocCommandRefs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateDocCommandRefs } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:115 |
enumerateSitePages |
function: function enumerateSitePages({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateSitePages } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:106 |
enumerateWorkflowInputs |
function: function enumerateWorkflowInputs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateWorkflowInputs } from "@kungfu-tech/buildchain/core"; |
packages/core/public-surface-audit.js:74 |
evaluateBuildchainContractLock |
function: function evaluateBuildchainContractLock({ lock, current, runtimeRef = “”, runtimeSha = “”, runtimeClass = “”, compatibilityPolicy = “”, } = {}) | { lock, current, runtimeRef = “”, runtimeSha = “”, runtimeClass = “”, compatibilityPolicy = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { evaluateBuildchainContractLock } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:853 |
evaluateCodeownersAuthority |
function: function evaluateCodeownersAuthority({ source = “”, sourcePath = “”, reviewAuthority = “kungfu-origin”, protectedPaths = PROTECTED_AUTHORITY_PATHS, } = {}) | { source = “”, sourcePath = “”, reviewAuthority = “kungfu-origin”, protectedPaths = PROTECTED_AUTHORITY_PATHS, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateCodeownersAuthority } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:425 |
evaluateGithubGovernanceSnapshot |
function: function evaluateGithubGovernanceSnapshot({ descriptor = createBuildchainGithubGovernanceAuthority(), repository, targetRef, organizationPlan, codeowners, effectivePolicy, memberships, apiEvidence = {}, observedAt, expiresAt, verifier = {}, } = {}) | { descriptor = createBuildchainGithubGovernanceAuthority(), repository, targetRef, organizationPlan, codeowners, effectivePolicy, memberships, apiEvidence = {}, observedAt, expiresAt, verifier = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { evaluateGithubGovernanceSnapshot } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:694 |
evaluateKfdProductGate |
function: async function evaluateKfdProductGate({ cwd = process.cwd(), input, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | { cwd = process.cwd(), input, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateKfdProductGate } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:465 |
evaluatePublicationControlPlaneSnapshot |
function: function evaluatePublicationControlPlaneSnapshot({ repository, workflowPath, publisherWorkflowPath = workflowPath, environment, branch, packageName, publisherMode = “npm-trusted-publisher”, requiredStatusCheck = “check”, snapshot, observedAt, expiresAt, } = {}) | { repository, workflowPath, publisherWorkflowPath = workflowPath, environment, branch, packageName, publisherMode = “npm-trusted-publisher”, requiredStatusCheck = “check”, snapshot, observedAt, expiresAt, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluatePublicationControlPlaneSnapshot } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-control-plane-audit.js:75 |
executePaperNpmBootstrap |
function: function executePaperNpmBootstrap(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperNpmBootstrap } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:2840 |
executePaperWorkStart |
function: function executePaperWorkStart(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperWorkStart } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-work.js:169 |
executePaperWorkSubmitPush |
function: function executePaperWorkSubmitPush(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperWorkSubmitPush } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-work.js:357 |
executeReleasePropagationPush |
function: function executeReleasePropagationPush({ work, expectedWorkRoot, cwd = process.cwd(), remote = “origin”, } = {}) | { work, expectedWorkRoot, cwd = process.cwd(), remote = “origin”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { executeReleasePropagationPush } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-push.js:231 |
explainArtifactPassport |
function: async function explainArtifactPassport(options = {}) | options = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainArtifactPassport } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:827 |
explainKfdAgentHub |
function: function explainKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainKfdAgentHub } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:470 |
explainReleaseLineDryRun |
function: function explainReleaseLineDryRun({ cwd = process.cwd(), targetRef, sha = “”, sourceRef = “”, tags, publishTransaction = false, publishCommand = “”, } = {}) | { cwd = process.cwd(), targetRef, sha = “”, sourceRef = “”, tags, publishTransaction = false, publishCommand = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { explainReleaseLineDryRun } from "@kungfu-tech/buildchain/core"; |
packages/core/release-line-dry-run.js:127 |
explainReleasePassport |
function: async function explainReleasePassport({ passportLocation, forAudience = “human” } = {}) | { passportLocation, forAudience = “human” } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainReleasePassport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:2812 |
FAMILY_RELEASE_EVIDENCE_CONTRACT |
constant: const FAMILY_RELEASE_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { FAMILY_RELEASE_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-candidate.js:5 |
finalizeBuildchainContractWorld |
function: function finalizeBuildchainContractWorld(contractWorld) | contractWorld | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { finalizeBuildchainContractWorld } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:762 |
formatCandidateTimelineReport |
function: function formatCandidateTimelineReport(timeline) | timeline | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatCandidateTimelineReport } from "@kungfu-tech/buildchain/core"; |
packages/core/candidate-timeline.js:438 |
formatDiagnosticsSummaryTable |
function: function formatDiagnosticsSummaryTable(summary = {}) | summary = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatDiagnosticsSummaryTable } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1786 |
formatReleaseLineDryRun |
function: function formatReleaseLineDryRun(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatReleaseLineDryRun } from "@kungfu-tech/buildchain/core"; |
packages/core/release-line-dry-run.js:267 |
getLifecycleStage |
function: function getLifecycleStage(loadedConfig, name) | loadedConfig, name | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getLifecycleStage } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1372 |
getNativeDiagnosticsProfile |
function: function getNativeDiagnosticsProfile(loadedConfig) | loadedConfig | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { getNativeDiagnosticsProfile } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:520 |
getPublishContract |
function: function getPublishContract(loadedConfig) | loadedConfig | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getPublishContract } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1376 |
getStableReleasePolicy |
function: function getStableReleasePolicy(loadedConfig) | loadedConfig | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { getStableReleasePolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:328 |
getVersionStrategy |
function: function getVersionStrategy(loadedConfig) | loadedConfig | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getVersionStrategy } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1500 |
getWorkspaceInfo |
function: function getWorkspaceInfo(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { getWorkspaceInfo } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:211 |
GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:9 |
GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:5 |
GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:7 |
GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE |
constant: const GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:13 |
GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:11 |
GITHUB_ARTIFACT_ATTESTATION_WORKFLOW |
constant: const GITHUB_ARTIFACT_ATTESTATION_WORKFLOW | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_WORKFLOW } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:15 |
GITHUB_GOVERNANCE_AUTHORITY_CONTRACT |
constant: const GITHUB_GOVERNANCE_AUTHORITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_AUTHORITY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:3 |
GITHUB_GOVERNANCE_RECEIPT_CONTRACT |
constant: const GITHUB_GOVERNANCE_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:5 |
GITHUB_GOVERNANCE_ROLLOUT_CONTRACT |
constant: const GITHUB_GOVERNANCE_ROLLOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_ROLLOUT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:7 |
GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT |
constant: const GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:9 |
githubArtifactAttestationRequiredPermissions |
function: function githubArtifactAttestationRequiredPermissions() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationRequiredPermissions } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:640 |
githubArtifactAttestationSemanticRoot |
function: function githubArtifactAttestationSemanticRoot(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { githubArtifactAttestationSemanticRoot } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:91 |
githubArtifactAttestationSha256Buffer |
function: function githubArtifactAttestationSha256Buffer(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationSha256Buffer } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:83 |
githubArtifactAttestationSha256File |
function: function githubArtifactAttestationSha256File(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationSha256File } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:87 |
githubGovernanceDigest |
function: function githubGovernanceDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { githubGovernanceDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:163 |
GitHubIssueRequestError |
class: class GitHubIssueRequestError | none | GitHubIssueRequestError | Construction and method errors follow the linked source implementation. | class-dependent | import { GitHubIssueRequestError } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:23 |
HOMEBREW_TAP_CHECK_CONTRACT |
constant: const HOMEBREW_TAP_CHECK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_CHECK_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:6 |
HOMEBREW_TAP_FACTS_CONTRACT |
constant: const HOMEBREW_TAP_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_FACTS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:5 |
HOMEBREW_TAP_MANIFEST_CONTRACT |
constant: const HOMEBREW_TAP_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:7 |
IMPACT_LEDGER_CONTRACT |
constant: const IMPACT_LEDGER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { IMPACT_LEDGER_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:30 |
initKfdAgentHub |
function: function initKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { initKfdAgentHub } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:363 |
inspectKfdAgentHub |
function: function inspectKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { inspectKfdAgentHub } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:384 |
inspectReleasePropagationPushState |
function: function inspectReleasePropagationPushState({ work: workInput, cwd = process.cwd(), remote = “origin”, } = {}) | { work: workInput, cwd = process.cwd(), remote = “origin”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { inspectReleasePropagationPushState } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-push.js:174 |
KFD_AGENT_HUB_ADOPTION_CONTRACT |
constant: const KFD_AGENT_HUB_ADOPTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_ADOPTION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:9 |
KFD_AGENT_HUB_ADOPTION_SCHEMA |
constant: const KFD_AGENT_HUB_ADOPTION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_ADOPTION_SCHEMA } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:12 |
KFD_AGENT_HUB_DECLARATION |
constant: const KFD_AGENT_HUB_DECLARATION | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_DECLARATION } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:7 |
KFD_AGENT_HUB_LOCK_CONTRACT |
constant: const KFD_AGENT_HUB_LOCK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_LOCK_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:10 |
KFD_AGENT_HUB_OUTPUT_DIR |
constant: const KFD_AGENT_HUB_OUTPUT_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_OUTPUT_DIR } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:8 |
KFD_AGENT_HUB_VERIFICATION_CONTRACT |
constant: const KFD_AGENT_HUB_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:11 |
KFD_PRODUCT_GATE_CONTRACT |
constant: const KFD_PRODUCT_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:11 |
KFD_PRODUCT_GATE_INPUT_CONTRACT |
constant: const KFD_PRODUCT_GATE_INPUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:9 |
KFD_PRODUCT_GATE_INPUT_SCHEMA |
constant: const KFD_PRODUCT_GATE_INPUT_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_SCHEMA } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:55 |
KFD_PRODUCT_GATE_INPUT_SCHEMA_ID |
constant: const KFD_PRODUCT_GATE_INPUT_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_SCHEMA_ID } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:15 |
KFD_SUPPORT_PROJECTION_CONTRACT |
constant: const KFD_SUPPORT_PROJECTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:13 |
KFD_SUPPORT_PROJECTION_SCHEMA |
constant: const KFD_SUPPORT_PROJECTION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_SCHEMA } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:130 |
KFD_SUPPORT_PROJECTION_SCHEMA_ID |
constant: const KFD_SUPPORT_PROJECTION_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_SCHEMA_ID } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:17 |
kfd1 |
constant: const kfd1 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd1 } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:546 |
KFD1_RELEASE_GATE_CONTRACT |
constant: const KFD1_RELEASE_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD1_RELEASE_GATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:9 |
KFD1_WITNESS_SET_CONTRACT |
constant: const KFD1_WITNESS_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD1_WITNESS_SET_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:10 |
kfd2 |
constant: const kfd2 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd2 } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:561 |
KFD2_PRODUCT_CLAIMS_OUTPUT_CONTRACT |
constant: const KFD2_PRODUCT_CLAIMS_OUTPUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_PRODUCT_CLAIMS_OUTPUT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:23 |
KFD2_PRODUCT_CLAIMS_REGISTRY_CONTRACT |
constant: const KFD2_PRODUCT_CLAIMS_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_PRODUCT_CLAIMS_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:19 |
KFD2_PRODUCT_CLAIMS_VALIDATION_CONTRACT |
constant: const KFD2_PRODUCT_CLAIMS_VALIDATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_PRODUCT_CLAIMS_VALIDATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:21 |
KFD2_RELEASE_TRUST_PASSPORT_CONTRACT |
constant: const KFD2_RELEASE_TRUST_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_RELEASE_TRUST_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:35 |
KFD2_TRUST_PROOF_CONTRACT |
constant: const KFD2_TRUST_PROOF_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_TRUST_PROOF_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:36 |
kfd3 |
constant: const kfd3 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd3 } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:663 |
KFD3_ARTIFACT_WITNESS_CONTRACT |
constant: const KFD3_ARTIFACT_WITNESS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_ARTIFACT_WITNESS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:13 |
KFD3_CAPABILITY_QUERY_CONTRACT |
constant: const KFD3_CAPABILITY_QUERY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_CAPABILITY_QUERY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:9 |
KFD3_DEFAULT_REGISTRY_PATH |
constant: const KFD3_DEFAULT_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_DEFAULT_REGISTRY_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:10 |
KFD3_PREBUILD_WITNESS_CONTRACT |
constant: const KFD3_PREBUILD_WITNESS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_PREBUILD_WITNESS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:12 |
KFD3_RELEASE_GATE_CONTRACT |
constant: const KFD3_RELEASE_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_RELEASE_GATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:11 |
KFD3_SURFACE_AUDIT_CONTRACT |
constant: const KFD3_SURFACE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_SURFACE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:8 |
KFD3_SURFACE_DETECTION_CONTRACT |
constant: const KFD3_SURFACE_DETECTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_SURFACE_DETECTION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:7 |
KFD3_SURFACE_REGISTRY_CONTRACT |
constant: const KFD3_SURFACE_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_SURFACE_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:6 |
kfd4 |
constant: const kfd4 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd4 } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:681 |
kfdProductGateDigest |
function: function kfdProductGateDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { kfdProductGateDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:188 |
kfdProductGates |
constant: const kfdProductGates | none | value | Import does not declare a throw contract. | none-on-import | import { kfdProductGates } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:859 |
KFX_ADMISSION_INPUTS_CONTRACT |
constant: const KFX_ADMISSION_INPUTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFX_ADMISSION_INPUTS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:7 |
layout |
constant: const layout | none | value | Import does not declare a throw contract. | none-on-import | import { layout } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:905 |
LEGACY_BUILDCHAIN_CONFIG_PATH |
constant: const LEGACY_BUILDCHAIN_CONFIG_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_CONFIG_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:8 |
LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH |
constant: const LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:10 |
LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH |
constant: const LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:28 |
LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS |
constant: const LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:29 |
LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH |
constant: const LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:34 |
listArtifactSigningProfiles |
function: function listArtifactSigningProfiles() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listArtifactSigningProfiles } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:103 |
listKfdSchemas |
function: function listKfdSchemas({ standard = “” } = {}) | { standard = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listKfdSchemas } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:492 |
loadBuildchainConfig |
function: function loadBuildchainConfig(cwd = process.cwd()) | cwd = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { loadBuildchainConfig } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:158 |
loadConfiguredAnchorManifest |
function: function loadConfiguredAnchorManifest(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd)) | cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd) | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { loadConfiguredAnchorManifest } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1509 |
makeReleasePassportFixtureAssets |
function: function makeReleasePassportFixtureAssets(dir) | dir | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { makeReleasePassportFixtureAssets } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:2841 |
MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT |
constant: const MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-pickup.js:16 |
MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT |
constant: const MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-pickup.js:18 |
markStableCandidatePromoted |
function: function markStableCandidatePromoted(ledgerInput, versionInput, { stableTag = “”, stableSha = “”, now = new Date().toISOString() } = {}) | ledgerInput, versionInput, { stableTag = “”, stableSha = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { markStableCandidatePromoted } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:229 |
migrateBuildchainLayout |
function: function migrateBuildchainLayout({ cwd = process.cwd(), write = false, force = false } = {}) | { cwd = process.cwd(), write = false, force = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { migrateBuildchainLayout } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:287 |
normalizeBuildchainConfig |
function: function normalizeBuildchainConfig(config) | config | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeBuildchainConfig } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:181 |
normalizeBuildchainLogEvent |
function: function normalizeBuildchainLogEvent(input = {}, defaults = {}) | input = {}, defaults = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeBuildchainLogEvent } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:45 |
normalizeCandidateTimelineEvent |
function: function normalizeCandidateTimelineEvent(input = {}) | input = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeCandidateTimelineEvent } from "@kungfu-tech/buildchain/core"; |
packages/core/candidate-timeline.js:74 |
normalizeControllerReceiptReferences |
function: function normalizeControllerReceiptReferences({ receipts = [], references = [], expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {}) | { receipts = [], references = [], expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeControllerReceiptReferences } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:531 |
normalizeGitHubArtifactAttestationPolicy |
function: function normalizeGitHubArtifactAttestationPolicy(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeGitHubArtifactAttestationPolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:158 |
normalizeGithubBranchProtectionSnapshot |
function: function normalizeGithubBranchProtectionSnapshot(protection = {}) | protection = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeGithubBranchProtectionSnapshot } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:1025 |
normalizeGithubRulesetSnapshot |
function: function normalizeGithubRulesetSnapshot(ruleset = {}) | ruleset = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeGithubRulesetSnapshot } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:1095 |
normalizeIssueRepository |
function: function normalizeIssueRepository(repository = DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY) | repository = DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeIssueRepository } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:33 |
normalizeKfd1ContractWorldWitness |
function: function normalizeKfd1ContractWorldWitness(witness, { metadata = resolveKfd1Metadata() } = {}) | witness, { metadata = resolveKfd1Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd1ContractWorldWitness } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:897 |
normalizeKfd3CollaborationInterfaceArtifactWitness |
function: function normalizeKfd3CollaborationInterfaceArtifactWitness(witness, { metadata = resolveKfd3Metadata() } = {}) | witness, { metadata = resolveKfd3Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3CollaborationInterfaceArtifactWitness } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:738 |
normalizeKfd3CollaborationInterfacePrebuildWitness |
function: function normalizeKfd3CollaborationInterfacePrebuildWitness(witness, { metadata = resolveKfd3Metadata() } = {}) | witness, { metadata = resolveKfd3Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3CollaborationInterfacePrebuildWitness } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:667 |
normalizeKfd3DistributionDeclaration |
function: function normalizeKfd3DistributionDeclaration(distribution, { surfaceId = “surface” } = {}) | distribution, { surfaceId = “surface” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3DistributionDeclaration } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:73 |
normalizeKfdStandardId |
function: function normalizeKfdStandardId(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfdStandardId } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:455 |
normalizeLifecycleStage |
function: function normalizeLifecycleStage(stage, label = “lifecycle stage”, lifecycle = {}) | stage, label = “lifecycle stage”, lifecycle = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeLifecycleStage } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1333 |
normalizeManualUpstreamPickupConfig |
function: function normalizeManualUpstreamPickupConfig(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeManualUpstreamPickupConfig } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-pickup.js:118 |
normalizePackageReleasePropagationConfig |
function: function normalizePackageReleasePropagationConfig(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizePackageReleasePropagationConfig } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-capture.js:63 |
normalizeReleasePropagationGraph |
function: function normalizeReleasePropagationGraph(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeReleasePropagationGraph } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:163 |
normalizeSiteUpstreamIntent |
function: function normalizeSiteUpstreamIntent(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeSiteUpstreamIntent } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-agent-entry.js:77 |
normalizeStableCandidateLedger |
function: function normalizeStableCandidateLedger(input, expected = {}) | input, expected = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeStableCandidateLedger } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:76 |
PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT |
constant: const PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-capture.js:17 |
PAPER_ALPHA_PLAN_CONTRACT |
constant: const PAPER_ALPHA_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_ALPHA_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:90 |
PAPER_BUILD_PLAN_CONTRACT |
constant: const PAPER_BUILD_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_BUILD_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:89 |
PAPER_FLEET_AUDIT_CONTRACT |
constant: const PAPER_FLEET_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_FLEET_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:19 |
PAPER_FLEET_UPDATE_PLAN_CONTRACT |
constant: const PAPER_FLEET_UPDATE_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_FLEET_UPDATE_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:20 |
PAPER_MIGRATION_CONTRACT |
constant: const PAPER_MIGRATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_MIGRATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:82 |
PAPER_NPM_BOOTSTRAP_CONTRACT |
constant: const PAPER_NPM_BOOTSTRAP_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_NPM_BOOTSTRAP_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:85 |
PAPER_PATHS |
constant: const PAPER_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PATHS } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-repository.js:7 |
PAPER_PREFLIGHT_CONTRACT |
constant: const PAPER_PREFLIGHT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PREFLIGHT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:83 |
PAPER_RESUME_PLAN_CONTRACT |
constant: const PAPER_RESUME_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_RESUME_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:91 |
PAPER_SCAFFOLD_CONTRACT |
constant: const PAPER_SCAFFOLD_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_SCAFFOLD_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:81 |
PAPER_STATE_ORDER |
constant: const PAPER_STATE_ORDER | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_STATE_ORDER } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:94 |
PAPER_STATUS_CONTRACT |
constant: const PAPER_STATUS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_STATUS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:84 |
PAPER_VISIBILITY_CONTRACT |
constant: const PAPER_VISIBILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_VISIBILITY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:92 |
PAPER_WORK_START_PLAN_CONTRACT |
constant: const PAPER_WORK_START_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_WORK_START_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-work.js:17 |
PAPER_WORK_SUBMIT_PLAN_CONTRACT |
constant: const PAPER_WORK_SUBMIT_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_WORK_SUBMIT_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-work.js:19 |
paperFleetTransitionWorkspace |
function: function paperFleetTransitionWorkspace(workspaceText, lockText) | workspaceText, lockText | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { paperFleetTransitionWorkspace } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:290 |
parseCodeowners |
function: function parseCodeowners(source) | source | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { parseCodeowners } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:401 |
parseIssueLabels |
function: function parseIssueLabels(input = DEFAULT_LABELS) | input = DEFAULT_LABELS | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { parseIssueLabels } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:41 |
planBuildchainLayoutMigration |
function: function planBuildchainLayoutMigration({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planBuildchainLayoutMigration } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:265 |
planPaperFleetUpdate |
function: function planPaperFleetUpdate(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planPaperFleetUpdate } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:209 |
planPaperMigration |
function: function planPaperMigration({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planPaperMigration } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:1013 |
planPaperScaffold |
function: function planPaperScaffold({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, name = path.basename(path.resolve(cwd)), title = “”, packageName = “”, repository = “”, version = “0.1.0-alpha.0”, siteBaseUrl = “”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, name = path.basename(path.resolve(cwd)), title = “”, packageName = “”, repository = “”, version = “0.1.0-alpha.0”, siteBaseUrl = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planPaperScaffold } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:702 |
planReleaseLineBootstrap |
function: function planReleaseLineBootstrap({ cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, requiredStatusCheck = “check”, setDefault = true, createAlphaPr = true, approvalCount = 1, bootstrapBranch = “”, } = {}) | { cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, requiredStatusCheck = “check”, setDefault = true, createAlphaPr = true, approvalCount = 1, bootstrapBranch = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planReleaseLineBootstrap } from "@kungfu-tech/buildchain/core"; |
packages/core/release-line-bootstrap.js:140 |
planReleasePropagation |
function: function planReleasePropagation({ graph: graphInput, upstreamRelease: releaseInput, sourceNode = “” } = {}) | { graph: graphInput, upstreamRelease: releaseInput, sourceNode = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planReleasePropagation } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:249 |
planSiteUpstreamAgentEntry |
function: function planSiteUpstreamAgentEntry({ sourceId: sourceInput, channel = “”, handoffWork = null, } = {}) | { sourceId: sourceInput, channel = “”, handoffWork = null, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planSiteUpstreamAgentEntry } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-agent-entry.js:134 |
planTransactionRecovery |
function: function planTransactionRecovery({ transaction, evidence, validation, explicitOverride = false, } = {}) | { transaction, evidence, validation, explicitOverride = false, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planTransactionRecovery } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:769 |
prepareGitHubArtifactAttestation |
function: function prepareGitHubArtifactAttestation({ subjectPath, platformManifestPath, releasePassportPath, policy, expectedBuildchainRef = “”, expectedCallerRepository = “”, expectedSourceSha = “”, } = {}) | { subjectPath, platformManifestPath, releasePassportPath, policy, expectedBuildchainRef = “”, expectedCallerRepository = “”, expectedSourceSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { prepareGitHubArtifactAttestation } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:250 |
preparePublicationNpmPackage |
function: function preparePublicationNpmPackage({ cwd = process.cwd(), outputDir = “.buildchain/publication/npm-package”, packageName = “”, } = {}) | { cwd = process.cwd(), outputDir = “.buildchain/publication/npm-package”, packageName = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { preparePublicationNpmPackage } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-package.js:120 |
PRODUCT_MECHANISM_CONTRACT |
constant: const PRODUCT_MECHANISM_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PRODUCT_MECHANISM_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:32 |
projectArtifactVerificationEnvelopeToKfx |
function: function projectArtifactVerificationEnvelopeToKfx({ envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {}) | { envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { projectArtifactVerificationEnvelopeToKfx } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:359 |
PUBLICATION_ADMISSION_CONTRACT |
constant: const PUBLICATION_ADMISSION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ADMISSION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:10 |
PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT |
constant: const PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:9 |
PUBLICATION_ARTIFACT_CANDIDATE_CONTRACT |
constant: const PUBLICATION_ARTIFACT_CANDIDATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_CANDIDATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact-candidate.js:5 |
PUBLICATION_ARTIFACT_MANIFEST_CONTRACT |
constant: const PUBLICATION_ARTIFACT_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:7 |
PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT |
constant: const PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:24 |
PUBLICATION_ARTIFACT_PASSPORT_CONTRACT |
constant: const PUBLICATION_ARTIFACT_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:8 |
PUBLICATION_ARTIFACT_REGISTRY_CONTRACT |
constant: const PUBLICATION_ARTIFACT_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:10 |
PUBLICATION_AUTHORITY_CLASSES |
constant: const PUBLICATION_AUTHORITY_CLASSES | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_AUTHORITY_CLASSES } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:27 |
PUBLICATION_AUTHORITY_REGISTRY_CONTRACT |
constant: const PUBLICATION_AUTHORITY_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_AUTHORITY_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:8 |
PUBLICATION_CAPABILITY_CONTRACT |
constant: const PUBLICATION_CAPABILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_CAPABILITY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:12 |
PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT |
constant: const PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:16 |
PUBLICATION_GATE_DECISION_CONTRACT |
constant: const PUBLICATION_GATE_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_GATE_DECISION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:18 |
PUBLICATION_NPM_PACKAGE_CONTRACT |
constant: const PUBLICATION_NPM_PACKAGE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_NPM_PACKAGE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-package.js:6 |
PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT |
constant: const PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:22 |
PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT |
constant: const PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-reproducibility.js:12 |
PUBLICATION_SEALED_BUNDLE_CONTRACT |
constant: const PUBLICATION_SEALED_BUNDLE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_SEALED_BUNDLE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-sealed-bundle.js:10 |
publicationArtifactCandidateDigest |
function: function publicationArtifactCandidateDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { publicationArtifactCandidateDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact-candidate.js:19 |
publicationAuthorityDigest |
function: function publicationAuthorityDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { publicationAuthorityDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:72 |
publicationGateAggregateBindings |
function: function publicationGateAggregateBindings(gateAggregate) | gateAggregate | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { publicationGateAggregateBindings } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:408 |
qualifyStableCandidate |
function: function qualifyStableCandidate(ledgerInput, observation, { minimumSoakSeconds = 3600, now = new Date().toISOString() } = {}) | ledgerInput, observation, { minimumSoakSeconds = 3600, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { qualifyStableCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:139 |
queryKfd3Capabilities |
function: async function queryKfd3Capabilities({ cwd = process.cwd(), product = “”, registryPath = “”, passportLocation = “”, artifactPath = “”, } = {}) | { cwd = process.cwd(), product = “”, registryPath = “”, passportLocation = “”, artifactPath = “”, } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { queryKfd3Capabilities } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:824 |
readBuildchainContractLock |
function: function readBuildchainContractLock(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readBuildchainContractLock } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:838 |
readBuildchainContractWorld |
function: function readBuildchainContractWorld(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readBuildchainContractWorld } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:818 |
readBuildchainLogEvents |
function: function readBuildchainLogEvents(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readBuildchainLogEvents } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:75 |
readDiagnosticsArtifact |
function: function readDiagnosticsArtifact(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readDiagnosticsArtifact } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1468 |
readJsonFromLocation |
function: async function readJsonFromLocation(location, redirectCount = 0, { timeoutMs = 15_000 } = {}) | location, redirectCount = 0, { timeoutMs = 15_000 } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readJsonFromLocation } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:2694 |
readKfd2ProductClaimsRegistry |
function: function readKfd2ProductClaimsRegistry({ cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, } = {}) | { cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readKfd2ProductClaimsRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:137 |
readKfd3SurfaceRegistry |
function: function readKfd3SurfaceRegistry({ cwd = process.cwd(), registryPath = “” } = {}) | { cwd = process.cwd(), registryPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readKfd3SurfaceRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:455 |
readKfdSchema |
function: function readKfdSchema({ standard, schema = “” } = {}) | { standard, schema = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readKfdSchema } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:520 |
README_BADGE_BLOCK_END |
constant: const README_BADGE_BLOCK_END | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_END } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:15 |
README_BADGE_BLOCK_START |
constant: const README_BADGE_BLOCK_START | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_START } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:14 |
README_BADGE_FACTS_CONTRACT |
constant: const README_BADGE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_FACTS_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:12 |
README_BADGE_HOSTED_BASE_URL |
constant: const README_BADGE_HOSTED_BASE_URL | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_HOSTED_BASE_URL } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:16 |
readOptionalIssueBodyFile |
function: function readOptionalIssueBodyFile(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readOptionalIssueBodyFile } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:385 |
readPublishEvidence |
function: function readPublishEvidence(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readPublishEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:564 |
readReadme |
function: function readReadme({ cwd = process.cwd(), readmePath = “README.md” } = {}) | { cwd = process.cwd(), readmePath = “README.md” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readReadme } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:891 |
readReleasePropagationJson |
function: function readReleasePropagationJson(value, { cwd = process.cwd(), label = “json” } = {}) | value, { cwd = process.cwd(), label = “json” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readReleasePropagationJson } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:305 |
readReleaseTransaction |
function: function readReleaseTransaction(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readReleaseTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:367 |
recordReleaseActivationPhase |
function: function recordReleaseActivationPhase(transaction, phaseId, { receiptRoots = [], failure = “” } = {}) | transaction, phaseId, { receiptRoots = [], failure = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordReleaseActivationPhase } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:217 |
recordReleasePropagationStage |
function: function recordReleasePropagationStage({ work, expectedWorkRoot, receipt } = {}) | { work, expectedWorkRoot, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordReleasePropagationStage } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-transitions.js:45 |
redactBuildchainLogAttributes |
function: function redactBuildchainLogAttributes(attributes = {}) | attributes = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { redactBuildchainLogAttributes } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:33 |
redactDiagnosticsValue |
function: function redactDiagnosticsValue(key, value, pattern = DEFAULT_SECRET_KEY_PATTERN) | key, value, pattern = DEFAULT_SECRET_KEY_PATTERN | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { redactDiagnosticsValue } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:953 |
redactIssueText |
function: function redactIssueText(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { redactIssueText } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:51 |
registerKfd3Surfaces |
function: function registerKfd3Surfaces({ cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, product = {}, } = {}) | { cwd = process.cwd(), registryPath = “”, kinds = [], artifactPath = “”, product = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { registerKfd3Surfaces } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:502 |
registerStableCandidate |
function: function registerStableCandidate(ledgerInput, candidateInput, { now = new Date().toISOString() } = {}) | ledgerInput, candidateInput, { now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { registerStableCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:106 |
RELEASE_ACTIVATION_CONTRACT |
constant: const RELEASE_ACTIVATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:3 |
RELEASE_ACTIVATION_PHASES |
constant: const RELEASE_ACTIVATION_PHASES | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_PHASES } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:8 |
RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT |
constant: const RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:5 |
RELEASE_CANDIDATE_PASSPORT_CONTRACT |
constant: const RELEASE_CANDIDATE_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_CANDIDATE_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-candidate.js:4 |
RELEASE_CHECK_REPORT_CONTRACT |
constant: const RELEASE_CHECK_REPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_CHECK_REPORT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:33 |
RELEASE_EVIDENCE_ATTACHMENT_CONTRACT |
constant: const RELEASE_EVIDENCE_ATTACHMENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_EVIDENCE_ATTACHMENT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:34 |
RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT |
constant: const RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport-contract.js:9 |
RELEASE_PASSPORT_CONTRACT |
constant: const RELEASE_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:28 |
RELEASE_PASSPORT_SCHEMA |
constant: const RELEASE_PASSPORT_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_SCHEMA } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport-contract.js:16 |
RELEASE_PASSPORT_SCHEMA_ID |
constant: const RELEASE_PASSPORT_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_SCHEMA_ID } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport-contract.js:7 |
RELEASE_PROPAGATION_FAILURE_MATRIX |
constant: const RELEASE_PROPAGATION_FAILURE_MATRIX | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_FAILURE_MATRIX } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-agent-entry.js:66 |
RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT |
constant: const RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-agent-entry.js:11 |
RELEASE_PROPAGATION_GRAPH_CONTRACT |
constant: const RELEASE_PROPAGATION_GRAPH_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_GRAPH_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:15 |
RELEASE_PROPAGATION_LOCK_CONTRACT |
constant: const RELEASE_PROPAGATION_LOCK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_LOCK_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:17 |
RELEASE_PROPAGATION_PLAN_CONTRACT |
value: RELEASE_PROPAGATION_PLAN_CONTRACT | none | unknown | No narrower error contract was mechanically discoverable. | unknown | import { RELEASE_PROPAGATION_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:1 |
RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT |
constant: const RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-push.js:14 |
RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT |
constant: const RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-push.js:16 |
RELEASE_PROPAGATION_RECEIPT_CONTRACT |
constant: const RELEASE_PROPAGATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:18 |
RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT |
constant: const RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-constants.js:2 |
RELEASE_PROPAGATION_WORK_CONTRACT |
constant: const RELEASE_PROPAGATION_WORK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_WORK_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-constants.js:1 |
RELEASE_PROPAGATION_WORK_STAGES |
constant: const RELEASE_PROPAGATION_WORK_STAGES | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_WORK_STAGES } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-constants.js:4 |
releaseActivationRoot |
function: function releaseActivationRoot(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { releaseActivationRoot } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:38 |
renderBadgeBundleBlock |
function: function renderBadgeBundleBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBadgeBundleBlock } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:840 |
renderBuildchainContractDriftIssueBody |
function: function renderBuildchainContractDriftIssueBody({ repository = “”, workflow = “”, runUrl = “”, lockPath = “”, evaluation, } = {}) | { repository = “”, workflow = “”, runUrl = “”, lockPath = “”, evaluation, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBuildchainContractDriftIssueBody } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:957 |
renderHomebrewFormula |
function: function renderHomebrewFormula(facts) | facts | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { renderHomebrewFormula } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:290 |
renderKfd2ProductClaimOutputs |
function: function renderKfd2ProductClaimOutputs({ cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, outputDir = BUILDCHAIN_KFD2_DIR, version = “”, channel = “”, tag = “”, sourceSha = “”, } = {}) | { cwd = process.cwd(), registryPath = BUILDCHAIN_KFD2_REGISTRY_PATH, outputDir = BUILDCHAIN_KFD2_DIR, version = “”, channel = “”, tag = “”, sourceSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { renderKfd2ProductClaimOutputs } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:321 |
renderReadmeBadgeBlock |
function: function renderReadmeBadgeBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderReadmeBadgeBlock } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:836 |
repairReleasePropagationWork |
function: function repairReleasePropagationWork({ work, expectedWorkRoot, receipt } = {}) | { work, expectedWorkRoot, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { repairReleasePropagationWork } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work-transitions.js:88 |
reportBuildchainIssue |
function: async function reportBuildchainIssue(options = {}) | options = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { reportBuildchainIssue } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:292 |
reportWorkflowFrictionIssue |
function: async function reportWorkflowFrictionIssue(options = {}) | options = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { reportWorkflowFrictionIssue } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:378 |
resolveArtifactSigningProfile |
function: function resolveArtifactSigningProfile({ profile = “auto”, platform = “”, artifactKind = “binary”, } = {}) | { profile = “auto”, platform = “”, artifactKind = “binary”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveArtifactSigningProfile } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:111 |
resolveArtifactSubject |
function: async function resolveArtifactSubject(subject, { cwd = process.cwd(), subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, } = {}) | subject, { cwd = process.cwd(), subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveArtifactSubject } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:368 |
resolveBuildchainConfigPath |
function: function resolveBuildchainConfigPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveBuildchainConfigPath } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:67 |
resolveBuildchainContractLockPath |
function: function resolveBuildchainContractLockPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveBuildchainContractLockPath } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:74 |
resolveGithubGovernanceTargetPolicy |
function: function resolveGithubGovernanceTargetPolicy({ descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, targetRef, } = {}) | { descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, targetRef, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveGithubGovernanceTargetPolicy } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:607 |
resolveKfd1Metadata |
function: function resolveKfd1Metadata() | none | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd1Metadata } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:89 |
resolveKfd2ProductClaimsRegistryPath |
function: function resolveKfd2ProductClaimsRegistryPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveKfd2ProductClaimsRegistryPath } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:81 |
resolveKfd3Metadata |
function: function resolveKfd3Metadata({ requireSchemas = false } = {}) | { requireSchemas = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd3Metadata } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:128 |
resolveKfd3SurfaceRegistryPath |
function: function resolveKfd3SurfaceRegistryPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveKfd3SurfaceRegistryPath } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:85 |
resolveNpmRegistryRelease |
function: function resolveNpmRegistryRelease({ source: sourceInput, channel, packageMetadata, attestations, }) | { source: sourceInput, channel, packageMetadata, attestations, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveNpmRegistryRelease } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-pickup.js:167 |
resolvePaperRepository |
function: function resolvePaperRepository(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePaperRepository } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-repository.js:133 |
resolvePropagationChannel |
function: function resolvePropagationChannel(edge, upstreamChannel) | edge, upstreamChannel | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePropagationChannel } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:190 |
resolvePublicationCandidateFile |
function: function resolvePublicationCandidateFile(files = [], candidatePath) | files = [], candidatePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolvePublicationCandidateFile } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact-candidate.js:23 |
resolveReleasePassportPath |
function: function resolveReleasePassportPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveReleasePassportPath } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-layout.js:92 |
resumeReleasePropagationWork |
function: function resumeReleasePropagationWork(work) | work | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resumeReleasePropagationWork } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work.js:518 |
revokeStableCandidate |
function: function revokeStableCandidate(ledgerInput, versionInput, { reason, actor = “”, now = new Date().toISOString() } = {}) | ledgerInput, versionInput, { reason, actor = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { revokeStableCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:185 |
rollbackReleaseActivationTransaction |
function: function rollbackReleaseActivationTransaction(transaction, { toSiteSourceSha, reason } = {}) | transaction, { toSiteSourceSha, reason } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { rollbackReleaseActivationTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:290 |
runLifecycleStage |
function: function runLifecycleStage({ cwd = process.cwd(), loadedConfig, name, stage, env: extraEnv, timeoutMinutes }) | { cwd = process.cwd(), loadedConfig, name, stage, env: extraEnv, timeoutMinutes } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { runLifecycleStage } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1380 |
RUNNER_PROVENANCE_CLASSES |
constant: const RUNNER_PROVENANCE_CLASSES | none | value | Import does not declare a throw contract. | none-on-import | import { RUNNER_PROVENANCE_CLASSES } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:36 |
RUNNER_PROVENANCE_CONTRACT |
constant: const RUNNER_PROVENANCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RUNNER_PROVENANCE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:14 |
schemas |
constant: const schemas | none | value | Import does not declare a throw contract. | none-on-import | import { schemas } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd.js:495 |
sealArtifactVerificationReport |
function: function sealArtifactVerificationReport({ report, bindings, kfdAssessment, issuedAt, expiresAt, revocation, } = {}) | { report, bindings, kfdAssessment, issuedAt, expiresAt, revocation, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sealArtifactVerificationReport } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:314 |
selectStableCandidate |
function: function selectStableCandidate(ledgerInput, { releaseNow = “”, now = new Date().toISOString() } = {}) | ledgerInput, { releaseNow = “”, now = new Date().toISOString() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { selectStableCandidate } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:206 |
setStableCandidateHold |
function: function setStableCandidateHold(ledgerInput, enabled, { reason = “”, now = new Date().toISOString() } = {}) | ledgerInput, enabled, { reason = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { setStableCandidateHold } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:198 |
sha256BuildchainContractJson |
function: function sha256Json(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256BuildchainContractJson } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-contract.js:30 |
sha256File |
function: function sha256File(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write, subprocess | import { sha256File } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:216 |
sha256Json |
function: function sha256Json(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256Json } from "@kungfu-tech/buildchain/core"; |
packages/core/release-candidate.js:90 |
sha256KfdJson |
function: function sha256Json(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256KfdJson } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:50 |
sha256Text |
function: function sha256Text(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256Text } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:138 |
sha512IntegrityBuffer |
function: function sha512IntegrityBuffer(buffer) | buffer | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha512IntegrityBuffer } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:34 |
sha512IntegrityFile |
function: function sha512IntegrityFile(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha512IntegrityFile } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:38 |
shellJoin |
function: function shellJoin(command) | command | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { shellJoin } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:114 |
signDetachedArtifactRequest |
function: function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {}) | { request, privateKey, keyId, authority = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { signDetachedArtifactRequest } from "@kungfu-tech/buildchain/core"; |
packages/core/detached-artifact-signature.js:36 |
SITE_UPSTREAM_AGENT_ENTRY_CONTRACT |
constant: const SITE_UPSTREAM_AGENT_ENTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { SITE_UPSTREAM_AGENT_ENTRY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-agent-entry.js:9 |
STABLE_CANDIDATE_LEDGER_CONTRACT |
constant: const STABLE_CANDIDATE_LEDGER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { STABLE_CANDIDATE_LEDGER_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:1 |
STABLE_CANDIDATE_STATES |
constant: const STABLE_CANDIDATE_STATES | none | value | Import does not declare a throw contract. | none-on-import | import { STABLE_CANDIDATE_STATES } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:2 |
stableCandidatePromotionRefs |
function: function stableCandidatePromotionRefs(candidateInput, targetBranch) | candidateInput, targetBranch | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { stableCandidatePromotionRefs } from "@kungfu-tech/buildchain/core"; |
packages/core/stable-candidate-ledger.js:264 |
startProcessSampler |
function: function startProcessSampler({ rootPid = process.pid, intervalMs = 15000, label = “”, command = “”, args = [], env = process.env, requestedParallelism = 0, onSample = () => undefined, cwd = process.cwd(), } = {}) | { rootPid = process.pid, intervalMs = 15000, label = “”, command = “”, args = [], env = process.env, requestedParallelism = 0, onSample = () => undefined, cwd = process.cwd(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { startProcessSampler } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1362 |
summarizeBuildchainLogEvents |
function: function summarizeBuildchainLogEvents(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeBuildchainLogEvents } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:192 |
summarizeDiagnosticsArtifacts |
function: function summarizeDiagnosticsArtifacts(inputs = []) | inputs = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeDiagnosticsArtifacts } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1824 |
summarizeLifecycleObservability |
function: function summarizeLifecycleObservability({ events = [], logPath = “”, artifactScanDurationMs = 0, artifactUploadDurationMs = 0, totalBytes = 0, fileCount = 0, } = {}) | { events = [], logPath = “”, artifactScanDurationMs = 0, artifactUploadDurationMs = 0, totalBytes = 0, fileCount = 0, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeLifecycleObservability } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:219 |
summarizeProcessSamples |
function: function summarizeProcessSamples({ samples = [], requestedParallelism = 0, command = “”, args = [], env = process.env, activeCpuThreshold = 0.1, } = {}) | { samples = [], requestedParallelism = 0, command = “”, args = [], env = process.env, activeCpuThreshold = 0.1, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeProcessSamples } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1254 |
SURFACE_TIMESTAMP_POLICY_CONTRACT |
constant: const SURFACE_TIMESTAMP_POLICY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { SURFACE_TIMESTAMP_POLICY_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/surface-manifest.js:1 |
testKfdAgentHub |
function: function testKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, outputDir = KFD_AGENT_HUB_OUTPUT_DIR, kfdRoot = “”, run = defaultRun } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, outputDir = KFD_AGENT_HUB_OUTPUT_DIR, kfdRoot = “”, run = defaultRun } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { testKfdAgentHub } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-agent-hub.js:399 |
transitionReleaseTransaction |
function: function transitionReleaseTransaction(record, nextState, metadata = {}) | record, nextState, metadata = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { transitionReleaseTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:256 |
truncateUtf8 |
function: function truncateUtf8(text, maxBytes = DEFAULT_MAX_BODY_BYTES) | text, maxBytes = DEFAULT_MAX_BODY_BYTES | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { truncateUtf8 } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:84 |
updateBadgeBundleBlock |
function: function updateBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateBadgeBundleBlock } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:887 |
updateConfiguredVersionStateContents |
function: function updateConfiguredVersionStateContents(files, version) | files, version | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { updateConfiguredVersionStateContents } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1680 |
updateHomebrewTap |
function: async function updateHomebrewTap({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, write = true, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, write = true, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateHomebrewTap } from "@kungfu-tech/buildchain/core"; |
packages/core/homebrew.js:390 |
updateReadmeBadgeBlock |
function: function updateReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateReadmeBadgeBlock } from "@kungfu-tech/buildchain/core"; |
packages/core/readme-badges.js:874 |
validateAnchoredPackageRelease |
function: function validateAnchoredPackageRelease({ cwd = process.cwd(), requireManifest = true, requirePackageSetOrder = “platforms-first-main-last”, requireTrustedPublishing = true, requireLifecycleStages = [“install”, “build”, “verify”, “publish”], requirePublishGateSourceLock = false, publishSource = undefined, env = process.env, } = {}) | { cwd = process.cwd(), requireManifest = true, requirePackageSetOrder = “platforms-first-main-last”, requireTrustedPublishing = true, requireLifecycleStages = [“install”, “build”, “verify”, “publish”], requirePublishGateSourceLock = false, publishSource = undefined, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateAnchoredPackageRelease } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:325 |
validateArtifactSigningReceipt |
function: function validateArtifactSigningReceipt(receipt, { request } = {}) | receipt, { request } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:374 |
validateArtifactSigningRequest |
function: function validateArtifactSigningRequest(request) | request | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningRequest } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing.js:291 |
validateArtifactSigningResult |
function: function validateArtifactSigningResult(result, { request, receipt } = {}) | result, { request, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningResult } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing-result.js:147 |
validateBuildchainConfig |
function: function validateBuildchainConfig(cwd = process.cwd(), { requireConfig = true, requireVersionState = false, requireLifecycleStages = [], } = {}) | cwd = process.cwd(), { requireConfig = true, requireVersionState = false, requireLifecycleStages = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateBuildchainConfig } from "@kungfu-tech/buildchain/core"; |
packages/core/buildchain-config.js:1547 |
validateControllerPlan |
function: function validateControllerPlan(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerPlan } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:324 |
validateControllerReceipt |
function: function validateControllerReceipt(receipt, { plan = undefined, expectedSourceSha = “”, expectedRuntimeSha = “”, expectedPlanDigest = “”, } = {}) | receipt, { plan = undefined, expectedSourceSha = “”, expectedRuntimeSha = “”, expectedPlanDigest = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:422 |
validateControllerReceiptReference |
function: function validateControllerReceiptReference(reference, { expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {}) | reference, { expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerReceiptReference } from "@kungfu-tech/buildchain/core"; |
packages/core/controller-evidence.js:504 |
validateKfd1ReleaseGateEvidence |
function: function validateKfd1ReleaseGateEvidence(section, { metadata = resolveKfd1Metadata() } = {}) | section, { metadata = resolveKfd1Metadata() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfd1ReleaseGateEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:1337 |
validateKfd2ProductClaimsRegistry |
function: function validateKfd2ProductClaimsRegistry(registry = {}) | registry = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateKfd2ProductClaimsRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:152 |
validateKfd3CollaborationInterfaceReleaseGateEvidence |
function: function validateKfd3CollaborationInterfaceReleaseGateEvidence(section, { metadata = resolveKfd3Metadata() } = {}) | section, { metadata = resolveKfd3Metadata() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfd3CollaborationInterfaceReleaseGateEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-gate.js:1470 |
validateKfdProductGateResult |
function: function validateKfdProductGateResult(result, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | result, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfdProductGateResult } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:565 |
validateKfdSupportProjection |
function: function validateKfdSupportProjection(projection, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | projection, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfdSupportProjection } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:796 |
validateKnownReleasePassportContracts |
function: function validateKnownReleasePassportContracts() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKnownReleasePassportContracts } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:2853 |
validatePackageManagerContract |
function: function validatePackageManagerContract({ cwd = process.cwd(), expectedManager = “” } = {}) | { cwd = process.cwd(), expectedManager = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validatePackageManagerContract } from "@kungfu-tech/buildchain/core"; |
packages/core/package-manager.js:18 |
validatePublishEvidence |
function: function validatePublishEvidence({ evidence, version, channel, sourceSha, releaseSha, targetRef = “”, releaseMaterialSha = releaseSha, publishToolingSha = “”, requiredArtifacts = [], } = {}) | { evidence, version, channel, sourceSha, releaseSha, targetRef = “”, releaseMaterialSha = releaseSha, publishToolingSha = “”, requiredArtifacts = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validatePublishEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:674 |
validateReleaseActivationReceiptSet |
function: function validateReleaseActivationReceiptSet(receiptSet, { allowShadow = true } = {}) | receiptSet, { allowShadow = true } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseActivationReceiptSet } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:376 |
validateReleaseActivationTransaction |
function: function validateReleaseActivationTransaction(transaction) | transaction | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseActivationTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/release-activation-transaction.js:146 |
validateReleaseCandidatePassport |
function: function validateReleaseCandidatePassport({ passport, repository = “”, targetChannel = “”, version = “”, sourceHeadSha = “”, buildSummary = undefined, requirePlatforms = true, requireFamilyEvidence = false, familyEvidenceRoot = “”, familyInitiativeId = “”, familyAssignmentId = “”, } = {}) | { passport, repository = “”, targetChannel = “”, version = “”, sourceHeadSha = “”, buildSummary = undefined, requirePlatforms = true, requireFamilyEvidence = false, familyEvidenceRoot = “”, familyInitiativeId = “”, familyAssignmentId = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseCandidatePassport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-candidate.js:404 |
validateReleasePassportSchema |
function: function validateReleasePassportSchema(passport) | passport | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleasePassportSchema } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport-contract.js:256 |
verifyArtifactPassport |
function: async function verifyArtifactPassport({ subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, verificationEnvelope = undefined, } = {}) | { subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, verificationEnvelope = undefined, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactPassport } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-passport.js:701 |
verifyArtifactSigningResultFiles |
function: function verifyArtifactSigningResultFiles({ root, request, receipt, result, } = {}) | { root, request, receipt, result, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactSigningResultFiles } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-signing-result.js:193 |
verifyArtifactVerificationEnvelope |
function: function verifyArtifactVerificationEnvelope({ envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {}) | { envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactVerificationEnvelope } from "@kungfu-tech/buildchain/core"; |
packages/core/artifact-verification-envelope.js:144 |
verifyBuildchainLogEvents |
function: function verifyBuildchainLogEvents({ path: filePath = “”, events: inputEvents = undefined, minEvents = 1, allowErrors = false, requirePhases = [], requireComponents = [], requireEvents = [], } = {}) | { path: filePath = “”, events: inputEvents = undefined, minEvents = 1, allowErrors = false, requirePhases = [], requireComponents = [], requireEvents = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyBuildchainLogEvents } from "@kungfu-tech/buildchain/core"; |
packages/core/logging.js:230 |
verifyBuildFacts |
function: function verifyBuildFacts({ cwd = process.cwd(), fact, factPath = “” } = {}) | { cwd = process.cwd(), fact, factPath = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyBuildFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:423 |
verifyCacheEvidenceSet |
function: function verifyCacheEvidenceSet(receipt) | receipt | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyCacheEvidenceSet } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:273 |
verifyCacheOperationReceipt |
function: function verifyCacheOperationReceipt(receipt) | receipt | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyCacheOperationReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/cache-evidence.js:226 |
verifyDetachedArtifactSignature |
function: function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {}) | { request, envelope, publicKey, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyDetachedArtifactSignature } from "@kungfu-tech/buildchain/core"; |
packages/core/detached-artifact-signature.js:82 |
verifyGitHubArtifactAttestationEvidence |
function: function verifyGitHubArtifactAttestationEvidence({ artifactPath, platformManifestPath, releasePassportPath, bundlePath, evidence, verificationResults, } = {}) | { artifactPath, platformManifestPath, releasePassportPath, bundlePath, evidence, verificationResults, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyGitHubArtifactAttestationEvidence } from "@kungfu-tech/buildchain/core"; |
packages/core/github-artifact-attestation.js:563 |
verifyGithubGovernanceReceipt |
function: function verifyGithubGovernanceReceipt(receipt, { expectedOrganization, expectedRepository, expectedRepositoryIdentityRoot, expectedTargetRef, expectedPolicyRoot, expectedVerifierSourceRevision, now = new Date().toISOString(), } = {}) | receipt, { expectedOrganization, expectedRepository, expectedRepositoryIdentityRoot, expectedTargetRef, expectedPolicyRoot, expectedVerifierSourceRevision, now = new Date().toISOString(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyGithubGovernanceReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/github-governance-authority.js:884 |
verifyKfdRecord |
function: async function verifyKfdRecord(record) | record | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyKfdRecord } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd-product-gates.js:308 |
verifyPortableDevCachePlan |
function: function verifyPortableDevCachePlan(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyPortableDevCachePlan } from "@kungfu-tech/buildchain/core"; |
packages/core/portable-dev-cache.js:211 |
verifyPublicationAdmission |
function: function verifyPublicationAdmission({ admission, registry, runnerProvenance, controlPlaneAudit, publicationEvidence, expected = {}, usedNonces = [], now = new Date(), } = {}) | { admission, registry, runnerProvenance, controlPlaneAudit, publicationEvidence, expected = {}, usedNonces = [], now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationAdmission } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:791 |
verifyPublicationQualificationReceipt |
function: function verifyPublicationQualificationReceipt({ receipt, capability, gateAggregate, expected = {}, usedNonces = [], now = new Date(), } = {}) | { receipt, capability, gateAggregate, expected = {}, usedNonces = [], now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationQualificationReceipt } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-authority.js:1096 |
verifyPublicationReproducibility |
function: function verifyPublicationReproducibility({ cwd = process.cwd(), sourceSha = “”, output = DEFAULT_OUTPUT, promote = false, keepWorkspaces = false, pullToolchain = true, packageName = “”, allowUnpinnedToolchain = false, overlayPaths = [DEFAULT_REGISTRY_INPUT_DIR, DEFAULT_REGISTRY_HYDRATION], } = {}) | { cwd = process.cwd(), sourceSha = “”, output = DEFAULT_OUTPUT, promote = false, keepWorkspaces = false, pullToolchain = true, packageName = “”, allowUnpinnedToolchain = false, overlayPaths = [DEFAULT_REGISTRY_INPUT_DIR, DEFAULT_REGISTRY_HYDRATION], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { verifyPublicationReproducibility } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-reproducibility.js:869 |
verifyPublicationSealedBundle |
function: function verifyPublicationSealedBundle({ bundleRoot, manifest } = {}) | { bundleRoot, manifest } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationSealedBundle } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-sealed-bundle.js:124 |
verifyReleasePassport |
function: async function verifyReleasePassport({ passportLocation, artifactEvidenceLocation = “”, publishEvidenceLocation = “”, impactLocation = “”, agentIndexLocation = “”, productMechanismLocation = “”, kfdAgentHubEvidenceLocation = “”, kfdSupportEvidenceLocation = “”, checkedAt = nowIso(), } = {}) | { passportLocation, artifactEvidenceLocation = “”, publishEvidenceLocation = “”, impactLocation = “”, agentIndexLocation = “”, productMechanismLocation = “”, kfdAgentHubEvidenceLocation = “”, kfdSupportEvidenceLocation = “”, checkedAt = nowIso(), } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyReleasePassport } from "@kungfu-tech/buildchain/core"; |
packages/core/release-passport.js:2743 |
verifyReleasePropagationWork |
function: function verifyReleasePropagationWork(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyReleasePropagationWork } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation-work.js:486 |
WEB_SURFACE_PRODUCTION_DECISION_CONTRACT |
constant: const WEB_SURFACE_PRODUCTION_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { WEB_SURFACE_PRODUCTION_DECISION_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/web-surface-publication-candidate.js:7 |
WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT |
constant: const WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT } from "@kungfu-tech/buildchain/core"; |
packages/core/web-surface-publication-candidate.js:5 |
webSurfacePublicationDigest |
function: function webSurfacePublicationDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { webSurfacePublicationDigest } from "@kungfu-tech/buildchain/core"; |
packages/core/web-surface-publication-candidate.js:21 |
workflowFrictionMarker |
function: function workflowFrictionMarker(fingerprint) | fingerprint | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { workflowFrictionMarker } from "@kungfu-tech/buildchain/core"; |
packages/core/issue-reporting.js:80 |
writeBuildFacts |
function: function writeBuildFacts({ cwd = process.cwd(), fact, output = “” } = {}) | { cwd = process.cwd(), fact, output = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writeBuildFacts } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:549 |
writeDiagnosticsArtifact |
function: function writeDiagnosticsArtifact(filePath, diagnostics) | filePath, diagnostics | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeDiagnosticsArtifact } from "@kungfu-tech/buildchain/core"; |
packages/core/diagnostics.js:1459 |
writeKfd2ProductClaimOutputs |
function: function writeKfd2ProductClaimOutputs(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeKfd2ProductClaimOutputs } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd2-product-claims.js:426 |
writeKfd3SurfaceRegistry |
function: function writeKfd3SurfaceRegistry({ cwd = process.cwd(), registryPath = “”, registry }) | { cwd = process.cwd(), registryPath = “”, registry } | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writeKfd3SurfaceRegistry } from "@kungfu-tech/buildchain/core"; |
packages/core/kfd3-surface-register.js:478 |
writeKungfuBuildInfoProjection |
function: function writeKungfuBuildInfoProjection({ cwd = process.cwd(), moduleFact, output } = {}) | { cwd = process.cwd(), moduleFact, output } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { writeKungfuBuildInfoProjection } from "@kungfu-tech/buildchain/core"; |
packages/core/build-facts.js:557 |
writePaperFleetUpdate |
function: function writePaperFleetUpdate(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writePaperFleetUpdate } from "@kungfu-tech/buildchain/core"; |
packages/core/paper-fleet.js:271 |
writePaperMigration |
function: function writePaperMigration(plan) | plan | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writePaperMigration } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:1129 |
writePaperScaffold |
function: function writePaperScaffold(plan) | plan | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writePaperScaffold } from "@kungfu-tech/buildchain/core"; |
packages/core/paper.js:847 |
writePublicationArtifact |
function: function writePublicationArtifact({ cwd = process.cwd(), output = “”, passportOutput = “”, registryOutput = “”, registryInputs = [], sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, } = {}) | { cwd = process.cwd(), output = “”, passportOutput = “”, registryOutput = “”, registryInputs = [], sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writePublicationArtifact } from "@kungfu-tech/buildchain/core"; |
packages/core/publication-artifact.js:598 |
writeReleaseLineBootstrapVersionState |
function: function writeReleaseLineBootstrapVersionState({ cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, runVersionStateLifecycle = true, generatedAt = “”, } = {}) | { cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, runVersionStateLifecycle = true, generatedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writeReleaseLineBootstrapVersionState } from "@kungfu-tech/buildchain/core"; |
packages/core/release-line-bootstrap.js:237 |
writeReleasePropagationLock |
function: function writeReleasePropagationLock({ plan, target = “”, cwd = process.cwd(), output = “” } = {}) | { plan, target = “”, cwd = process.cwd(), output = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writeReleasePropagationLock } from "@kungfu-tech/buildchain/core"; |
packages/core/release-propagation.js:317 |
writeReleaseTransaction |
function: function writeReleaseTransaction(filePath, record) | filePath, record | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeReleaseTransaction } from "@kungfu-tech/buildchain/core"; |
packages/core/publish-transaction.js:376 |
@kungfu-tech/buildchain/artifact-passport
Target: ./packages/core/artifact-passport.js. Public symbols: 10.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
ARTIFACT_PASSPORT_LOCATOR_CONTRACT |
constant: const ARTIFACT_PASSPORT_LOCATOR_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_PASSPORT_LOCATOR_CONTRACT } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:11 |
ARTIFACT_PASSPORT_POINTER_CONTRACT |
constant: const ARTIFACT_PASSPORT_POINTER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_PASSPORT_POINTER_CONTRACT } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:10 |
ARTIFACT_VERIFICATION_CONTRACT |
constant: const ARTIFACT_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:9 |
DEFAULT_NPM_REGISTRY_BASE_URL |
constant: const DEFAULT_NPM_REGISTRY_BASE_URL | none | value | Import does not declare a throw contract. | none-on-import | import { DEFAULT_NPM_REGISTRY_BASE_URL } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:12 |
discoverArtifactPassport |
function: async function discoverArtifactPassport({ subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, } = {}) | { subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverArtifactPassport } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:499 |
explainArtifactPassport |
function: async function explainArtifactPassport(options = {}) | options = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainArtifactPassport } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:827 |
resolveArtifactSubject |
function: async function resolveArtifactSubject(subject, { cwd = process.cwd(), subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, } = {}) | subject, { cwd = process.cwd(), subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveArtifactSubject } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:368 |
sha512IntegrityBuffer |
function: function sha512IntegrityBuffer(buffer) | buffer | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha512IntegrityBuffer } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:34 |
sha512IntegrityFile |
function: function sha512IntegrityFile(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha512IntegrityFile } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:38 |
verifyArtifactPassport |
function: async function verifyArtifactPassport({ subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, verificationEnvelope = undefined, } = {}) | { subject, cwd = process.cwd(), passportLocation = “”, locatorConfig = “”, repository = “”, tag = “”, githubReleaseBaseUrl = “”, subjectDigest = “”, subjectKind = “”, npmRegistryBaseUrl = “”, verificationEnvelope = undefined, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactPassport } from "@kungfu-tech/buildchain/artifact-passport"; |
packages/core/artifact-passport.js:701 |
@kungfu-tech/buildchain/artifact-verification-envelope
Target: ./packages/core/artifact-verification-envelope.js. Public symbols: 7.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT |
constant: const ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:5 |
ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT |
constant: const ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:3 |
artifactVerificationEnvelopeDigest |
function: function artifactVerificationEnvelopeDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { artifactVerificationEnvelopeDigest } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:50 |
KFX_ADMISSION_INPUTS_CONTRACT |
constant: const KFX_ADMISSION_INPUTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFX_ADMISSION_INPUTS_CONTRACT } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:7 |
projectArtifactVerificationEnvelopeToKfx |
function: function projectArtifactVerificationEnvelopeToKfx({ envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {}) | { envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { projectArtifactVerificationEnvelopeToKfx } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:359 |
sealArtifactVerificationReport |
function: function sealArtifactVerificationReport({ report, bindings, kfdAssessment, issuedAt, expiresAt, revocation, } = {}) | { report, bindings, kfdAssessment, issuedAt, expiresAt, revocation, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sealArtifactVerificationReport } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:314 |
verifyArtifactVerificationEnvelope |
function: function verifyArtifactVerificationEnvelope({ envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {}) | { envelope, assessmentTime = Math.floor(Date.now() / 1000), expectedEnvelopeRoot = “”, expectedIssuer = “”, expectedPublisher = “”, expectedContractVersion = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactVerificationEnvelope } from "@kungfu-tech/buildchain/artifact-verification-envelope"; |
packages/core/artifact-verification-envelope.js:144 |
@kungfu-tech/buildchain/github-artifact-attestation
Target: ./packages/core/github-artifact-attestation.js. Public symbols: 18.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createGitHubArtifactAttestationEvidence |
function: function createGitHubArtifactAttestationEvidence({ preparation, attestationId, attestationUrl, bundlePath, workflow = {}, } = {}) | { preparation, attestationId, attestationUrl, bundlePath, workflow = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationEvidence } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:474 |
createGitHubArtifactAttestationPolicy |
function: function createGitHubArtifactAttestationPolicy(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationPolicy } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:204 |
createGitHubArtifactAttestationVerificationPlan |
function: function createGitHubArtifactAttestationVerificationPlan({ artifactPath, bundlePath, evidence, } = {}) | { artifactPath, bundlePath, evidence, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubArtifactAttestationVerificationPlan } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:524 |
GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:9 |
GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_POLICY_CONTRACT } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:5 |
GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_PREDICATE_CONTRACT } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:7 |
GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE |
constant: const GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_PREDICATE_TYPE } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:13 |
GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT |
constant: const GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:11 |
GITHUB_ARTIFACT_ATTESTATION_WORKFLOW |
constant: const GITHUB_ARTIFACT_ATTESTATION_WORKFLOW | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_ARTIFACT_ATTESTATION_WORKFLOW } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:15 |
githubArtifactAttestationRequiredPermissions |
function: function githubArtifactAttestationRequiredPermissions() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationRequiredPermissions } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:640 |
githubArtifactAttestationSemanticRoot |
function: function githubArtifactAttestationSemanticRoot(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { githubArtifactAttestationSemanticRoot } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:91 |
githubArtifactAttestationSha256Buffer |
function: function githubArtifactAttestationSha256Buffer(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationSha256Buffer } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:83 |
githubArtifactAttestationSha256File |
function: function githubArtifactAttestationSha256File(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubArtifactAttestationSha256File } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:87 |
normalizeGitHubArtifactAttestationPolicy |
function: function normalizeGitHubArtifactAttestationPolicy(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeGitHubArtifactAttestationPolicy } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:158 |
prepareGitHubArtifactAttestation |
function: function prepareGitHubArtifactAttestation({ subjectPath, platformManifestPath, releasePassportPath, policy, expectedBuildchainRef = “”, expectedCallerRepository = “”, expectedSourceSha = “”, } = {}) | { subjectPath, platformManifestPath, releasePassportPath, policy, expectedBuildchainRef = “”, expectedCallerRepository = “”, expectedSourceSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { prepareGitHubArtifactAttestation } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:250 |
stableJson |
function: function stableJson(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { stableJson } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:72 |
stageGitHubArtifactAttestationInputs |
function: function stageGitHubArtifactAttestationInputs({ policy, subjectRoots = [], platformManifestPaths = [], releasePassportPath, outputDir = “.buildchain/github-artifact-attestation-input”, } = {}) | { policy, subjectRoots = [], platformManifestPaths = [], releasePassportPath, outputDir = “.buildchain/github-artifact-attestation-input”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { stageGitHubArtifactAttestationInputs } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:389 |
verifyGitHubArtifactAttestationEvidence |
function: function verifyGitHubArtifactAttestationEvidence({ artifactPath, platformManifestPath, releasePassportPath, bundlePath, evidence, verificationResults, } = {}) | { artifactPath, platformManifestPath, releasePassportPath, bundlePath, evidence, verificationResults, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyGitHubArtifactAttestationEvidence } from "@kungfu-tech/buildchain/github-artifact-attestation"; |
packages/core/github-artifact-attestation.js:563 |
@kungfu-tech/buildchain/artifact-signing
Target: ./packages/core/artifact-signing.js. Public symbols: 10.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
ARTIFACT_SIGNING_AUTHORITY_CONTRACT |
constant: const ARTIFACT_SIGNING_AUTHORITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_AUTHORITY_CONTRACT } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:7 |
ARTIFACT_SIGNING_RECEIPT_CONTRACT |
constant: const ARTIFACT_SIGNING_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:5 |
ARTIFACT_SIGNING_REQUEST_CONTRACT |
constant: const ARTIFACT_SIGNING_REQUEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_REQUEST_CONTRACT } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:3 |
artifactSigningDigest |
function: function artifactSigningDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { artifactSigningDigest } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:60 |
createArtifactSigningReceipt |
function: function createArtifactSigningReceipt({ request, status = “passed”, authority = {}, result = {}, signatures = [], reason = “”, } = {}) | { request, status = “passed”, authority = {}, result = {}, signatures = [], reason = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningReceipt } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:313 |
createArtifactSigningRequest |
function: function createArtifactSigningRequest({ source = {}, runtime = {}, artifact = {}, signature = {}, delivery = {}, } = {}) | { source = {}, runtime = {}, artifact = {}, signature = {}, delivery = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningRequest } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:167 |
listArtifactSigningProfiles |
function: function listArtifactSigningProfiles() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listArtifactSigningProfiles } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:103 |
resolveArtifactSigningProfile |
function: function resolveArtifactSigningProfile({ profile = “auto”, platform = “”, artifactKind = “binary”, } = {}) | { profile = “auto”, platform = “”, artifactKind = “binary”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveArtifactSigningProfile } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:111 |
validateArtifactSigningReceipt |
function: function validateArtifactSigningReceipt(receipt, { request } = {}) | receipt, { request } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningReceipt } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:374 |
validateArtifactSigningRequest |
function: function validateArtifactSigningRequest(request) | request | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningRequest } from "@kungfu-tech/buildchain/artifact-signing"; |
packages/core/artifact-signing.js:291 |
@kungfu-tech/buildchain/artifact-signing-result
Target: ./packages/core/artifact-signing-result.js. Public symbols: 5.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
ARTIFACT_SIGNING_RESULT_CONTRACT |
constant: const ARTIFACT_SIGNING_RESULT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_SIGNING_RESULT_CONTRACT } from "@kungfu-tech/buildchain/artifact-signing-result"; |
packages/core/artifact-signing-result.js:12 |
artifactSigningEvidenceDigest |
function: function artifactSigningEvidenceDigest(evidence = []) | evidence = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { artifactSigningEvidenceDigest } from "@kungfu-tech/buildchain/artifact-signing-result"; |
packages/core/artifact-signing-result.js:58 |
createArtifactSigningResult |
function: function createArtifactSigningResult({ request, receipt, receiptPath = “receipt.json”, payload = {}, evidence = [], verification = {}, } = {}) | { request, receipt, receiptPath = “receipt.json”, payload = {}, evidence = [], verification = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createArtifactSigningResult } from "@kungfu-tech/buildchain/artifact-signing-result"; |
packages/core/artifact-signing-result.js:68 |
validateArtifactSigningResult |
function: function validateArtifactSigningResult(result, { request, receipt } = {}) | result, { request, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateArtifactSigningResult } from "@kungfu-tech/buildchain/artifact-signing-result"; |
packages/core/artifact-signing-result.js:147 |
verifyArtifactSigningResultFiles |
function: function verifyArtifactSigningResultFiles({ root, request, receipt, result, } = {}) | { root, request, receipt, result, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyArtifactSigningResultFiles } from "@kungfu-tech/buildchain/artifact-signing-result"; |
packages/core/artifact-signing-result.js:193 |
@kungfu-tech/buildchain/detached-artifact-signature
Target: ./packages/core/detached-artifact-signature.js. Public symbols: 3.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
DETACHED_ARTIFACT_SIGNATURE_CONTRACT |
constant: const DETACHED_ARTIFACT_SIGNATURE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from "@kungfu-tech/buildchain/detached-artifact-signature"; |
packages/core/detached-artifact-signature.js:10 |
signDetachedArtifactRequest |
function: function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {}) | { request, privateKey, keyId, authority = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { signDetachedArtifactRequest } from "@kungfu-tech/buildchain/detached-artifact-signature"; |
packages/core/detached-artifact-signature.js:36 |
verifyDetachedArtifactSignature |
function: function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {}) | { request, envelope, publicKey, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyDetachedArtifactSignature } from "@kungfu-tech/buildchain/detached-artifact-signature"; |
packages/core/detached-artifact-signature.js:82 |
@kungfu-tech/buildchain/anchored-version-material
Target: ./packages/core/anchored-version-material.js. Public symbols: 2.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
ANCHORED_VERSION_MATERIAL_CONTRACT |
constant: const ANCHORED_VERSION_MATERIAL_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ANCHORED_VERSION_MATERIAL_CONTRACT } from "@kungfu-tech/buildchain/anchored-version-material"; |
packages/core/anchored-version-material.js:15 |
createAnchoredVersionMaterialEvidence |
function: function createAnchoredVersionMaterialEvidence({ cwd = process.cwd(), targetChannel = “”, targetRef = “”, alphaRef = “”, releaseRef = “HEAD”, runLifecycle = true, } = {}) | { cwd = process.cwd(), targetChannel = “”, targetRef = “”, alphaRef = “”, releaseRef = “HEAD”, runLifecycle = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createAnchoredVersionMaterialEvidence } from "@kungfu-tech/buildchain/anchored-version-material"; |
packages/core/anchored-version-material.js:118 |
@kungfu-tech/buildchain/buildchain-contract
Target: ./packages/core/buildchain-contract.js. Public symbols: 12.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_CONTRACT_LOCK |
constant: const BUILDCHAIN_CONTRACT_LOCK | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTRACT_LOCK } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:8 |
BUILDCHAIN_RUNTIME_CONTRACT_WORLD |
constant: const BUILDCHAIN_RUNTIME_CONTRACT_WORLD | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RUNTIME_CONTRACT_WORLD } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:7 |
contractSummary |
function: function contractSummary(contractWorld, runtimeRef = “”, runtimeSha = “”) | contractWorld, runtimeRef = “”, runtimeSha = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { contractSummary } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:945 |
createBuildchainContractLock |
function: function createBuildchainContractLock({ buildchainRef = “v3”, resolvedSha = “”, contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {}) | { buildchainRef = “v3”, resolvedSha = “”, contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createBuildchainContractLock } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:787 |
createBuildchainContractWorld |
function: function createBuildchainContractWorld({ root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {}) | { root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainContractWorld } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:110 |
evaluateBuildchainContractLock |
function: function evaluateBuildchainContractLock({ lock, current, runtimeRef = “”, runtimeSha = “”, runtimeClass = “”, compatibilityPolicy = “”, } = {}) | { lock, current, runtimeRef = “”, runtimeSha = “”, runtimeClass = “”, compatibilityPolicy = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { evaluateBuildchainContractLock } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:853 |
finalizeBuildchainContractWorld |
function: function finalizeBuildchainContractWorld(contractWorld) | contractWorld | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { finalizeBuildchainContractWorld } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:762 |
readBuildchainContractLock |
function: function readBuildchainContractLock(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readBuildchainContractLock } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:838 |
readBuildchainContractWorld |
function: function readBuildchainContractWorld(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readBuildchainContractWorld } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:818 |
renderBuildchainContractDriftIssueBody |
function: function renderBuildchainContractDriftIssueBody({ repository = “”, workflow = “”, runUrl = “”, lockPath = “”, evaluation, } = {}) | { repository = “”, workflow = “”, runUrl = “”, lockPath = “”, evaluation, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBuildchainContractDriftIssueBody } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:957 |
sha256File |
function: function sha256File(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256File } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:34 |
sha256Json |
function: function sha256Json(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256Json } from "@kungfu-tech/buildchain/buildchain-contract"; |
packages/core/buildchain-contract.js:30 |
@kungfu-tech/buildchain/candidate-timeline
Target: ./packages/core/candidate-timeline.js. Public symbols: 5.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT |
constant: const BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CANDIDATE_TIMELINE_CONTRACT } from "@kungfu-tech/buildchain/candidate-timeline"; |
packages/core/candidate-timeline.js:1 |
BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT |
constant: const BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CANDIDATE_TIMELINE_EVENT_CONTRACT } from "@kungfu-tech/buildchain/candidate-timeline"; |
packages/core/candidate-timeline.js:3 |
createCandidateTimeline |
function: function createCandidateTimeline({ candidate = {}, events = [], generatedAt, } = {}) | { candidate = {}, events = [], generatedAt, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createCandidateTimeline } from "@kungfu-tech/buildchain/candidate-timeline"; |
packages/core/candidate-timeline.js:381 |
formatCandidateTimelineReport |
function: function formatCandidateTimelineReport(timeline) | timeline | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatCandidateTimelineReport } from "@kungfu-tech/buildchain/candidate-timeline"; |
packages/core/candidate-timeline.js:438 |
normalizeCandidateTimelineEvent |
function: function normalizeCandidateTimelineEvent(input = {}) | input = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeCandidateTimelineEvent } from "@kungfu-tech/buildchain/candidate-timeline"; |
packages/core/candidate-timeline.js:74 |
@kungfu-tech/buildchain/channel-candidate
Target: ./packages/core/channel-candidate.js. Public symbols: 3.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
CHANNEL_CANDIDATE_DECISION_SCHEMA |
constant: const CHANNEL_CANDIDATE_DECISION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { CHANNEL_CANDIDATE_DECISION_SCHEMA } from "@kungfu-tech/buildchain/channel-candidate"; |
packages/core/channel-candidate.js:5 |
channelCandidateSourceLockRef |
function: function channelCandidateSourceLockRef(targetBranch, sourceSha) | targetBranch, sourceSha | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { channelCandidateSourceLockRef } from "@kungfu-tech/buildchain/channel-candidate"; |
packages/core/channel-candidate.js:84 |
decideChannelCandidate |
function: function decideChannelCandidate(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { decideChannelCandidate } from "@kungfu-tech/buildchain/channel-candidate"; |
packages/core/channel-candidate.js:90 |
@kungfu-tech/buildchain/cache-evidence
Target: ./packages/core/cache-evidence.js. Public symbols: 7.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT |
constant: const BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CACHE_EVIDENCE_SET_CONTRACT } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:5 |
BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT |
constant: const BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CACHE_OPERATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:3 |
cacheEvidenceDigest |
function: function cacheEvidenceDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { cacheEvidenceDigest } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:48 |
createCacheEvidenceSet |
function: function createCacheEvidenceSet({ repository, sourceCommit, sourceTree = “”, runtimeCommit = “”, platform, operations = [], } = {}) | { repository, sourceCommit, sourceTree = “”, runtimeCommit = “”, platform, operations = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createCacheEvidenceSet } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:244 |
createCacheOperationReceipt |
function: function createCacheOperationReceipt({ operationId, operation, provider, producer, platform, cacheKey, cacheRoot, outcome, bindings = {}, metrics, evidence, } = {}) | { operationId, operation, provider, producer, platform, cacheKey, cacheRoot, outcome, bindings = {}, metrics, evidence, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createCacheOperationReceipt } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:169 |
verifyCacheEvidenceSet |
function: function verifyCacheEvidenceSet(receipt) | receipt | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyCacheEvidenceSet } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:273 |
verifyCacheOperationReceipt |
function: function verifyCacheOperationReceipt(receipt) | receipt | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyCacheOperationReceipt } from "@kungfu-tech/buildchain/cache-evidence"; |
packages/core/cache-evidence.js:226 |
@kungfu-tech/buildchain/controller-evidence
Target: ./packages/core/controller-evidence.js. Public symbols: 14.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
aggregateControllerReceipts |
function: function aggregateControllerReceipts({ plans = [], receipts = [] } = {}) | { plans = [], receipts = [] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { aggregateControllerReceipts } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:448 |
BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:6 |
BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:4 |
BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:3 |
BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT |
constant: const BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:5 |
controllerEvidenceDigest |
function: function controllerEvidenceDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { controllerEvidenceDigest } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:150 |
createControllerPlan |
function: function createControllerPlan({ descriptor, source = {}, runtime = {}, inputs = {} } = {}) | { descriptor, source = {}, runtime = {}, inputs = {} } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerPlan } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:286 |
createControllerReceipt |
function: function createControllerReceipt({ plan, stages = [], evidence = [], reason = undefined, artifact = “” } = {}) | { plan, stages = [], evidence = [], reason = undefined, artifact = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerReceipt } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:362 |
createControllerReceiptReference |
function: function createControllerReceiptReference(receipt) | receipt | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerReceiptReference } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:490 |
createControllerRegistry |
function: function createControllerRegistry({ workflows = [] } = {}) | { workflows = [] } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createControllerRegistry } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:196 |
normalizeControllerReceiptReferences |
function: function normalizeControllerReceiptReferences({ receipts = [], references = [], expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {}) | { receipts = [], references = [], expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeControllerReceiptReferences } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:531 |
validateControllerPlan |
function: function validateControllerPlan(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerPlan } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:324 |
validateControllerReceipt |
function: function validateControllerReceipt(receipt, { plan = undefined, expectedSourceSha = “”, expectedRuntimeSha = “”, expectedPlanDigest = “”, } = {}) | receipt, { plan = undefined, expectedSourceSha = “”, expectedRuntimeSha = “”, expectedPlanDigest = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerReceipt } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:422 |
validateControllerReceiptReference |
function: function validateControllerReceiptReference(reference, { expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {}) | reference, { expectedSourceSha = “”, acceptedSourceShas = [], expectedRuntimeSha = “”, requirePassed = false, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateControllerReceiptReference } from "@kungfu-tech/buildchain/controller-evidence"; |
packages/core/controller-evidence.js:504 |
@kungfu-tech/buildchain/diagnostics
Target: ./packages/core/diagnostics.js. Public symbols: 30.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT |
constant: const BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_ANCHORED_PACKAGE_RELEASE_VALIDATION_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:31 |
BUILDCHAIN_DIAGNOSTICS_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:28 |
BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:33 |
BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIAGNOSTICS_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:35 |
BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT |
constant: const BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LIFECYCLE_OBSERVABILITY_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:29 |
BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT |
constant: const BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOCKED_SOURCE_CHECKOUT_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:41 |
BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT |
constant: const BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PROCESS_SAMPLE_REPORT_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:37 |
BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PROCESS_SAMPLE_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:39 |
classifyProcessCommand |
function: function classifyProcessCommand(command = “”) | command = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { classifyProcessCommand } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1085 |
collectBuildchainDiagnostics |
function: function collectBuildchainDiagnostics({ cwd = process.cwd(), artifactPaths = [] } = {}) | { cwd = process.cwd(), artifactPaths = [] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBuildchainDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:248 |
collectCacheDiagnostics |
function: function collectCacheDiagnostics({ cwd = process.cwd(), cacheDirs = [], runCommand = defaultDiagnosticCommandRunner } = {}) | { cwd = process.cwd(), cacheDirs = [], runCommand = defaultDiagnosticCommandRunner } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectCacheDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:922 |
collectCompilerCacheDiagnostics |
function: function collectCompilerCacheDiagnostics({ cwd = process.cwd(), runCommand = defaultDiagnosticCommandRunner, env = process.env, } = {}) | { cwd = process.cwd(), runCommand = defaultDiagnosticCommandRunner, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectCompilerCacheDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:573 |
collectGitDiagnostics |
function: function collectGitDiagnostics({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectGitDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:944 |
collectNativeDiagnostics |
function: function collectNativeDiagnostics({ cwd = process.cwd(), profile = undefined, runCommand = defaultDiagnosticCommandRunner, } = {}) | { cwd = process.cwd(), profile = undefined, runCommand = defaultDiagnosticCommandRunner, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectNativeDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:295 |
collectProcessTreeSnapshot |
function: function collectProcessTreeSnapshot({ rootPid = process.pid, cwd = process.cwd(), platform = process.platform, runCommand = defaultDiagnosticCommandRunner, } = {}) | { rootPid = process.pid, cwd = process.cwd(), platform = process.platform, runCommand = defaultDiagnosticCommandRunner, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectProcessTreeSnapshot } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1029 |
collectRunnerDiagnostics |
function: function collectRunnerDiagnostics() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectRunnerDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:468 |
collectToolDiagnostics |
function: function collectToolDiagnostics({ cwd = process.cwd(), tools = [“node”, “pnpm”, “npm”, “git”, “cmake”, “ninja”, “ccache”, “sccache”] } = {}) | { cwd = process.cwd(), tools = [“node”, “pnpm”, “npm”, “git”, “cmake”, “ninja”, “ccache”, “sccache”] } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectToolDiagnostics } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:495 |
createDiagnosticsArtifact |
function: function createDiagnosticsArtifact({ cwd = process.cwd(), logPath = “”, artifactPaths = [], cacheDirs = [], lifecycleObservability = undefined, processSamples = [], processSummary = undefined, requestedParallelism = 0, sourceCheckout = undefined, compilerCachePreparation = undefined, links = {}, } = {}) | { cwd = process.cwd(), logPath = “”, artifactPaths = [], cacheDirs = [], lifecycleObservability = undefined, processSamples = [], processSummary = undefined, requestedParallelism = 0, sourceCheckout = undefined, compilerCachePreparation = undefined, links = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createDiagnosticsArtifact } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1408 |
createStructuredCacheEvidence |
function: function createStructuredCacheEvidence({ sourceCheckout, compilerCaches, compilerCachePreparation, platform, env = process.env, }) | { sourceCheckout, compilerCaches, compilerCachePreparation, platform, env = process.env, } | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createStructuredCacheEvidence } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:722 |
detectRequestedParallelism |
function: function detectRequestedParallelism({ command = “”, args = [], env = process.env, } = {}) | { command = “”, args = [], env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectRequestedParallelism } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1188 |
detectRequestedParallelismFromProcessSamples |
function: function detectRequestedParallelismFromProcessSamples(samples = []) | samples = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectRequestedParallelismFromProcessSamples } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1223 |
formatDiagnosticsSummaryTable |
function: function formatDiagnosticsSummaryTable(summary = {}) | summary = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { formatDiagnosticsSummaryTable } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1786 |
readDiagnosticsArtifact |
function: function readDiagnosticsArtifact(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readDiagnosticsArtifact } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1468 |
redactDiagnosticsValue |
function: function redactDiagnosticsValue(key, value, pattern = DEFAULT_SECRET_KEY_PATTERN) | key, value, pattern = DEFAULT_SECRET_KEY_PATTERN | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { redactDiagnosticsValue } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:953 |
startProcessSampler |
function: function startProcessSampler({ rootPid = process.pid, intervalMs = 15000, label = “”, command = “”, args = [], env = process.env, requestedParallelism = 0, onSample = () => undefined, cwd = process.cwd(), } = {}) | { rootPid = process.pid, intervalMs = 15000, label = “”, command = “”, args = [], env = process.env, requestedParallelism = 0, onSample = () => undefined, cwd = process.cwd(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { startProcessSampler } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1362 |
summarizeDiagnosticsArtifacts |
function: function summarizeDiagnosticsArtifacts(inputs = []) | inputs = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeDiagnosticsArtifacts } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1824 |
summarizeLifecycleObservability |
function: function summarizeLifecycleObservability({ events = [], logPath = “”, artifactScanDurationMs = 0, artifactUploadDurationMs = 0, totalBytes = 0, fileCount = 0, } = {}) | { events = [], logPath = “”, artifactScanDurationMs = 0, artifactUploadDurationMs = 0, totalBytes = 0, fileCount = 0, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeLifecycleObservability } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:219 |
summarizeProcessSamples |
function: function summarizeProcessSamples({ samples = [], requestedParallelism = 0, command = “”, args = [], env = process.env, activeCpuThreshold = 0.1, } = {}) | { samples = [], requestedParallelism = 0, command = “”, args = [], env = process.env, activeCpuThreshold = 0.1, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeProcessSamples } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1254 |
validateAnchoredPackageRelease |
function: function validateAnchoredPackageRelease({ cwd = process.cwd(), requireManifest = true, requirePackageSetOrder = “platforms-first-main-last”, requireTrustedPublishing = true, requireLifecycleStages = [“install”, “build”, “verify”, “publish”], requirePublishGateSourceLock = false, publishSource = undefined, env = process.env, } = {}) | { cwd = process.cwd(), requireManifest = true, requirePackageSetOrder = “platforms-first-main-last”, requireTrustedPublishing = true, requireLifecycleStages = [“install”, “build”, “verify”, “publish”], requirePublishGateSourceLock = false, publishSource = undefined, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateAnchoredPackageRelease } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:325 |
writeDiagnosticsArtifact |
function: function writeDiagnosticsArtifact(filePath, diagnostics) | filePath, diagnostics | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writeDiagnosticsArtifact } from "@kungfu-tech/buildchain/diagnostics"; |
packages/core/diagnostics.js:1459 |
@kungfu-tech/buildchain/homebrew
Target: ./packages/core/homebrew.js. Public symbols: 7.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
checkHomebrewTap |
function: async function checkHomebrewTap({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkHomebrewTap } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:335 |
collectHomebrewTapFacts |
function: async function collectHomebrewTapFacts({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectHomebrewTapFacts } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:223 |
HOMEBREW_TAP_CHECK_CONTRACT |
constant: const HOMEBREW_TAP_CHECK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_CHECK_CONTRACT } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:6 |
HOMEBREW_TAP_FACTS_CONTRACT |
constant: const HOMEBREW_TAP_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_FACTS_CONTRACT } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:5 |
HOMEBREW_TAP_MANIFEST_CONTRACT |
constant: const HOMEBREW_TAP_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { HOMEBREW_TAP_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:7 |
renderHomebrewFormula |
function: function renderHomebrewFormula(facts) | facts | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { renderHomebrewFormula } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:290 |
updateHomebrewTap |
function: async function updateHomebrewTap({ cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, write = true, } = {}) | { cwd = process.cwd(), packageName = “buildchain”, releasePassport = “”, manifestPath = DEFAULT_MANIFEST_PATH, formulaPath = “”, write = true, } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateHomebrewTap } from "@kungfu-tech/buildchain/homebrew"; |
packages/core/homebrew.js:390 |
@kungfu-tech/buildchain/issue-reporting
Target: ./packages/core/issue-reporting.js. Public symbols: 17.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_CONSUMER_ISSUE_CONTRACT |
constant: const BUILDCHAIN_CONSUMER_ISSUE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONSUMER_ISSUE_CONTRACT } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:4 |
BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT |
constant: const BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_WORKFLOW_FRICTION_ISSUE_CONTRACT } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:5 |
buildConsumerIssueReport |
function: function buildConsumerIssueReport(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildConsumerIssueReport } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:104 |
buildWorkflowFrictionIssueReport |
function: function buildWorkflowFrictionIssueReport(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildWorkflowFrictionIssueReport } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:199 |
computeConsumerIssueFingerprint |
function: function computeConsumerIssueFingerprint(fields = {}) | fields = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { computeConsumerIssueFingerprint } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:64 |
consumerIssueMarker |
function: function consumerIssueMarker(fingerprint) | fingerprint | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { consumerIssueMarker } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:76 |
createGitHubIssueRequest |
function: function createGitHubIssueRequest({ token, apiUrl = process.env.GITHUB_API_URL || “https://api.github.com”, fetchImpl = globalThis.fetch, retryDelaysMs = DEFAULT_RETRY_DELAYS_MS, } = {}) | { token, apiUrl = process.env.GITHUB_API_URL || “https://api.github.com”, fetchImpl = globalThis.fetch, retryDelaysMs = DEFAULT_RETRY_DELAYS_MS, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGitHubIssueRequest } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:393 |
DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY |
constant: const DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY | none | value | Import does not declare a throw contract. | none-on-import | import { DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:6 |
GitHubIssueRequestError |
class: class GitHubIssueRequestError | none | GitHubIssueRequestError | Construction and method errors follow the linked source implementation. | class-dependent | import { GitHubIssueRequestError } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:23 |
normalizeIssueRepository |
function: function normalizeIssueRepository(repository = DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY) | repository = DEFAULT_BUILDCHAIN_ISSUE_REPOSITORY | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeIssueRepository } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:33 |
parseIssueLabels |
function: function parseIssueLabels(input = DEFAULT_LABELS) | input = DEFAULT_LABELS | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { parseIssueLabels } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:41 |
readOptionalIssueBodyFile |
function: function readOptionalIssueBodyFile(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readOptionalIssueBodyFile } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:385 |
redactIssueText |
function: function redactIssueText(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { redactIssueText } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:51 |
reportBuildchainIssue |
function: async function reportBuildchainIssue(options = {}) | options = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { reportBuildchainIssue } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:292 |
reportWorkflowFrictionIssue |
function: async function reportWorkflowFrictionIssue(options = {}) | options = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { reportWorkflowFrictionIssue } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:378 |
truncateUtf8 |
function: function truncateUtf8(text, maxBytes = DEFAULT_MAX_BODY_BYTES) | text, maxBytes = DEFAULT_MAX_BODY_BYTES | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { truncateUtf8 } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:84 |
workflowFrictionMarker |
function: function workflowFrictionMarker(fingerprint) | fingerprint | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { workflowFrictionMarker } from "@kungfu-tech/buildchain/issue-reporting"; |
packages/core/issue-reporting.js:80 |
@kungfu-tech/buildchain/kfd
Target: ./packages/core/kfd.js. Public symbols: 17.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
buildchainKfdClaims |
constant: const buildchainKfdClaims | none | value | Import does not declare a throw contract. | none-on-import | import { buildchainKfdClaims } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:896 |
checkKfdUpstreamFacts |
function: function checkKfdUpstreamFacts(aggregate = {}) | aggregate = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkKfdUpstreamFacts } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:798 |
collectKfdAggregate |
function: function collectKfdAggregate({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectKfdAggregate } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:868 |
collectKfdStatus |
function: function collectKfdStatus({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectKfdStatus } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:902 |
collectKfdUpstreamFacts |
function: function collectKfdUpstreamFacts({ cwd = process.cwd(), components = undefined, includeOwn = true } = {}) | { cwd = process.cwd(), components = undefined, includeOwn = true } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectKfdUpstreamFacts } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:689 |
discoverKfdStandards |
function: function discoverKfdStandards() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverKfdStandards } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:464 |
kfd1 |
constant: const kfd1 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd1 } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:546 |
kfd2 |
constant: const kfd2 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd2 } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:561 |
kfd3 |
constant: const kfd3 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd3 } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:663 |
kfd4 |
constant: const kfd4 | none | value | Import does not declare a throw contract. | none-on-import | import { kfd4 } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:681 |
layout |
constant: const layout | none | value | Import does not declare a throw contract. | none-on-import | import { layout } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:905 |
listKfdSchemas |
function: function listKfdSchemas({ standard = “” } = {}) | { standard = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listKfdSchemas } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:492 |
listKfdUpstreamRoles |
function: function listKfdUpstreamRoles() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { listKfdUpstreamRoles } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:771 |
normalizeKfdStandardId |
function: function normalizeKfdStandardId(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfdStandardId } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:455 |
readKfdSchema |
function: function readKfdSchema({ standard, schema = “” } = {}) | { standard, schema = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readKfdSchema } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:520 |
schemas |
constant: const schemas | none | value | Import does not declare a throw contract. | none-on-import | import { schemas } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:495 |
upstream |
constant: const upstream | none | value | Import does not declare a throw contract. | none-on-import | import { upstream } from "@kungfu-tech/buildchain/kfd"; |
packages/core/kfd.js:300 |
@kungfu-tech/buildchain/kfd-product-gates
Target: ./packages/core/kfd-product-gates.js. Public symbols: 14.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createKfdSupportProjection |
function: function createKfdSupportProjection({ matrix, matrixRoot = “”, gateResults = [], authorityPath = “.buildchain/kfd/support-matrix.json”, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | { matrix, matrixRoot = “”, gateResults = [], authorityPath = “.buildchain/kfd/support-matrix.json”, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdSupportProjection } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:716 |
evaluateKfdProductGate |
function: async function evaluateKfdProductGate({ cwd = process.cwd(), input, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | { cwd = process.cwd(), input, expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateKfdProductGate } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:465 |
KFD_PRODUCT_GATE_CONTRACT |
constant: const KFD_PRODUCT_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_CONTRACT } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:11 |
KFD_PRODUCT_GATE_INPUT_CONTRACT |
constant: const KFD_PRODUCT_GATE_INPUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_CONTRACT } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:9 |
KFD_PRODUCT_GATE_INPUT_SCHEMA |
constant: const KFD_PRODUCT_GATE_INPUT_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_SCHEMA } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:55 |
KFD_PRODUCT_GATE_INPUT_SCHEMA_ID |
constant: const KFD_PRODUCT_GATE_INPUT_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_PRODUCT_GATE_INPUT_SCHEMA_ID } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:15 |
KFD_SUPPORT_PROJECTION_CONTRACT |
constant: const KFD_SUPPORT_PROJECTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_CONTRACT } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:13 |
KFD_SUPPORT_PROJECTION_SCHEMA |
constant: const KFD_SUPPORT_PROJECTION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_SCHEMA } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:130 |
KFD_SUPPORT_PROJECTION_SCHEMA_ID |
constant: const KFD_SUPPORT_PROJECTION_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_SUPPORT_PROJECTION_SCHEMA_ID } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:17 |
kfdProductGateDigest |
function: function kfdProductGateDigest(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { kfdProductGateDigest } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:188 |
kfdProductGates |
constant: const kfdProductGates | none | value | Import does not declare a throw contract. | none-on-import | import { kfdProductGates } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:859 |
validateKfdProductGateResult |
function: function validateKfdProductGateResult(result, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | result, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfdProductGateResult } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:565 |
validateKfdSupportProjection |
function: function validateKfdSupportProjection(projection, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {}) | projection, { expectedSourceSha = “”, checkedAt = new Date().toISOString(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfdSupportProjection } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:796 |
verifyKfdRecord |
function: async function verifyKfdRecord(record) | record | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyKfdRecord } from "@kungfu-tech/buildchain/kfd-product-gates"; |
packages/core/kfd-product-gates.js:308 |
@kungfu-tech/buildchain/kfd-agent-hub
Target: ./packages/core/kfd-agent-hub.js. Public symbols: 10.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
explainKfdAgentHub |
function: function explainKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainKfdAgentHub } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:470 |
initKfdAgentHub |
function: function initKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { initKfdAgentHub } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:363 |
inspectKfdAgentHub |
function: function inspectKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { inspectKfdAgentHub } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:384 |
KFD_AGENT_HUB_ADOPTION_CONTRACT |
constant: const KFD_AGENT_HUB_ADOPTION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_ADOPTION_CONTRACT } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:9 |
KFD_AGENT_HUB_ADOPTION_SCHEMA |
constant: const KFD_AGENT_HUB_ADOPTION_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_ADOPTION_SCHEMA } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:12 |
KFD_AGENT_HUB_DECLARATION |
constant: const KFD_AGENT_HUB_DECLARATION | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_DECLARATION } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:7 |
KFD_AGENT_HUB_LOCK_CONTRACT |
constant: const KFD_AGENT_HUB_LOCK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_LOCK_CONTRACT } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:10 |
KFD_AGENT_HUB_OUTPUT_DIR |
constant: const KFD_AGENT_HUB_OUTPUT_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_OUTPUT_DIR } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:8 |
KFD_AGENT_HUB_VERIFICATION_CONTRACT |
constant: const KFD_AGENT_HUB_VERIFICATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_VERIFICATION_CONTRACT } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:11 |
testKfdAgentHub |
function: function testKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, outputDir = KFD_AGENT_HUB_OUTPUT_DIR, kfdRoot = “”, run = defaultRun } = {}) | { cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, outputDir = KFD_AGENT_HUB_OUTPUT_DIR, kfdRoot = “”, run = defaultRun } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { testKfdAgentHub } from "@kungfu-tech/buildchain/kfd-agent-hub"; |
packages/core/kfd-agent-hub.js:399 |
@kungfu-tech/buildchain/buildchain-layout
Target: ./packages/core/buildchain-layout.js. Public symbols: 41.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_CONFIG_PATH |
constant: const BUILDCHAIN_CONFIG_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONFIG_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:7 |
BUILDCHAIN_CONTRACT_LOCK_PATH |
constant: const BUILDCHAIN_CONTRACT_LOCK_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTRACT_LOCK_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:9 |
BUILDCHAIN_DIR |
constant: const BUILDCHAIN_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_DIR } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:4 |
BUILDCHAIN_GENERATED_DIRS |
constant: const BUILDCHAIN_GENERATED_DIRS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GENERATED_DIRS } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:36 |
BUILDCHAIN_KFD_ROOT |
constant: const BUILDCHAIN_KFD_ROOT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_ROOT } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:11 |
BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH |
constant: const BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_CONTRACT_WORLD_WITNESS_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:16 |
BUILDCHAIN_KFD1_DIR |
constant: const BUILDCHAIN_KFD1_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_DIR } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:12 |
BUILDCHAIN_KFD1_RELEASE_GATE_PATH |
constant: const BUILDCHAIN_KFD1_RELEASE_GATE_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_RELEASE_GATE_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:17 |
BUILDCHAIN_KFD1_VERIFY_RESULT_PATH |
constant: const BUILDCHAIN_KFD1_VERIFY_RESULT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD1_VERIFY_RESULT_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:18 |
BUILDCHAIN_KFD2_CLAIM_ARGS_PATH |
constant: const BUILDCHAIN_KFD2_CLAIM_ARGS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_CLAIM_ARGS_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:21 |
BUILDCHAIN_KFD2_CLAIMS_DIR |
constant: const BUILDCHAIN_KFD2_CLAIMS_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_CLAIMS_DIR } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:22 |
BUILDCHAIN_KFD2_DIR |
constant: const BUILDCHAIN_KFD2_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_DIR } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:13 |
BUILDCHAIN_KFD2_REGISTRY_PATH |
constant: const BUILDCHAIN_KFD2_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_REGISTRY_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:19 |
BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH |
constant: const BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD2_RELEASE_CLAIMS_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:20 |
BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH |
constant: const BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_ARTIFACT_WITNESS_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:26 |
BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH |
constant: const BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_CAPABILITY_QUERY_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:27 |
BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH |
constant: const BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_COLLABORATION_INTERFACE_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:24 |
BUILDCHAIN_KFD3_DIR |
constant: const BUILDCHAIN_KFD3_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_DIR } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:14 |
BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH |
constant: const BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_PREBUILD_WITNESS_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:25 |
BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH |
constant: const BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:23 |
BUILDCHAIN_KFD4_DIR |
constant: const BUILDCHAIN_KFD4_DIR | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD4_DIR } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:15 |
BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT |
constant: const BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LAYOUT_DISCOVERY_CONTRACT } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:6 |
BUILDCHAIN_RELEASE_PASSPORT_PATH |
constant: const BUILDCHAIN_RELEASE_PASSPORT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RELEASE_PASSPORT_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:33 |
BUILDCHAIN_VERSION_PIN_PATH |
constant: const BUILDCHAIN_VERSION_PIN_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_VERSION_PIN_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:5 |
createBuildchainLayoutDiscovery |
function: function createBuildchainLayoutDiscovery({ cwd = process.cwd(), buildchainVersion = “”, } = {}) | { cwd = process.cwd(), buildchainVersion = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainLayoutDiscovery } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:99 |
discoverBuildchainRepoFiles |
function: function discoverBuildchainRepoFiles(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { discoverBuildchainRepoFiles } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:143 |
firstExistingRepoPath |
function: function firstExistingRepoPath(cwd, candidates = []) | cwd, candidates = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { firstExistingRepoPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:58 |
LEGACY_BUILDCHAIN_CONFIG_PATH |
constant: const LEGACY_BUILDCHAIN_CONFIG_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_CONFIG_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:8 |
LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH |
constant: const LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_CONTRACT_LOCK_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:10 |
LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH |
constant: const LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:28 |
LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS |
constant: const LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_KFD3_SURFACE_REGISTRY_PATHS } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:29 |
LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH |
constant: const LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH | none | value | Import does not declare a throw contract. | none-on-import | import { LEGACY_BUILDCHAIN_RELEASE_PASSPORT_PATH } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:34 |
migrateBuildchainLayout |
function: function migrateBuildchainLayout({ cwd = process.cwd(), write = false, force = false } = {}) | { cwd = process.cwd(), write = false, force = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { migrateBuildchainLayout } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:287 |
planBuildchainLayoutMigration |
function: function planBuildchainLayoutMigration({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planBuildchainLayoutMigration } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:265 |
repoPath |
function: function repoPath(cwd, relativePath) | cwd, relativePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { repoPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:54 |
resolveBuildchainConfigPath |
function: function resolveBuildchainConfigPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveBuildchainConfigPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:67 |
resolveBuildchainContractLockPath |
function: function resolveBuildchainContractLockPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveBuildchainContractLockPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:74 |
resolveKfd2ProductClaimsRegistryPath |
function: function resolveKfd2ProductClaimsRegistryPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveKfd2ProductClaimsRegistryPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:81 |
resolveKfd3SurfaceRegistryPath |
function: function resolveKfd3SurfaceRegistryPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveKfd3SurfaceRegistryPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:85 |
resolveReleasePassportPath |
function: function resolveReleasePassportPath(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveReleasePassportPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:92 |
toPosixPath |
function: function toPosixPath(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { toPosixPath } from "@kungfu-tech/buildchain/buildchain-layout"; |
packages/core/buildchain-layout.js:50 |
@kungfu-tech/buildchain/release-line-bootstrap
Target: ./packages/core/release-line-bootstrap.js. Public symbols: 2.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
planReleaseLineBootstrap |
function: function planReleaseLineBootstrap({ cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, requiredStatusCheck = “check”, setDefault = true, createAlphaPr = true, approvalCount = 1, bootstrapBranch = “”, } = {}) | { cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, requiredStatusCheck = “check”, setDefault = true, createAlphaPr = true, approvalCount = 1, bootstrapBranch = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planReleaseLineBootstrap } from "@kungfu-tech/buildchain/release-line-bootstrap"; |
packages/core/release-line-bootstrap.js:140 |
writeReleaseLineBootstrapVersionState |
function: function writeReleaseLineBootstrapVersionState({ cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, runVersionStateLifecycle = true, generatedAt = “”, } = {}) | { cwd = process.cwd(), major, minor, sourceRef = “”, initialVersion = “”, runVersionStateLifecycle = true, generatedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writeReleaseLineBootstrapVersionState } from "@kungfu-tech/buildchain/release-line-bootstrap"; |
packages/core/release-line-bootstrap.js:237 |
@kungfu-tech/buildchain/readme-badges
Target: ./packages/core/readme-badges.js. Public symbols: 17.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BADGE_BUNDLE_DEFAULT_CLAIMS |
constant: const BADGE_BUNDLE_DEFAULT_CLAIMS | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_DEFAULT_CLAIMS } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:17 |
BADGE_BUNDLE_FACTS_CONTRACT |
constant: const BADGE_BUNDLE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BADGE_BUNDLE_FACTS_CONTRACT } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:13 |
checkBadgeBundleBlock |
function: function checkBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkBadgeBundleBlock } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:867 |
checkReadmeBadgeBlock |
function: function checkReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { checkReadmeBadgeBlock } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:848 |
collectBadgeBundleFacts |
function: async function collectBadgeBundleFacts({ cwd = process.cwd(), claims = undefined } = {}) | { cwd = process.cwd(), claims = undefined } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectBadgeBundleFacts } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:790 |
collectReadmeBadgeFacts |
function: async function collectReadmeBadgeFacts({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectReadmeBadgeFacts } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:700 |
createKfdBadgeSpecsFromStandards |
function: function createKfdBadgeSpecsFromStandards(standardsMetadata) | standardsMetadata | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfdBadgeSpecsFromStandards } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:126 |
createReadmeBadgeEndpointRegistry |
function: function createReadmeBadgeEndpointRegistry({ kfdSpecs = undefined, kfdStandards = undefined } = {}) | { kfdSpecs = undefined, kfdStandards = undefined } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReadmeBadgeEndpointRegistry } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:133 |
README_BADGE_BLOCK_END |
constant: const README_BADGE_BLOCK_END | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_END } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:15 |
README_BADGE_BLOCK_START |
constant: const README_BADGE_BLOCK_START | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_BLOCK_START } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:14 |
README_BADGE_FACTS_CONTRACT |
constant: const README_BADGE_FACTS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_FACTS_CONTRACT } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:12 |
README_BADGE_HOSTED_BASE_URL |
constant: const README_BADGE_HOSTED_BASE_URL | none | value | Import does not declare a throw contract. | none-on-import | import { README_BADGE_HOSTED_BASE_URL } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:16 |
readReadme |
function: function readReadme({ cwd = process.cwd(), readmePath = “README.md” } = {}) | { cwd = process.cwd(), readmePath = “README.md” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readReadme } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:891 |
renderBadgeBundleBlock |
function: function renderBadgeBundleBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderBadgeBundleBlock } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:840 |
renderReadmeBadgeBlock |
function: function renderReadmeBadgeBlock(facts) | facts | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { renderReadmeBadgeBlock } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:836 |
updateBadgeBundleBlock |
function: function updateBadgeBundleBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateBadgeBundleBlock } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:887 |
updateReadmeBadgeBlock |
function: function updateReadmeBadgeBlock({ readmeText, facts } = {}) | { readmeText, facts } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { updateReadmeBadgeBlock } from "@kungfu-tech/buildchain/readme-badges"; |
packages/core/readme-badges.js:874 |
@kungfu-tech/buildchain/public-surface-audit
Target: ./packages/core/public-surface-audit.js. Public symbols: 8.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
assertPublicSurfaceReverseAudit |
function: function assertPublicSurfaceReverseAudit(report) | report | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { assertPublicSurfaceReverseAudit } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:261 |
BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT |
constant: const BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_PUBLIC_SURFACE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:12 |
collectPublicSurfaceReverseAudit |
function: function collectPublicSurfaceReverseAudit({ root = process.cwd(), cliRegistry: suppliedCliRegistry = undefined, workflowRegistry: suppliedWorkflowRegistry = undefined, pageRegistry: suppliedPageRegistry = undefined, } = {}) | { root = process.cwd(), cliRegistry: suppliedCliRegistry = undefined, workflowRegistry: suppliedWorkflowRegistry = undefined, pageRegistry: suppliedPageRegistry = undefined, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPublicSurfaceReverseAudit } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:161 |
enumerateActionInputs |
function: function enumerateActionInputs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateActionInputs } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:91 |
enumerateCliCommandsFromBin |
function: function enumerateCliCommandsFromBin({ root = process.cwd(), binPath = “bin/buildchain.mjs”, } = {}) | { root = process.cwd(), binPath = “bin/buildchain.mjs”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateCliCommandsFromBin } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-cli.js:93 |
enumerateDocCommandRefs |
function: function enumerateDocCommandRefs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateDocCommandRefs } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:115 |
enumerateSitePages |
function: function enumerateSitePages({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateSitePages } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:106 |
enumerateWorkflowInputs |
function: function enumerateWorkflowInputs({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { enumerateWorkflowInputs } from "@kungfu-tech/buildchain/public-surface-audit"; |
packages/core/public-surface-audit.js:74 |
@kungfu-tech/buildchain/logging
Target: ./packages/core/logging.js. Public symbols: 13.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
appendBuildchainLogEvent |
function: function appendBuildchainLogEvent(filePath, event) | filePath, event | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { appendBuildchainLogEvent } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:67 |
BUILDCHAIN_CONTROL_PLANE_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_CONTROL_PLANE_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_CONTROL_PLANE_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:8 |
BUILDCHAIN_LOG_EVENT_CONTRACT |
constant: const BUILDCHAIN_LOG_EVENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOG_EVENT_CONTRACT } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:6 |
BUILDCHAIN_LOG_SUMMARY_CONTRACT |
constant: const BUILDCHAIN_LOG_SUMMARY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_LOG_SUMMARY_CONTRACT } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:7 |
createBuildchainLogger |
function: function createBuildchainLogger(options = {}) | options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createBuildchainLogger } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:300 |
defaultBuildchainLogPath |
function: function defaultBuildchainLogPath({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { defaultBuildchainLogPath } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:41 |
normalizeBuildchainLogEvent |
function: function normalizeBuildchainLogEvent(input = {}, defaults = {}) | input = {}, defaults = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeBuildchainLogEvent } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:45 |
readBuildchainLogEvents |
function: function readBuildchainLogEvents(filePath) | filePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { readBuildchainLogEvents } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:75 |
recordBuildchainControlPlaneOutcome |
function: function recordBuildchainControlPlaneOutcome({ domain, action = “”, outcome = “”, reason = “”, attributes = {}, } = {}, options = {}) | { domain, action = “”, outcome = “”, reason = “”, attributes = {}, } = {}, options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordBuildchainControlPlaneOutcome } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:160 |
redactBuildchainLogAttributes |
function: function redactBuildchainLogAttributes(attributes = {}) | attributes = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { redactBuildchainLogAttributes } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:33 |
summarizeBuildchainControlPlaneEvents |
function: function summarizeBuildchainControlPlaneEvents(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeBuildchainControlPlaneEvents } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:115 |
summarizeBuildchainLogEvents |
function: function summarizeBuildchainLogEvents(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { summarizeBuildchainLogEvents } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:192 |
verifyBuildchainLogEvents |
function: function verifyBuildchainLogEvents({ path: filePath = “”, events: inputEvents = undefined, minEvents = 1, allowErrors = false, requirePhases = [], requireComponents = [], requireEvents = [], } = {}) | { path: filePath = “”, events: inputEvents = undefined, minEvents = 1, allowErrors = false, requirePhases = [], requireComponents = [], requireEvents = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyBuildchainLogEvents } from "@kungfu-tech/buildchain/logging"; |
packages/core/logging.js:230 |
@kungfu-tech/buildchain/portable-dev-cache
Target: ./packages/core/portable-dev-cache.js. Public symbols: 3.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createPortableDevCachePlan |
function: function createPortableDevCachePlan(manifest) | manifest | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPortableDevCachePlan } from "@kungfu-tech/buildchain/portable-dev-cache"; |
packages/core/portable-dev-cache.js:172 |
createPortableDevCacheReceipt |
function: function createPortableDevCacheReceipt({ plan, matchedKey = “”, cacheHit = “”, validationStatus = “pass”, validationReason = “”, coldFallbackStatus = “not-run”, }) | { plan, matchedKey = “”, cacheHit = “”, validationStatus = “pass”, validationReason = “”, coldFallbackStatus = “not-run”, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPortableDevCacheReceipt } from "@kungfu-tech/buildchain/portable-dev-cache"; |
packages/core/portable-dev-cache.js:226 |
verifyPortableDevCachePlan |
function: function verifyPortableDevCachePlan(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyPortableDevCachePlan } from "@kungfu-tech/buildchain/portable-dev-cache"; |
packages/core/portable-dev-cache.js:211 |
@kungfu-tech/buildchain/publication-artifact
Target: ./packages/core/publication-artifact.js. Public symbols: 7.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
collectPublicationArtifact |
function: function collectPublicationArtifact({ cwd = process.cwd(), sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, manifestPath = “”, passportPath = “”, } = {}) | { cwd = process.cwd(), sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, manifestPath = “”, passportPath = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { collectPublicationArtifact } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:271 |
createPublicationSourceBundle |
function: function createPublicationSourceBundle({ cwd = process.cwd(), sourcePaths = [], output = “.buildchain/publication/source.tar.gz”, } = {}) | { cwd = process.cwd(), sourcePaths = [], output = “.buildchain/publication/source.tar.gz”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write, subprocess | import { createPublicationSourceBundle } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:249 |
PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT |
constant: const PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_ARCHIVE_CONTRACT } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:9 |
PUBLICATION_ARTIFACT_MANIFEST_CONTRACT |
constant: const PUBLICATION_ARTIFACT_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:7 |
PUBLICATION_ARTIFACT_PASSPORT_CONTRACT |
constant: const PUBLICATION_ARTIFACT_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:8 |
PUBLICATION_ARTIFACT_REGISTRY_CONTRACT |
constant: const PUBLICATION_ARTIFACT_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:10 |
writePublicationArtifact |
function: function writePublicationArtifact({ cwd = process.cwd(), output = “”, passportOutput = “”, registryOutput = “”, registryInputs = [], sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, } = {}) | { cwd = process.cwd(), output = “”, passportOutput = “”, registryOutput = “”, registryInputs = [], sourceSha = “”, sourceBundle = true, sourceBundlePath = “”, generatedAt = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { writePublicationArtifact } from "@kungfu-tech/buildchain/publication-artifact"; |
packages/core/publication-artifact.js:598 |
@kungfu-tech/buildchain/publication-package
Target: ./packages/core/publication-package.js. Public symbols: 3.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
collectPublicationPackageFacts |
function: function collectPublicationPackageFacts({ cwd = process.cwd(), packageName = “”, outputDir = “.buildchain/publication/npm-package”, } = {}) | { cwd = process.cwd(), packageName = “”, outputDir = “.buildchain/publication/npm-package”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { collectPublicationPackageFacts } from "@kungfu-tech/buildchain/publication-package"; |
packages/core/publication-package.js:74 |
preparePublicationNpmPackage |
function: function preparePublicationNpmPackage({ cwd = process.cwd(), outputDir = “.buildchain/publication/npm-package”, packageName = “”, } = {}) | { cwd = process.cwd(), outputDir = “.buildchain/publication/npm-package”, packageName = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { preparePublicationNpmPackage } from "@kungfu-tech/buildchain/publication-package"; |
packages/core/publication-package.js:120 |
PUBLICATION_NPM_PACKAGE_CONTRACT |
constant: const PUBLICATION_NPM_PACKAGE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_NPM_PACKAGE_CONTRACT } from "@kungfu-tech/buildchain/publication-package"; |
packages/core/publication-package.js:6 |
@kungfu-tech/buildchain/publication-reproducibility
Target: ./packages/core/publication-reproducibility.js. Public symbols: 2.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT |
constant: const PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_REPRODUCIBILITY_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/publication-reproducibility"; |
packages/core/publication-reproducibility.js:12 |
verifyPublicationReproducibility |
function: function verifyPublicationReproducibility({ cwd = process.cwd(), sourceSha = “”, output = DEFAULT_OUTPUT, promote = false, keepWorkspaces = false, pullToolchain = true, packageName = “”, allowUnpinnedToolchain = false, overlayPaths = [DEFAULT_REGISTRY_INPUT_DIR, DEFAULT_REGISTRY_HYDRATION], } = {}) | { cwd = process.cwd(), sourceSha = “”, output = DEFAULT_OUTPUT, promote = false, keepWorkspaces = false, pullToolchain = true, packageName = “”, allowUnpinnedToolchain = false, overlayPaths = [DEFAULT_REGISTRY_INPUT_DIR, DEFAULT_REGISTRY_HYDRATION], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { verifyPublicationReproducibility } from "@kungfu-tech/buildchain/publication-reproducibility"; |
packages/core/publication-reproducibility.js:869 |
@kungfu-tech/buildchain/publication-sealed-bundle
Target: ./packages/core/publication-sealed-bundle.js. Public symbols: 3.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createPublicationSealedBundle |
function: function createPublicationSealedBundle({ candidate, packageName, packageVersion, npmTarballPath, npmIntegrity, releaseAssetPaths = [], githubReleaseRequired = true, } = {}) | { candidate, packageName, packageVersion, npmTarballPath, npmIntegrity, releaseAssetPaths = [], githubReleaseRequired = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationSealedBundle } from "@kungfu-tech/buildchain/publication-sealed-bundle"; |
packages/core/publication-sealed-bundle.js:75 |
PUBLICATION_SEALED_BUNDLE_CONTRACT |
constant: const PUBLICATION_SEALED_BUNDLE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_SEALED_BUNDLE_CONTRACT } from "@kungfu-tech/buildchain/publication-sealed-bundle"; |
packages/core/publication-sealed-bundle.js:10 |
verifyPublicationSealedBundle |
function: function verifyPublicationSealedBundle({ bundleRoot, manifest } = {}) | { bundleRoot, manifest } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationSealedBundle } from "@kungfu-tech/buildchain/publication-sealed-bundle"; |
packages/core/publication-sealed-bundle.js:124 |
@kungfu-tech/buildchain/paper
Target: ./packages/core/paper.js. Public symbols: 48.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
collectPaperAgentEntry |
function: function collectPaperAgentEntry({ cwd = process.cwd(), buildchainSha = “”, mode = “contract”, env = process.env, } = {}) | { cwd = process.cwd(), buildchainSha = “”, mode = “contract”, env = process.env, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperAgentEntry } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:248 |
collectPaperFleetAudit |
function: function collectPaperFleetAudit({ root = process.cwd(), repositories = [], buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, governance = {}, } = {}) | { root = process.cwd(), repositories = [], buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, governance = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperFleetAudit } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:158 |
collectPaperPreflight |
function: function collectPaperPreflight({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, registry = NPM_REGISTRY, offline = false, agentEntryMode = “contract”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, registry = NPM_REGISTRY, offline = false, agentEntryMode = “contract”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperPreflight } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:2413 |
collectPaperStatus |
function: function collectPaperStatus({ cwd = process.cwd() } = {}) | { cwd = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { collectPaperStatus } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:1471 |
createPaperAgentEntry |
function: function createPaperAgentEntry({ buildchainVersion, buildchainSha, developmentRef, }) | { buildchainVersion, buildchainSha, developmentRef, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperAgentEntry } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:93 |
createPaperAlphaPlan |
function: function createPaperAlphaPlan({ cwd = process.cwd(), sourceRef = “”, targetRef = “”, } = {}) | { cwd = process.cwd(), sourceRef = “”, targetRef = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperAlphaPlan } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:2655 |
createPaperBuildPlan |
function: function createPaperBuildPlan({ cwd = process.cwd(), sourceSha = “”, pullToolchain = true, } = {}) | { cwd = process.cwd(), sourceSha = “”, pullToolchain = true, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPaperBuildPlan } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:2592 |
createPaperProvisioningAuthority |
function: function createPaperProvisioningAuthority({ repository, packageName, buildchainVersion, buildchainSha, contractLock, buildWorkflow, verifyWorkflow, releaseWorkflow, agentEntry, agentInstructions, environment = “”, }) | { repository, packageName, buildchainVersion, buildchainSha, contractLock, buildWorkflow, verifyWorkflow, releaseWorkflow, agentEntry, agentInstructions, environment = “”, } | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperProvisioningAuthority } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:519 |
createPaperResumePlan |
function: function createPaperResumePlan({ cwd = process.cwd(), buildchainRef = “”, } = {}) | { cwd = process.cwd(), buildchainRef = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { createPaperResumePlan } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:2713 |
createPaperWorkStartPlan |
function: function createPaperWorkStartPlan({ cwd = process.cwd(), topic = “”, branch = “”, buildchainSha = “”, } = {}) | { cwd = process.cwd(), topic = “”, branch = “”, buildchainSha = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperWorkStartPlan } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-work.js:41 |
createPaperWorkSubmitPlan |
function: function createPaperWorkSubmitPlan({ cwd = process.cwd(), pullRequests = [], pullRequestObservation = { ok: true }, buildchainSha = “”, } = {}) | { cwd = process.cwd(), pullRequests = [], pullRequestObservation = { ok: true }, buildchainSha = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPaperWorkSubmitPlan } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-work.js:207 |
discoverPaperFleet |
function: function discoverPaperFleet(root = process.cwd()) | root = process.cwd() | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { discoverPaperFleet } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:23 |
executePaperNpmBootstrap |
function: function executePaperNpmBootstrap(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperNpmBootstrap } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:2840 |
executePaperWorkStart |
function: function executePaperWorkStart(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperWorkStart } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-work.js:169 |
executePaperWorkSubmitPush |
function: function executePaperWorkSubmitPush(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { executePaperWorkSubmitPush } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-work.js:357 |
mergePaperAgentEntryInstructions |
function: function mergePaperAgentEntryInstructions(current = “”, { developmentRef }) | current = “”, { developmentRef } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { mergePaperAgentEntryInstructions } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:61 |
PAPER_AGENT_ENTRY_CONTRACT |
constant: const PAPER_AGENT_ENTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_AGENT_ENTRY_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:16 |
PAPER_AGENT_ENTRY_SCHEMA_VERSION |
constant: const PAPER_AGENT_ENTRY_SCHEMA_VERSION | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_AGENT_ENTRY_SCHEMA_VERSION } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:17 |
PAPER_AGENT_ENTRY_SECTION_END |
constant: const PAPER_AGENT_ENTRY_SECTION_END | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_AGENT_ENTRY_SECTION_END } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:20 |
PAPER_AGENT_ENTRY_SECTION_START |
constant: const PAPER_AGENT_ENTRY_SECTION_START | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_AGENT_ENTRY_SECTION_START } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:18 |
PAPER_ALPHA_PLAN_CONTRACT |
constant: const PAPER_ALPHA_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_ALPHA_PLAN_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:90 |
PAPER_BUILD_PLAN_CONTRACT |
constant: const PAPER_BUILD_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_BUILD_PLAN_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:89 |
PAPER_FLEET_AUDIT_CONTRACT |
constant: const PAPER_FLEET_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_FLEET_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:19 |
PAPER_FLEET_UPDATE_PLAN_CONTRACT |
constant: const PAPER_FLEET_UPDATE_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_FLEET_UPDATE_PLAN_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:20 |
PAPER_MIGRATION_CONTRACT |
constant: const PAPER_MIGRATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_MIGRATION_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:82 |
PAPER_NPM_BOOTSTRAP_CONTRACT |
constant: const PAPER_NPM_BOOTSTRAP_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_NPM_BOOTSTRAP_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:85 |
PAPER_PATHS |
constant: const PAPER_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PATHS } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-repository.js:7 |
PAPER_PREFLIGHT_CONTRACT |
constant: const PAPER_PREFLIGHT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PREFLIGHT_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:83 |
PAPER_PROVISIONING_CONTRACT |
constant: const PAPER_PROVISIONING_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_PROVISIONING_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:87 |
PAPER_RESUME_PLAN_CONTRACT |
constant: const PAPER_RESUME_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_RESUME_PLAN_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:91 |
PAPER_SCAFFOLD_CONTRACT |
constant: const PAPER_SCAFFOLD_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_SCAFFOLD_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:81 |
PAPER_STATE_ORDER |
constant: const PAPER_STATE_ORDER | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_STATE_ORDER } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:94 |
PAPER_STATUS_CONTRACT |
constant: const PAPER_STATUS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_STATUS_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:84 |
PAPER_VISIBILITY_CONTRACT |
constant: const PAPER_VISIBILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_VISIBILITY_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:92 |
PAPER_WORK_START_PLAN_CONTRACT |
constant: const PAPER_WORK_START_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_WORK_START_PLAN_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-work.js:17 |
PAPER_WORK_SUBMIT_PLAN_CONTRACT |
constant: const PAPER_WORK_SUBMIT_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PAPER_WORK_SUBMIT_PLAN_CONTRACT } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-work.js:19 |
paperAgentEntryFiles |
function: function paperAgentEntryFiles({ cwd, buildchainVersion, buildchainSha, developmentRef = “”, }) | { cwd, buildchainVersion, buildchainSha, developmentRef = “”, } | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { paperAgentEntryFiles } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:150 |
paperAgentEntryInstructions |
function: function paperAgentEntryInstructions({ developmentRef }) | { developmentRef } | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { paperAgentEntryInstructions } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:36 |
paperFleetTransitionWorkspace |
function: function paperFleetTransitionWorkspace(workspaceText, lockText) | workspaceText, lockText | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { paperFleetTransitionWorkspace } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:290 |
planPaperFleetUpdate |
function: function planPaperFleetUpdate(options = {}) | options = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planPaperFleetUpdate } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:209 |
planPaperMigration |
function: function planPaperMigration({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainSha = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planPaperMigration } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:1013 |
planPaperScaffold |
function: function planPaperScaffold({ cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, name = path.basename(path.resolve(cwd)), title = “”, packageName = “”, repository = “”, version = “0.1.0-alpha.0”, siteBaseUrl = “”, } = {}) | { cwd = process.cwd(), buildchainRoot = process.cwd(), buildchainVersion = “”, buildchainRef = “v3”, buildchainSha = “”, name = path.basename(path.resolve(cwd)), title = “”, packageName = “”, repository = “”, version = “0.1.0-alpha.0”, siteBaseUrl = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planPaperScaffold } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:702 |
resolvePaperBuildchainSha |
function: function resolvePaperBuildchainSha(buildchainRoot, buildchainSha = “”) | buildchainRoot, buildchainSha = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePaperBuildchainSha } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-agent-entry.js:177 |
resolvePaperRepository |
function: function resolvePaperRepository(cwd = process.cwd()) | cwd = process.cwd() | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePaperRepository } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-repository.js:133 |
resolvePaperRuntimeGitSha |
function: function resolvePaperRuntimeGitSha(buildchainRoot, buildchainVersion = “”) | buildchainRoot, buildchainVersion = “” | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolvePaperRuntimeGitSha } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:245 |
writePaperFleetUpdate |
function: function writePaperFleetUpdate(plan) | plan | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | may-write-or-invoke-external-actions | import { writePaperFleetUpdate } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper-fleet.js:271 |
writePaperMigration |
function: function writePaperMigration(plan) | plan | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writePaperMigration } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:1129 |
writePaperScaffold |
function: function writePaperScaffold(plan) | plan | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writePaperScaffold } from "@kungfu-tech/buildchain/paper"; |
packages/core/paper.js:847 |
@kungfu-tech/buildchain/publication-authority
Target: ./packages/core/publication-authority.js. Public symbols: 24.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
CONSUMER_PUBLICATION_DECISION_CONTRACT |
constant: const CONSUMER_PUBLICATION_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { CONSUMER_PUBLICATION_DECISION_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:20 |
createConsumerPublicationDecision |
function: function createConsumerPublicationDecision({ capability, gateAggregate, decision, predicateId, predicateDigest, evidence = {}, now = new Date(), } = {}) | { capability, gateAggregate, decision, predicateId, predicateDigest, evidence = {}, now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createConsumerPublicationDecision } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:991 |
createPublicationAdmission |
function: function createPublicationAdmission(input = {}) | input = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationAdmission } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:236 |
createPublicationArtifactManifestSet |
function: function createPublicationArtifactManifestSet({ repository, sourceSha, sourceTreeSha, manifests = [], payloads = [], } = {}) | { repository, sourceSha, sourceTreeSha, manifests = [], payloads = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationArtifactManifestSet } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:303 |
createPublicationAuthorityRegistry |
function: function createPublicationAuthorityRegistry({ descriptors = [], workflows = [] } = {}) | { descriptors = [], workflows = [] } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationAuthorityRegistry } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:121 |
createPublicationControlPlaneAudit |
function: function createPublicationControlPlaneAudit({ repository, workflowPath, publisherWorkflowPath, environment, facts = [], observedAt, expiresAt, } = {}) | { repository, workflowPath, publisherWorkflowPath, environment, facts = [], observedAt, expiresAt, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationControlPlaneAudit } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:208 |
createPublicationGateDecision |
function: function createPublicationGateDecision({ sourceSha, profile, required = false, rationale, policy = {}, } = {}) | { sourceSha, profile, required = false, rationale, policy = {}, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createPublicationGateDecision } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:280 |
createPublicationQualificationReceipt |
function: function createPublicationQualificationReceipt({ capability, gateAggregate, consumerDecision, now = new Date(), } = {}) | { capability, gateAggregate, consumerDecision, now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPublicationQualificationReceipt } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:1035 |
createRunnerProvenance |
function: function createRunnerProvenance({ runnerClass, os, architecture, imageDigest, measurementDigest, baselineDigest = “”, toolchainDigest = “”, cacheContractDigest = “”, taskIsolationDigest = “”, cleanBaselineProven = false, isolation = “”, } = {}) | { runnerClass, os, architecture, imageDigest, measurementDigest, baselineDigest = “”, toolchainDigest = “”, cacheContractDigest = “”, taskIsolationDigest = “”, cleanBaselineProven = false, isolation = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createRunnerProvenance } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:166 |
detectPublicationAuthoritySignals |
function: function detectPublicationAuthoritySignals(workflowText = “”) | workflowText = “” | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { detectPublicationAuthoritySignals } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:104 |
PUBLICATION_ADMISSION_CONTRACT |
constant: const PUBLICATION_ADMISSION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ADMISSION_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:10 |
PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT |
constant: const PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_ARTIFACT_MANIFEST_SET_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:24 |
PUBLICATION_AUTHORITY_CLASSES |
constant: const PUBLICATION_AUTHORITY_CLASSES | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_AUTHORITY_CLASSES } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:27 |
PUBLICATION_AUTHORITY_REGISTRY_CONTRACT |
constant: const PUBLICATION_AUTHORITY_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_AUTHORITY_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:8 |
PUBLICATION_CAPABILITY_CONTRACT |
constant: const PUBLICATION_CAPABILITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_CAPABILITY_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:12 |
PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT |
constant: const PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_CONTROL_PLANE_AUDIT_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:16 |
PUBLICATION_GATE_DECISION_CONTRACT |
constant: const PUBLICATION_GATE_DECISION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_GATE_DECISION_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:18 |
PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT |
constant: const PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PUBLICATION_QUALIFICATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:22 |
publicationAuthorityDigest |
function: function publicationAuthorityDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { publicationAuthorityDigest } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:72 |
publicationGateAggregateBindings |
function: function publicationGateAggregateBindings(gateAggregate) | gateAggregate | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { publicationGateAggregateBindings } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:408 |
RUNNER_PROVENANCE_CLASSES |
constant: const RUNNER_PROVENANCE_CLASSES | none | value | Import does not declare a throw contract. | none-on-import | import { RUNNER_PROVENANCE_CLASSES } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:36 |
RUNNER_PROVENANCE_CONTRACT |
constant: const RUNNER_PROVENANCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RUNNER_PROVENANCE_CONTRACT } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:14 |
verifyPublicationAdmission |
function: function verifyPublicationAdmission({ admission, registry, runnerProvenance, controlPlaneAudit, publicationEvidence, expected = {}, usedNonces = [], now = new Date(), } = {}) | { admission, registry, runnerProvenance, controlPlaneAudit, publicationEvidence, expected = {}, usedNonces = [], now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationAdmission } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:791 |
verifyPublicationQualificationReceipt |
function: function verifyPublicationQualificationReceipt({ receipt, capability, gateAggregate, expected = {}, usedNonces = [], now = new Date(), } = {}) | { receipt, capability, gateAggregate, expected = {}, usedNonces = [], now = new Date(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyPublicationQualificationReceipt } from "@kungfu-tech/buildchain/publication-authority"; |
packages/core/publication-authority.js:1096 |
@kungfu-tech/buildchain/publication-control-plane-audit
Target: ./packages/core/publication-control-plane-audit.js. Public symbols: 4.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_RELEASE_RECONCILIATION_PATHS |
constant: const BUILDCHAIN_RELEASE_RECONCILIATION_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_RELEASE_RECONCILIATION_PATHS } from "@kungfu-tech/buildchain/publication-control-plane-audit"; |
packages/core/publication-control-plane-audit.js:3 |
evaluateBuildchainReleaseReconciliation |
function: function evaluateBuildchainReleaseReconciliation({ repository, publicationVersion, packageVersion, message, parentSha, changedPaths, } = {}) | { repository, publicationVersion, packageVersion, message, parentSha, changedPaths, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateBuildchainReleaseReconciliation } from "@kungfu-tech/buildchain/publication-control-plane-audit"; |
packages/core/publication-control-plane-audit.js:41 |
evaluatePublicationControlPlaneSnapshot |
function: function evaluatePublicationControlPlaneSnapshot({ repository, workflowPath, publisherWorkflowPath = workflowPath, environment, branch, packageName, publisherMode = “npm-trusted-publisher”, requiredStatusCheck = “check”, snapshot, observedAt, expiresAt, } = {}) | { repository, workflowPath, publisherWorkflowPath = workflowPath, environment, branch, packageName, publisherMode = “npm-trusted-publisher”, requiredStatusCheck = “check”, snapshot, observedAt, expiresAt, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluatePublicationControlPlaneSnapshot } from "@kungfu-tech/buildchain/publication-control-plane-audit"; |
packages/core/publication-control-plane-audit.js:75 |
matchesGithubDeploymentPolicy |
function: function matchesGithubDeploymentPolicy(policy, { ref, refType = “branch” } = {}) | policy, { ref, refType = “branch” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { matchesGithubDeploymentPolicy } from "@kungfu-tech/buildchain/publication-control-plane-audit"; |
packages/core/publication-control-plane-audit.js:31 |
@kungfu-tech/buildchain/buildchain-publication-authority
Target: ./packages/core/buildchain-publication-authority.js. Public symbols: 2.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
buildchainPublicationAuthorityDescriptors |
function: function buildchainPublicationAuthorityDescriptors() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { buildchainPublicationAuthorityDescriptors } from "@kungfu-tech/buildchain/buildchain-publication-authority"; |
packages/core/buildchain-publication-authority.js:54 |
createBuildchainPublicationAuthorityRegistry |
function: function createBuildchainPublicationAuthorityRegistry({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainPublicationAuthorityRegistry } from "@kungfu-tech/buildchain/buildchain-publication-authority"; |
packages/core/buildchain-publication-authority.js:79 |
@kungfu-tech/buildchain/github-governance-authority
Target: ./packages/core/github-governance-authority.js. Public symbols: 22.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY |
constant: const BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:1363 |
BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS |
constant: const BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_GITHUB_GOVERNANCE_PROTECTED_PATHS } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:1365 |
codeownersForPath |
function: function codeownersForPath(source, candidatePath) | source, candidatePath | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { codeownersForPath } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:417 |
compileEffectiveGithubGovernancePolicy |
function: function compileEffectiveGithubGovernancePolicy({ branch, defaultBranch, protectedBranch = false, protection, rulesets = [], } = {}) | { branch, defaultBranch, protectedBranch = false, protection, rulesets = [], } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { compileEffectiveGithubGovernancePolicy } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:311 |
createBuildchainGithubGovernanceAuthority |
function: function createBuildchainGithubGovernanceAuthority() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainGithubGovernanceAuthority } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:450 |
createGithubGovernanceRolloutPlan |
function: function createGithubGovernanceRolloutPlan({ repository, targetRef, inventory, rollbackSnapshot, rollbackProtectionExists = true, desiredProtection, } = {}) | { repository, targetRef, inventory, rollbackSnapshot, rollbackProtectionExists = true, desiredProtection, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubGovernanceRolloutPlan } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:932 |
createGithubRulesetBypassRolloutPlan |
function: function createGithubRulesetBypassRolloutPlan({ repository, rulesetId, inventory, rollbackSnapshot, } = {}) | { repository, rulesetId, inventory, rollbackSnapshot, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubRulesetBypassRolloutPlan } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:1110 |
createGithubRulesetGovernanceRolloutPlan |
function: function createGithubRulesetGovernanceRolloutPlan({ repository, targetRef, rulesetId, rulesetName, inventory, rollbackSnapshot, desiredProtection, } = {}) | { repository, targetRef, rulesetId, rulesetName, inventory, rollbackSnapshot, desiredProtection, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createGithubRulesetGovernanceRolloutPlan } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:1189 |
evaluateCodeownersAuthority |
function: function evaluateCodeownersAuthority({ source = “”, sourcePath = “”, reviewAuthority = “kungfu-origin”, protectedPaths = PROTECTED_AUTHORITY_PATHS, } = {}) | { source = “”, sourcePath = “”, reviewAuthority = “kungfu-origin”, protectedPaths = PROTECTED_AUTHORITY_PATHS, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { evaluateCodeownersAuthority } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:425 |
evaluateGithubGovernanceSnapshot |
function: function evaluateGithubGovernanceSnapshot({ descriptor = createBuildchainGithubGovernanceAuthority(), repository, targetRef, organizationPlan, codeowners, effectivePolicy, memberships, apiEvidence = {}, observedAt, expiresAt, verifier = {}, } = {}) | { descriptor = createBuildchainGithubGovernanceAuthority(), repository, targetRef, organizationPlan, codeowners, effectivePolicy, memberships, apiEvidence = {}, observedAt, expiresAt, verifier = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { evaluateGithubGovernanceSnapshot } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:694 |
GITHUB_GOVERNANCE_AUTHORITY_CONTRACT |
constant: const GITHUB_GOVERNANCE_AUTHORITY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_AUTHORITY_CONTRACT } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:3 |
GITHUB_GOVERNANCE_RECEIPT_CONTRACT |
constant: const GITHUB_GOVERNANCE_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:5 |
GITHUB_GOVERNANCE_ROLLOUT_CONTRACT |
constant: const GITHUB_GOVERNANCE_ROLLOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_ROLLOUT_CONTRACT } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:7 |
GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT |
constant: const GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { GITHUB_GOVERNANCE_RULESET_ROLLOUT_CONTRACT } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:9 |
githubGovernanceDigest |
function: function githubGovernanceDigest(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { githubGovernanceDigest } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:163 |
githubRepositoryIdentityRoot |
function: function githubRepositoryIdentityRoot({ provider = “github”, providerRepositoryId, } = {}) | { provider = “github”, providerRepositoryId, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { githubRepositoryIdentityRoot } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:540 |
normalizeGithubBranchProtectionSnapshot |
function: function normalizeGithubBranchProtectionSnapshot(protection = {}) | protection = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeGithubBranchProtectionSnapshot } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:1025 |
normalizeGithubRulesetSnapshot |
function: function normalizeGithubRulesetSnapshot(ruleset = {}) | ruleset = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { normalizeGithubRulesetSnapshot } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:1095 |
parseCodeowners |
function: function parseCodeowners(source) | source | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { parseCodeowners } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:401 |
resolveGithubGovernanceTargetPolicy |
function: function resolveGithubGovernanceTargetPolicy({ descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, targetRef, } = {}) | { descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, targetRef, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveGithubGovernanceTargetPolicy } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:607 |
resolveGithubGovernanceTargetRefs |
function: function resolveGithubGovernanceTargetRefs({ descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, availableRefs = [], requestedTargetRef = “”, } = {}) | { descriptor = BUILDCHAIN_GITHUB_GOVERNANCE_AUTHORITY, repository, availableRefs = [], requestedTargetRef = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolveGithubGovernanceTargetRefs } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:630 |
verifyGithubGovernanceReceipt |
function: function verifyGithubGovernanceReceipt(receipt, { expectedOrganization, expectedRepository, expectedRepositoryIdentityRoot, expectedTargetRef, expectedPolicyRoot, expectedVerifierSourceRevision, now = new Date().toISOString(), } = {}) | receipt, { expectedOrganization, expectedRepository, expectedRepositoryIdentityRoot, expectedTargetRef, expectedPolicyRoot, expectedVerifierSourceRevision, now = new Date().toISOString(), } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyGithubGovernanceReceipt } from "@kungfu-tech/buildchain/github-governance-authority"; |
packages/core/github-governance-authority.js:884 |
@kungfu-tech/buildchain/kfd-gate
Target: ./packages/core/kfd-gate.js. Public symbols: 19.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_JSON_FORMATTING_POLICY |
constant: const BUILDCHAIN_JSON_FORMATTING_POLICY | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_JSON_FORMATTING_POLICY } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:14 |
createKfd1ReleaseGateEvidence |
function: function createKfd1ReleaseGateEvidence({ cwd = process.cwd(), artifactRoot = “”, artifacts = [], witnesses = [], verifiedAt = new Date().toISOString(), metadata = resolveKfd1Metadata(), } = {}) | { cwd = process.cwd(), artifactRoot = “”, artifacts = [], witnesses = [], verifiedAt = new Date().toISOString(), metadata = resolveKfd1Metadata(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfd1ReleaseGateEvidence } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:977 |
createKfd3CollaborationInterfaceReleaseGateEvidence |
function: function createKfd3CollaborationInterfaceReleaseGateEvidence({ prebuildWitnesses = [], artifactWitnesses = [], prebuildWitnessMetas = [], artifactWitnessMetas = [], artifactCommandMeta = undefined, verifiedAt = new Date().toISOString(), metadata = resolveKfd3Metadata(), } = {}) | { prebuildWitnesses = [], artifactWitnesses = [], prebuildWitnessMetas = [], artifactWitnessMetas = [], artifactCommandMeta = undefined, verifiedAt = new Date().toISOString(), metadata = resolveKfd3Metadata(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createKfd3CollaborationInterfaceReleaseGateEvidence } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:1132 |
KFD1_RELEASE_GATE_CONTRACT |
constant: const KFD1_RELEASE_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD1_RELEASE_GATE_CONTRACT } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:9 |
KFD1_WITNESS_SET_CONTRACT |
constant: const KFD1_WITNESS_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD1_WITNESS_SET_CONTRACT } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:10 |
KFD3_ARTIFACT_WITNESS_CONTRACT |
constant: const KFD3_ARTIFACT_WITNESS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_ARTIFACT_WITNESS_CONTRACT } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:13 |
KFD3_PREBUILD_WITNESS_CONTRACT |
constant: const KFD3_PREBUILD_WITNESS_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_PREBUILD_WITNESS_CONTRACT } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:12 |
KFD3_RELEASE_GATE_CONTRACT |
constant: const KFD3_RELEASE_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD3_RELEASE_GATE_CONTRACT } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:11 |
normalizeKfd1ContractWorldWitness |
function: function normalizeKfd1ContractWorldWitness(witness, { metadata = resolveKfd1Metadata() } = {}) | witness, { metadata = resolveKfd1Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd1ContractWorldWitness } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:897 |
normalizeKfd3CollaborationInterfaceArtifactWitness |
function: function normalizeKfd3CollaborationInterfaceArtifactWitness(witness, { metadata = resolveKfd3Metadata() } = {}) | witness, { metadata = resolveKfd3Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3CollaborationInterfaceArtifactWitness } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:738 |
normalizeKfd3CollaborationInterfacePrebuildWitness |
function: function normalizeKfd3CollaborationInterfacePrebuildWitness(witness, { metadata = resolveKfd3Metadata() } = {}) | witness, { metadata = resolveKfd3Metadata() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeKfd3CollaborationInterfacePrebuildWitness } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:667 |
resolveKfd1Metadata |
function: function resolveKfd1Metadata() | none | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd1Metadata } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:89 |
resolveKfd2Metadata |
function: function resolveKfd2Metadata({ requireTrustTaxonomy = false } = {}) | { requireTrustTaxonomy = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd2Metadata } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:173 |
resolveKfd3Metadata |
function: function resolveKfd3Metadata({ requireSchemas = false } = {}) | { requireSchemas = false } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveKfd3Metadata } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:128 |
sha256File |
function: function sha256File(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256File } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:54 |
sha256Json |
function: function sha256Json(value) | value | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { sha256Json } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:50 |
validateKfd1ReleaseGateEvidence |
function: function validateKfd1ReleaseGateEvidence(section, { metadata = resolveKfd1Metadata() } = {}) | section, { metadata = resolveKfd1Metadata() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfd1ReleaseGateEvidence } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:1337 |
validateKfd2TrustTaxonomyEntry |
function: function validateKfd2TrustTaxonomyEntry(entry, { kind = “residualRisk”, label = kind, metadata = resolveKfd2Metadata({ requireTrustTaxonomy: true }), extensionRequests = [], } = {}) | entry, { kind = “residualRisk”, label = kind, metadata = resolveKfd2Metadata({ requireTrustTaxonomy: true }), extensionRequests = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { validateKfd2TrustTaxonomyEntry } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:506 |
validateKfd3CollaborationInterfaceReleaseGateEvidence |
function: function validateKfd3CollaborationInterfaceReleaseGateEvidence(section, { metadata = resolveKfd3Metadata() } = {}) | section, { metadata = resolveKfd3Metadata() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKfd3CollaborationInterfaceReleaseGateEvidence } from "@kungfu-tech/buildchain/kfd-gate"; |
packages/core/kfd-gate.js:1470 |
@kungfu-tech/buildchain/release-candidate
Target: ./packages/core/release-candidate.js. Public symbols: 5.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createReleaseCandidatePassport |
function: function createReleaseCandidatePassport({ repository = “”, pullRequest = {}, targetChannel = “”, version = “”, sourceHeadSha = “”, baseSha = “”, mergeRefSha = “”, sourceTreeHash = “”, buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {}) | { repository = “”, pullRequest = {}, targetChannel = “”, version = “”, sourceHeadSha = “”, baseSha = “”, mergeRefSha = “”, sourceTreeHash = “”, buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseCandidatePassport } from "@kungfu-tech/buildchain/release-candidate"; |
packages/core/release-candidate.js:310 |
FAMILY_RELEASE_EVIDENCE_CONTRACT |
constant: const FAMILY_RELEASE_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { FAMILY_RELEASE_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/release-candidate"; |
packages/core/release-candidate.js:5 |
RELEASE_CANDIDATE_PASSPORT_CONTRACT |
constant: const RELEASE_CANDIDATE_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_CANDIDATE_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/release-candidate"; |
packages/core/release-candidate.js:4 |
sha256Json |
function: function sha256Json(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256Json } from "@kungfu-tech/buildchain/release-candidate"; |
packages/core/release-candidate.js:90 |
validateReleaseCandidatePassport |
function: function validateReleaseCandidatePassport({ passport, repository = “”, targetChannel = “”, version = “”, sourceHeadSha = “”, buildSummary = undefined, requirePlatforms = true, requireFamilyEvidence = false, familyEvidenceRoot = “”, familyInitiativeId = “”, familyAssignmentId = “”, } = {}) | { passport, repository = “”, targetChannel = “”, version = “”, sourceHeadSha = “”, buildSummary = undefined, requirePlatforms = true, requireFamilyEvidence = false, familyEvidenceRoot = “”, familyInitiativeId = “”, familyAssignmentId = “”, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseCandidatePassport } from "@kungfu-tech/buildchain/release-candidate"; |
packages/core/release-candidate.js:404 |
@kungfu-tech/buildchain/stable-candidate-ledger
Target: ./packages/core/stable-candidate-ledger.js. Public symbols: 11.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createStableCandidateLedger |
function: function createStableCandidateLedger({ repository, targetBranch, now = new Date().toISOString() } = {}) | { repository, targetBranch, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createStableCandidateLedger } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:56 |
markStableCandidatePromoted |
function: function markStableCandidatePromoted(ledgerInput, versionInput, { stableTag = “”, stableSha = “”, now = new Date().toISOString() } = {}) | ledgerInput, versionInput, { stableTag = “”, stableSha = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { markStableCandidatePromoted } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:229 |
normalizeStableCandidateLedger |
function: function normalizeStableCandidateLedger(input, expected = {}) | input, expected = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeStableCandidateLedger } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:76 |
qualifyStableCandidate |
function: function qualifyStableCandidate(ledgerInput, observation, { minimumSoakSeconds = 3600, now = new Date().toISOString() } = {}) | ledgerInput, observation, { minimumSoakSeconds = 3600, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { qualifyStableCandidate } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:139 |
registerStableCandidate |
function: function registerStableCandidate(ledgerInput, candidateInput, { now = new Date().toISOString() } = {}) | ledgerInput, candidateInput, { now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { registerStableCandidate } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:106 |
revokeStableCandidate |
function: function revokeStableCandidate(ledgerInput, versionInput, { reason, actor = “”, now = new Date().toISOString() } = {}) | ledgerInput, versionInput, { reason, actor = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { revokeStableCandidate } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:185 |
selectStableCandidate |
function: function selectStableCandidate(ledgerInput, { releaseNow = “”, now = new Date().toISOString() } = {}) | ledgerInput, { releaseNow = “”, now = new Date().toISOString() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { selectStableCandidate } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:206 |
setStableCandidateHold |
function: function setStableCandidateHold(ledgerInput, enabled, { reason = “”, now = new Date().toISOString() } = {}) | ledgerInput, enabled, { reason = “”, now = new Date().toISOString() } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { setStableCandidateHold } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:198 |
STABLE_CANDIDATE_LEDGER_CONTRACT |
constant: const STABLE_CANDIDATE_LEDGER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { STABLE_CANDIDATE_LEDGER_CONTRACT } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:1 |
STABLE_CANDIDATE_STATES |
constant: const STABLE_CANDIDATE_STATES | none | value | Import does not declare a throw contract. | none-on-import | import { STABLE_CANDIDATE_STATES } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:2 |
stableCandidatePromotionRefs |
function: function stableCandidatePromotionRefs(candidateInput, targetBranch) | candidateInput, targetBranch | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { stableCandidatePromotionRefs } from "@kungfu-tech/buildchain/stable-candidate-ledger"; |
packages/core/stable-candidate-ledger.js:264 |
@kungfu-tech/buildchain/release-passport
Target: ./packages/core/release-passport.js. Public symbols: 23.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
AGENT_INDEX_CONTRACT |
constant: const AGENT_INDEX_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { AGENT_INDEX_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:31 |
ARTIFACT_EVIDENCE_CONTRACT |
constant: const ARTIFACT_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { ARTIFACT_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:29 |
collectGitHubReleasePassport |
function: function collectGitHubReleasePassport({ cwd = process.cwd(), tag = “”, repository = process.env.GITHUB_REPOSITORY || “”, sourceSha = process.env.GITHUB_SHA || “”, line = “”, outputDir = “.buildchain/release-passport”, assetsJson = “”, assetsDir = “”, releaseJson = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, packageSetJson = “”, publishEvidenceJson = “”, trustedPublishingJson = “”, transactionJson = “”, anchorManifestJson = “”, versionMaterialJson = “”, impactJson = “”, buildSummaryJson = “”, buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = “”, kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = “”, kfdSupportMatrixJson = “”, kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = “”, releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = “”, controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = “”, requireBaseKfd = false, releaseJsonExtra = “”, publishJson = “”, workflow = {}, checkedAt = “”, } = {}) | { cwd = process.cwd(), tag = “”, repository = process.env.GITHUB_REPOSITORY || “”, sourceSha = process.env.GITHUB_SHA || “”, line = “”, outputDir = “.buildchain/release-passport”, assetsJson = “”, assetsDir = “”, releaseJson = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, packageSetJson = “”, publishEvidenceJson = “”, trustedPublishingJson = “”, transactionJson = “”, anchorManifestJson = “”, versionMaterialJson = “”, impactJson = “”, buildSummaryJson = “”, buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = “”, kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = “”, kfdSupportMatrixJson = “”, kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = “”, releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = “”, controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = “”, requireBaseKfd = false, releaseJsonExtra = “”, publishJson = “”, workflow = {}, checkedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { collectGitHubReleasePassport } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:1488 |
createArtifactEvidence |
function: function createArtifactEvidence({ assets = [], repository = “”, tag = “”, sourceSha = “”, workflow = {} } = {}) | { assets = [], repository = “”, tag = “”, sourceSha = “”, workflow = {} } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createArtifactEvidence } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:1158 |
createInvariantPassportGate |
function: function createInvariantPassportGate(passportMetas = []) | passportMetas = [] | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createInvariantPassportGate } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:201 |
createReleaseCheckReport |
function: function createReleaseCheckReport({ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {}) | { passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleaseCheckReport } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:2628 |
createReleasePassport |
function: function createReleasePassport({ cwd = process.cwd(), repository = “”, tag = “”, sourceSha = “”, line = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, productMechanismPath = “product-mechanism.json”, artifactEvidencePath = “artifact-evidence.json”, impactPath = “impact.json”, agentIndexPath = “agent-index.json”, checkReportPath = “check-report.json”, publishEvidencePath = “”, transactionStatePath = “”, assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = “”, invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = “”, controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = “”, } = {}) | { cwd = process.cwd(), repository = “”, tag = “”, sourceSha = “”, line = “”, productName = “Buildchain”, packageName = “@kungfu-tech/buildchain”, packageVersion = “”, productMechanismPath = “product-mechanism.json”, artifactEvidencePath = “artifact-evidence.json”, impactPath = “impact.json”, agentIndexPath = “agent-index.json”, checkReportPath = “check-report.json”, publishEvidencePath = “”, transactionStatePath = “”, assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = “”, invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = “”, controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePassport } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:1214 |
explainReleasePassport |
function: async function explainReleasePassport({ passportLocation, forAudience = “human” } = {}) | { passportLocation, forAudience = “human” } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { explainReleasePassport } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:2812 |
IMPACT_LEDGER_CONTRACT |
constant: const IMPACT_LEDGER_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { IMPACT_LEDGER_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:30 |
INVARIANT_PASSPORT_GATE_CONTRACT |
constant: const INVARIANT_PASSPORT_GATE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { INVARIANT_PASSPORT_GATE_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:37 |
KFD_AGENT_HUB_RELEASE_EVIDENCE_CONTRACT |
constant: const KFD_AGENT_HUB_RELEASE_EVIDENCE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD_AGENT_HUB_RELEASE_EVIDENCE_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:38 |
KFD2_RELEASE_TRUST_PASSPORT_CONTRACT |
constant: const KFD2_RELEASE_TRUST_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_RELEASE_TRUST_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:35 |
KFD2_TRUST_PROOF_CONTRACT |
constant: const KFD2_TRUST_PROOF_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { KFD2_TRUST_PROOF_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:36 |
makeReleasePassportFixtureAssets |
function: function makeReleasePassportFixtureAssets(dir) | dir | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | local-filesystem-write | import { makeReleasePassportFixtureAssets } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:2841 |
PRODUCT_MECHANISM_CONTRACT |
constant: const PRODUCT_MECHANISM_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PRODUCT_MECHANISM_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:32 |
readJsonFromLocation |
function: async function readJsonFromLocation(location, redirectCount = 0, { timeoutMs = 15_000 } = {}) | location, redirectCount = 0, { timeoutMs = 15_000 } = {} | Promise<unknown> | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readJsonFromLocation } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:2694 |
RELEASE_CHECK_REPORT_CONTRACT |
constant: const RELEASE_CHECK_REPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_CHECK_REPORT_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:33 |
RELEASE_EVIDENCE_ATTACHMENT_CONTRACT |
constant: const RELEASE_EVIDENCE_ATTACHMENT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_EVIDENCE_ATTACHMENT_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:34 |
RELEASE_PASSPORT_CONTRACT |
constant: const RELEASE_PASSPORT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_CONTRACT } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:28 |
sha256File |
function: function sha256File(filePath) | filePath | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write, subprocess | import { sha256File } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:216 |
sha256Text |
function: function sha256Text(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { sha256Text } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:138 |
validateKnownReleasePassportContracts |
function: function validateKnownReleasePassportContracts() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateKnownReleasePassportContracts } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:2853 |
verifyReleasePassport |
function: async function verifyReleasePassport({ passportLocation, artifactEvidenceLocation = “”, publishEvidenceLocation = “”, impactLocation = “”, agentIndexLocation = “”, productMechanismLocation = “”, kfdAgentHubEvidenceLocation = “”, kfdSupportEvidenceLocation = “”, checkedAt = nowIso(), } = {}) | { passportLocation, artifactEvidenceLocation = “”, publishEvidenceLocation = “”, impactLocation = “”, agentIndexLocation = “”, productMechanismLocation = “”, kfdAgentHubEvidenceLocation = “”, kfdSupportEvidenceLocation = “”, checkedAt = nowIso(), } = {} | Promise<unknown> | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { verifyReleasePassport } from "@kungfu-tech/buildchain/release-passport"; |
packages/core/release-passport.js:2743 |
@kungfu-tech/buildchain/release-passport-contract
Target: ./packages/core/release-passport-contract.js. Public symbols: 5.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
createReleasePassportCheckManifest |
function: function createReleasePassportCheckManifest({ standards = kfdStandards } = {}) | { standards = kfdStandards } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePassportCheckManifest } from "@kungfu-tech/buildchain/release-passport-contract"; |
packages/core/release-passport-contract.js:147 |
RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT |
constant: const RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT } from "@kungfu-tech/buildchain/release-passport-contract"; |
packages/core/release-passport-contract.js:9 |
RELEASE_PASSPORT_SCHEMA |
constant: const RELEASE_PASSPORT_SCHEMA | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_SCHEMA } from "@kungfu-tech/buildchain/release-passport-contract"; |
packages/core/release-passport-contract.js:16 |
RELEASE_PASSPORT_SCHEMA_ID |
constant: const RELEASE_PASSPORT_SCHEMA_ID | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PASSPORT_SCHEMA_ID } from "@kungfu-tech/buildchain/release-passport-contract"; |
packages/core/release-passport-contract.js:7 |
validateReleasePassportSchema |
function: function validateReleasePassportSchema(passport) | passport | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleasePassportSchema } from "@kungfu-tech/buildchain/release-passport-contract"; |
packages/core/release-passport-contract.js:256 |
@kungfu-tech/buildchain/release-propagation
Target: ./packages/core/release-propagation.js. Public symbols: 42.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
claimReleasePropagationWork |
function: function claimReleasePropagationWork({ work, expectedWorkRoot, authority, familyState, } = {}) | { work, expectedWorkRoot, authority, familyState, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { claimReleasePropagationWork } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-transitions.js:17 |
classifyReleasePropagationCondition |
function: function classifyReleasePropagationCondition(condition) | condition | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { classifyReleasePropagationCondition } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-agent-entry.js:171 |
completeReleasePropagationWork |
function: function completeReleasePropagationWork({ work, expectedWorkRoot, receipt, completionDecision, } = {}) | { work, expectedWorkRoot, receipt, completionDecision, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { completeReleasePropagationWork } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-transitions.js:110 |
createManualUpstreamPickupCapture |
function: function createManualUpstreamPickupCapture({ plan, expectedDownstreamBaseSha, }) | { plan, expectedDownstreamBaseSha, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createManualUpstreamPickupCapture } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-pickup.js:361 |
createManualUpstreamPickupPlan |
function: function createManualUpstreamPickupPlan({ config: configInput, sourceId, channel, currentVersion, upstreamRelease, }) | { config: configInput, sourceId, channel, currentVersion, upstreamRelease, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createManualUpstreamPickupPlan } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-pickup.js:303 |
createPackageReleasePropagationCapture |
function: function createPackageReleasePropagationCapture({ config: configInput, upstreamRelease: upstreamReleaseInput, expectedBaseShas = {}, } = {}) | { config: configInput, upstreamRelease: upstreamReleaseInput, expectedBaseShas = {}, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createPackageReleasePropagationCapture } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-capture.js:101 |
createReleasePropagationLock |
function: function createReleasePropagationLock({ graph, edge, sourceNode, targetNode, upstreamRelease, downstreamChannel, } = {}) | { graph, edge, sourceNode, targetNode, upstreamRelease, downstreamChannel, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePropagationLock } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:199 |
createReleasePropagationPushPlan |
function: function createReleasePropagationPushPlan({ work: workInput, expectedWorkRoot, repositoryState: stateInput, } = {}) | { work: workInput, expectedWorkRoot, repositoryState: stateInput, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { createReleasePropagationPushPlan } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-push.js:77 |
createReleasePropagationReceipt |
function: function createReleasePropagationReceipt({ plan, target = “”, lockResult, prOutcome, stagingState = “pending”, productionState = “not-requested”, observedAt = “”, } = {}) | { plan, target = “”, lockResult, prOutcome, stagingState = “pending”, productionState = “not-requested”, observedAt = “”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePropagationReceipt } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:371 |
createReleasePropagationStageReceipt |
function: function createReleasePropagationStageReceipt({ work, stage, outcome = “success”, observedAt, actor, summary, evidence, failure = null, } = {}) | { work, stage, outcome = “success”, observedAt, actor, summary, evidence, failure = null, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createReleasePropagationStageReceipt } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work.js:214 |
createReleasePropagationWork |
function: function createReleasePropagationWork({ plan, target = “”, workContext, expectedDownstreamBaseSha, } = {}) | { plan, target = “”, workContext, expectedDownstreamBaseSha, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleasePropagationWork } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work.js:111 |
executeReleasePropagationPush |
function: function executeReleasePropagationPush({ work, expectedWorkRoot, cwd = process.cwd(), remote = “origin”, } = {}) | { work, expectedWorkRoot, cwd = process.cwd(), remote = “origin”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { executeReleasePropagationPush } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-push.js:231 |
inspectReleasePropagationPushState |
function: function inspectReleasePropagationPushState({ work: workInput, cwd = process.cwd(), remote = “origin”, } = {}) | { work: workInput, cwd = process.cwd(), remote = “origin”, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | subprocess | import { inspectReleasePropagationPushState } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-push.js:174 |
MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT |
constant: const MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { MANUAL_UPSTREAM_PICKUP_CONFIG_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-pickup.js:16 |
MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT |
constant: const MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { MANUAL_UPSTREAM_PICKUP_PLAN_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-pickup.js:18 |
normalizeManualUpstreamPickupConfig |
function: function normalizeManualUpstreamPickupConfig(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeManualUpstreamPickupConfig } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-pickup.js:118 |
normalizePackageReleasePropagationConfig |
function: function normalizePackageReleasePropagationConfig(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizePackageReleasePropagationConfig } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-capture.js:63 |
normalizeReleasePropagationGraph |
function: function normalizeReleasePropagationGraph(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeReleasePropagationGraph } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:163 |
normalizeSiteUpstreamIntent |
function: function normalizeSiteUpstreamIntent(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { normalizeSiteUpstreamIntent } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-agent-entry.js:77 |
PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT |
constant: const PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { PACKAGE_RELEASE_PROPAGATION_CONFIG_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-capture.js:17 |
planReleasePropagation |
function: function planReleasePropagation({ graph: graphInput, upstreamRelease: releaseInput, sourceNode = “” } = {}) | { graph: graphInput, upstreamRelease: releaseInput, sourceNode = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { planReleasePropagation } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:249 |
planSiteUpstreamAgentEntry |
function: function planSiteUpstreamAgentEntry({ sourceId: sourceInput, channel = “”, handoffWork = null, } = {}) | { sourceId: sourceInput, channel = “”, handoffWork = null, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { planSiteUpstreamAgentEntry } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-agent-entry.js:134 |
readReleasePropagationJson |
function: function readReleasePropagationJson(value, { cwd = process.cwd(), label = “json” } = {}) | value, { cwd = process.cwd(), label = “json” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { readReleasePropagationJson } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:305 |
recordReleasePropagationStage |
function: function recordReleasePropagationStage({ work, expectedWorkRoot, receipt } = {}) | { work, expectedWorkRoot, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordReleasePropagationStage } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-transitions.js:45 |
RELEASE_PROPAGATION_FAILURE_MATRIX |
constant: const RELEASE_PROPAGATION_FAILURE_MATRIX | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_FAILURE_MATRIX } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-agent-entry.js:66 |
RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT |
constant: const RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_FAILURE_MATRIX_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-agent-entry.js:11 |
RELEASE_PROPAGATION_GRAPH_CONTRACT |
constant: const RELEASE_PROPAGATION_GRAPH_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_GRAPH_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:15 |
RELEASE_PROPAGATION_LOCK_CONTRACT |
constant: const RELEASE_PROPAGATION_LOCK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_LOCK_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:17 |
RELEASE_PROPAGATION_PLAN_CONTRACT |
value: RELEASE_PROPAGATION_PLAN_CONTRACT | none | unknown | No narrower error contract was mechanically discoverable. | unknown | import { RELEASE_PROPAGATION_PLAN_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:1 |
RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT |
constant: const RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_PUSH_PLAN_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-push.js:14 |
RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT |
constant: const RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_PUSH_RESULT_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-push.js:16 |
RELEASE_PROPAGATION_RECEIPT_CONTRACT |
constant: const RELEASE_PROPAGATION_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:18 |
RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT |
constant: const RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_STAGE_RECEIPT_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-constants.js:2 |
RELEASE_PROPAGATION_WORK_CONTRACT |
constant: const RELEASE_PROPAGATION_WORK_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_WORK_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-constants.js:1 |
RELEASE_PROPAGATION_WORK_STAGES |
constant: const RELEASE_PROPAGATION_WORK_STAGES | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_PROPAGATION_WORK_STAGES } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-constants.js:4 |
repairReleasePropagationWork |
function: function repairReleasePropagationWork({ work, expectedWorkRoot, receipt } = {}) | { work, expectedWorkRoot, receipt } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { repairReleasePropagationWork } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work-transitions.js:88 |
resolveNpmRegistryRelease |
function: function resolveNpmRegistryRelease({ source: sourceInput, channel, packageMetadata, attestations, }) | { source: sourceInput, channel, packageMetadata, attestations, } | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { resolveNpmRegistryRelease } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-pickup.js:167 |
resolvePropagationChannel |
function: function resolvePropagationChannel(edge, upstreamChannel) | edge, upstreamChannel | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resolvePropagationChannel } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:190 |
resumeReleasePropagationWork |
function: function resumeReleasePropagationWork(work) | work | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { resumeReleasePropagationWork } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work.js:518 |
SITE_UPSTREAM_AGENT_ENTRY_CONTRACT |
constant: const SITE_UPSTREAM_AGENT_ENTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { SITE_UPSTREAM_AGENT_ENTRY_CONTRACT } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-agent-entry.js:9 |
verifyReleasePropagationWork |
function: function verifyReleasePropagationWork(input) | input | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { verifyReleasePropagationWork } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation-work.js:486 |
writeReleasePropagationLock |
function: function writeReleasePropagationLock({ plan, target = “”, cwd = process.cwd(), output = “” } = {}) | { plan, target = “”, cwd = process.cwd(), output = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | local-filesystem-write | import { writeReleasePropagationLock } from "@kungfu-tech/buildchain/release-propagation"; |
packages/core/release-propagation.js:317 |
@kungfu-tech/buildchain/release-activation-transaction
Target: ./packages/core/release-activation-transaction.js. Public symbols: 11.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
abortReleaseActivationTransaction |
function: function abortReleaseActivationTransaction(transaction, reason) | transaction, reason | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { abortReleaseActivationTransaction } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:277 |
createReleaseActivationReceiptSet |
function: function createReleaseActivationReceiptSet({ transaction, receipts = [], } = {}) | { transaction, receipts = [], } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleaseActivationReceiptSet } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:311 |
createReleaseActivationTransaction |
function: function createReleaseActivationTransaction({ transactionId, mode = “shadow”, bindings, owners, } = {}) | { transactionId, mode = “shadow”, bindings, owners, } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { createReleaseActivationTransaction } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:103 |
recordReleaseActivationPhase |
function: function recordReleaseActivationPhase(transaction, phaseId, { receiptRoots = [], failure = “” } = {}) | transaction, phaseId, { receiptRoots = [], failure = “” } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { recordReleaseActivationPhase } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:217 |
RELEASE_ACTIVATION_CONTRACT |
constant: const RELEASE_ACTIVATION_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_CONTRACT } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:3 |
RELEASE_ACTIVATION_PHASES |
constant: const RELEASE_ACTIVATION_PHASES | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_PHASES } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:8 |
RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT |
constant: const RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { RELEASE_ACTIVATION_RECEIPT_SET_CONTRACT } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:5 |
releaseActivationRoot |
function: function releaseActivationRoot(value) | value | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | none-detected-by-static-source-scan | import { releaseActivationRoot } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:38 |
rollbackReleaseActivationTransaction |
function: function rollbackReleaseActivationTransaction(transaction, { toSiteSourceSha, reason } = {}) | transaction, { toSiteSourceSha, reason } = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { rollbackReleaseActivationTransaction } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:290 |
validateReleaseActivationReceiptSet |
function: function validateReleaseActivationReceiptSet(receiptSet, { allowShadow = true } = {}) | receiptSet, { allowShadow = true } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseActivationReceiptSet } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:376 |
validateReleaseActivationTransaction |
function: function validateReleaseActivationTransaction(transaction) | transaction | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { validateReleaseActivationTransaction } from "@kungfu-tech/buildchain/release-activation-transaction"; |
packages/core/release-activation-transaction.js:146 |
@kungfu-tech/buildchain/surface-manifest
Target: ./packages/core/surface-manifest.js. Public symbols: 3.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
applySurfaceTimestampPolicy |
function: function applySurfaceTimestampPolicy(manifest, options = {}) | manifest, options = {} | unknown | May throw an Error on rejected input or failed operations; follow the linked source contract. | may-write-or-invoke-external-actions | import { applySurfaceTimestampPolicy } from "@kungfu-tech/buildchain/surface-manifest"; |
packages/core/surface-manifest.js:79 |
createSurfaceTimestampPolicy |
function: function createSurfaceTimestampPolicy({ generatedAt = “”, publishedAt = “”, sourceDateEpoch = process.env.SOURCE_DATE_EPOCH || DEFAULT_SOURCE_DATE_EPOCH, sourceRevision = “”, deterministicInputs = [], timestampPolicy = “”, timestampFields = [“generatedAt”, “publishedAt”], timestampFieldsParticipateInArtifactDigest = true, artifactDigestScope = “manifest-and-artifact”, reproducible = true, } = {}) | { generatedAt = “”, publishedAt = “”, sourceDateEpoch = process.env.SOURCE_DATE_EPOCH || DEFAULT_SOURCE_DATE_EPOCH, sourceRevision = “”, deterministicInputs = [], timestampPolicy = “”, timestampFields = [“generatedAt”, “publishedAt”], timestampFieldsParticipateInArtifactDigest = true, artifactDigestScope = “manifest-and-artifact”, reproducible = true, } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createSurfaceTimestampPolicy } from "@kungfu-tech/buildchain/surface-manifest"; |
packages/core/surface-manifest.js:34 |
SURFACE_TIMESTAMP_POLICY_CONTRACT |
constant: const SURFACE_TIMESTAMP_POLICY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { SURFACE_TIMESTAMP_POLICY_CONTRACT } from "@kungfu-tech/buildchain/surface-manifest"; |
packages/core/surface-manifest.js:1 |
@kungfu-tech/buildchain/buildchain-kfd-claims
Target: ./packages/core/buildchain-kfd-claims.js. Public symbols: 10.
| Symbol | Kind and signature | Parameters | Return | Errors | Side effects | Example | Source |
|---|---|---|---|---|---|---|---|
BUILDCHAIN_AGENT_MANUALS |
constant: const BUILDCHAIN_AGENT_MANUALS | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_AGENT_MANUALS } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-agent-manuals.js:1 |
BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT |
constant: const BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_CLAIM_REGISTRY_CONTRACT } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:14 |
BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT |
constant: const BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT | none | value | Import does not declare a throw contract. | none-on-import | import { BUILDCHAIN_KFD_COLLABORATION_INTERFACE_CONTRACT } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:15 |
createBuildchainKfd1Witness |
function: function createBuildchainKfd1Witness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd1Witness } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:530 |
createBuildchainKfd2Claims |
function: function createBuildchainKfd2Claims({ root = process.cwd(), witnessFiles = {} } = {}) | { root = process.cwd(), witnessFiles = {} } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd2Claims } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:687 |
createBuildchainKfd3ArtifactWitness |
function: function createBuildchainKfd3ArtifactWitness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd3ArtifactWitness } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:647 |
createBuildchainKfd3PrebuildWitness |
function: function createBuildchainKfd3PrebuildWitness({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfd3PrebuildWitness } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:583 |
createBuildchainKfdClaimRegistry |
function: function createBuildchainKfdClaimRegistry({ root = process.cwd(), sourceSha = “” } = {}) | { root = process.cwd(), sourceSha = “” } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfdClaimRegistry } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:510 |
createBuildchainKfdSurfaceRegistry |
function: function createBuildchainKfdSurfaceRegistry({ root = process.cwd() } = {}) | { root = process.cwd() } = {} | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainKfdSurfaceRegistry } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:411 |
createBuildchainPublicClaimDefinitions |
function: function createBuildchainPublicClaimDefinitions() | none | unknown | Errors from called operations may propagate; no narrower throw contract is declared in source. | none-detected-by-static-source-scan | import { createBuildchainPublicClaimDefinitions } from "@kungfu-tech/buildchain/buildchain-kfd-claims"; |
packages/core/buildchain-kfd-claims.js:226 |