Skip to main content

Reference

Reference pages answer exact lookup questions. They do not replace getting started guides, modeling explanations, or production recipes.

Verification Status

Every non-index Reference page declares one of these evidence states in machine-readable front matter:

  • Verified: checked against a named command, source, generated workspace, or runtime document.
  • Version-sensitive: valid only for the version stated on the page.
  • Provisional: useful current evidence, but not yet a complete contract.
  • Unverified: retained only as a gap; do not automate against it.

A short page is preferable to a comprehensive-looking page built from guessed defaults or method names.

Lookup Map

NeedReference
Java, Rust, Go, Python, .NET, and TypeScript runtime selectionLanguage Support Overview
Current Generator, Java, and Rust versionsLatest Versions
Cargo and Maven command entry pointsClient Tools
Runtime configurationConfiguration Properties
Rust environment settingsEnvironment Variables
Evaluation and runtime failuresReading Markdown Reports and Diagnostics Catalog
Symptom-oriented recovery pathsTroubleshooting Index
Java, Rust, generator, and provider alignmentCompatibility Matrix
Stack-specific compatibility decisionsJava Compatibility, Rust Compatibility, and Database Provider Compatibility
Generated, runtime, and extension API boundariesJava API Map and Rust API Map
Persistence ID range, storage, and transport rulesPortable Entity ID Range
Version meaning, support status, upgrade process, and breaking changesVersion Policy, Support Lifecycle, Upgrade Guide, and Migration Notes
Release history and publication requirementsChangelog and Release Notes
Documentation ownership and verification rulesDocumentation Maintenance
Reproducible checks, dated results, and current blockersVerification Evidence
Runnable fixtures, illustrative scenarios, and historical reportsExamples and Evidence Index
KSML terms and validation rulesKSML Vocabulary
Java and Rust agent tool boundariesJava Sandbox and Rust Sandbox

Required Metadata

Every non-index Reference page must declare:

FieldMeaning
Verification statusverified, version-sensitive, provisional, or unverified.
AuthorityCommand, source, generated artifact, or maintained runtime page used as evidence.
Verified versionVersion or evidence boundary most recently checked; an explicit gap is preferable to an invented value.
OwnerMaintainer role accountable for review.
Update triggerProduct change that requires the page to be reviewed.

Pages should also explain their scope and repeatable verification method in reader-facing content when those details affect adoption.

Reference Maintenance Rule

When behavior differs from a page:

  1. Preserve the exact command, error, version, and generated output.
  2. Determine whether the installed tool or the page is stale.
  3. Update the page from authoritative evidence.
  4. Do not make generated source match the documentation by hand.