Skip to main content

API Surface

Exhaustive claim-linked public API catalog from docs/claim-trace/claim-signature-links.json, grouped by module and sorted deterministically.

Konditional models feature declarations through namespace-owned typed feature definitions.

Runtime configuration ingestion is exposed through a snapshot loader that returns Result and supports typed parse failures.

Deterministic ramp-up behavior is backed by stable bucketing functions.

Namespace-scoped runtime operations are implemented by an in-memory namespace registry.

Feature declarations are modeled as typed entities under Namespace and Feature abstractions.

Parse boundary failures are represented with explicit ParseError and KonditionalBoundaryFailure types.

First-success routes correspond to concrete runtime APIs for ramp-up and snapshot loading.

Adoption phases rely on load, disable, and rollback runtime operations.

konditional-core

Claim IDKindSignatureSource pageConcept/guide link
CLM-PR01-01Atypeio.amichne.konditional.core.Namespace/overview/start-here.md/overview/start-here.md
CLM-PR01-01Atypeio.amichne.konditional.core.features.Feature/overview/start-here.md/overview/start-here.md
CLM-PR01-01Btypeio.amichne.konditional.core.result.KonditionalBoundaryFailure/overview/start-here.md/overview/start-here.md
CLM-PR01-01Btypeio.amichne.konditional.core.result.ParseError/overview/start-here.md/overview/start-here.md
CLM-PR01-02Amethodio.amichne.konditional.core.evaluation.Bucketing#fun isInRampUp( rampUp: RampUp, bucket: Int, ): Boolean/overview/product-value-fit.md/overview/product-value-fit.md
CLM-PR01-02Amethodio.amichne.konditional.core.evaluation.Bucketing#fun stableBucket( salt: String, flagKey: String, stableId: HexId, ): Int/overview/product-value-fit.md/overview/product-value-fit.md
CLM-PR01-02Atypeio.amichne.konditional.core.evaluation.Bucketing/overview/product-value-fit.md/overview/product-value-fit.md
CLM-PR01-03Atypeio.amichne.konditional.core.FlagDefinition/overview/why-typed-flags.md/overview/why-typed-flags.md
CLM-PR01-03Atypeio.amichne.konditional.core.Namespace/overview/why-typed-flags.md/overview/why-typed-flags.md
CLM-PR01-03Atypeio.amichne.konditional.core.features.Feature/overview/why-typed-flags.md/overview/why-typed-flags.md
CLM-PR01-03Btypeio.amichne.konditional.core.result.KonditionalBoundaryFailure/overview/why-typed-flags.md/overview/why-typed-flags.md
CLM-PR01-03Btypeio.amichne.konditional.core.result.ParseError/overview/why-typed-flags.md/overview/why-typed-flags.md
CLM-PR01-04Amethodio.amichne.konditional.api.RampUpBucketing#fun bucket( stableId: StableId, featureKey: String, salt: String, ): Int/overview/first-success-map.md/overview/first-success-map.md
CLM-PR01-04Atypeio.amichne.konditional.api.RampUpBucketing/overview/first-success-map.md/overview/first-success-map.md
CLM-PR01-06Atypeio.amichne.konditional.core.Namespace/quickstart/index.md/quickstart/index.md
CLM-PR01-07Atypeio.amichne.konditional.core.Namespace/quickstart/install.md/quickstart/install.md
CLM-PR01-08Atypeio.amichne.konditional.core.FlagDefinition/quickstart/define-first-flag.md/quickstart/define-first-flag.md
CLM-PR01-08Atypeio.amichne.konditional.core.Namespace/quickstart/define-first-flag.md/quickstart/define-first-flag.md
CLM-PR01-08Atypeio.amichne.konditional.core.features.Feature/quickstart/define-first-flag.md/quickstart/define-first-flag.md
CLM-PR01-08Btypeio.amichne.konditional.core.Namespace/quickstart/define-first-flag.md/quickstart/define-first-flag.md
CLM-PR01-09Atypeio.amichne.konditional.core.FlagDefinition/quickstart/evaluate-in-app-code.md/quickstart/evaluate-in-app-code.md
CLM-PR01-09Atypeio.amichne.konditional.core.evaluation.Bucketing/quickstart/evaluate-in-app-code.md/quickstart/evaluate-in-app-code.md
CLM-PR01-10Amethodio.amichne.konditional.api.RampUpBucketing#fun bucket( stableId: StableId, featureKey: String, salt: String, ): Int/quickstart/add-deterministic-ramp-up.md/quickstart/add-deterministic-ramp-up.md
CLM-PR01-10Amethodio.amichne.konditional.core.evaluation.Bucketing#fun isInRampUp( rampUp: RampUp, bucket: Int, ): Boolean/quickstart/add-deterministic-ramp-up.md/quickstart/add-deterministic-ramp-up.md
CLM-PR01-10Amethodio.amichne.konditional.core.evaluation.Bucketing#fun stableBucket( salt: String, flagKey: String, stableId: HexId, ): Int/quickstart/add-deterministic-ramp-up.md/quickstart/add-deterministic-ramp-up.md
CLM-PR01-10Atypeio.amichne.konditional.core.id.StableId/quickstart/add-deterministic-ramp-up.md/quickstart/add-deterministic-ramp-up.md
CLM-PR01-11Btypeio.amichne.konditional.core.result.KonditionalBoundaryFailure/quickstart/load-first-snapshot-safely.md/quickstart/load-first-snapshot-safely.md
CLM-PR01-11Btypeio.amichne.konditional.core.result.ParseError/quickstart/load-first-snapshot-safely.md/quickstart/load-first-snapshot-safely.md
CLM-PR01-12Atypeio.amichne.konditional.core.evaluation.Bucketing/quickstart/verify-end-to-end.md/quickstart/verify-end-to-end.md
CLM-PR01-12Atypeio.amichne.konditional.core.result.ParseError/quickstart/verify-end-to-end.md/quickstart/verify-end-to-end.md

konditional-runtime

Claim IDKindSignatureSource pageConcept/guide link
CLM-PR01-01Btypeio.amichne.konditional.serialization.snapshot.NamespaceSnapshotLoader/overview/start-here.md/overview/start-here.md
CLM-PR01-02Bmethodio.amichne.konditional.core.registry.InMemoryNamespaceRegistry#override fun load(config: ConfigurationView)/overview/product-value-fit.md/overview/product-value-fit.md
CLM-PR01-02Bmethodio.amichne.konditional.core.registry.InMemoryNamespaceRegistry#override fun rollback(steps: Int): Boolean/overview/product-value-fit.md/overview/product-value-fit.md
CLM-PR01-02Btypeio.amichne.konditional.core.registry.InMemoryNamespaceRegistry/overview/product-value-fit.md/overview/product-value-fit.md
CLM-PR01-04Atypeio.amichne.konditional.serialization.snapshot.NamespaceSnapshotLoader/overview/first-success-map.md/overview/first-success-map.md
CLM-PR01-05Amethodio.amichne.konditional.core.registry.InMemoryNamespaceRegistry#override fun disableAll()/overview/adoption-roadmap.md/overview/adoption-roadmap.md
CLM-PR01-05Amethodio.amichne.konditional.core.registry.InMemoryNamespaceRegistry#override fun rollback(steps: Int): Boolean/overview/adoption-roadmap.md/overview/adoption-roadmap.md
CLM-PR01-05Atypeio.amichne.konditional.core.registry.InMemoryNamespaceRegistry/overview/adoption-roadmap.md/overview/adoption-roadmap.md
CLM-PR01-06Atypeio.amichne.konditional.serialization.snapshot.NamespaceSnapshotLoader/quickstart/index.md/quickstart/index.md
CLM-PR01-07Atypeio.amichne.konditional.core.registry.InMemoryNamespaceRegistry/quickstart/install.md/quickstart/install.md
CLM-PR01-11Amethodio.amichne.konditional.serialization.snapshot.NamespaceSnapshotLoader#fun load( json: String, options: SnapshotLoadOptions = SnapshotLoadOptions.strict(), ): Result<Configuration>/quickstart/load-first-snapshot-safely.md/quickstart/load-first-snapshot-safely.md
CLM-PR01-11Atypeio.amichne.konditional.serialization.snapshot.NamespaceSnapshotLoader/quickstart/load-first-snapshot-safely.md/quickstart/load-first-snapshot-safely.md
CLM-PR01-12Amethodio.amichne.konditional.core.registry.InMemoryNamespaceRegistry#override fun load(config: ConfigurationView)/quickstart/verify-end-to-end.md/quickstart/verify-end-to-end.md
CLM-PR01-12Atypeio.amichne.konditional.core.registry.InMemoryNamespaceRegistry/quickstart/verify-end-to-end.md/quickstart/verify-end-to-end.md

konditional-serialization

Claim IDKindSignatureSource pageConcept/guide link
CLM-PR01-08Btypeio.amichne.konditional.serialization.snapshot.ConfigurationSnapshotCodec/quickstart/define-first-flag.md/quickstart/define-first-flag.md
CLM-PR01-11Atypeio.amichne.konditional.serialization.options.SnapshotLoadOptions/quickstart/load-first-snapshot-safely.md/quickstart/load-first-snapshot-safely.md
CLM-PR01-11Atypeio.amichne.konditional.serialization.snapshot.ConfigurationSnapshotCodec/quickstart/load-first-snapshot-safely.md/quickstart/load-first-snapshot-safely.md

Claim Coverage

Claim IDStatement
CLM-PR01-01AKonditional models feature declarations through namespace-owned typed feature definitions.
CLM-PR01-01BRuntime configuration ingestion is exposed through a snapshot loader that returns Result and supports typed parse failures.
CLM-PR01-02ADeterministic ramp-up behavior is backed by stable bucketing functions.
CLM-PR01-02BNamespace-scoped runtime operations are implemented by an in-memory namespace registry.
CLM-PR01-03AFeature declarations are modeled as typed entities under Namespace and Feature abstractions.
CLM-PR01-03BParse boundary failures are represented with explicit ParseError and KonditionalBoundaryFailure types.
CLM-PR01-04AThe first-success routes correspond to concrete runtime APIs for ramp-up and snapshot loading.
CLM-PR01-05AAdoption phases rely on load, disable, and rollback runtime operations.

Next Steps