Skip to content

Latest commit

 

History

History
108 lines (89 loc) · 5.63 KB

File metadata and controls

108 lines (89 loc) · 5.63 KB

workshop-rs Documentation

This directory is the canonical documentation index for workshop-rs. The root README.md is the user-facing project overview. workshop-rs is both an independently usable raw Workshop implementation and WrightKit's canonical Workshop semantic core.

Documentation model

language-support.md          authoritative Workshop language support matrix
implementation-role.md       standalone implementation and consumer relationship
  └─ docs/adr/               accepted point-in-time architecture decisions
      └─ living references   catalog, gameplay, provenance, conformance, release
          └─ executable evidence   crates, datasets, tests, census, corpus

GitHub issues/PRs own active execution scope and sequencing; durable contracts belong in documentation.

Workshop language support

Architecture and ownership

Workshop catalog, localization, and provenance

Hero gameplay data and query APIs

Conformance, census, and compatibility evidence

Release and operations

  • Release automation: release/publish workflow, artifacts, checksums, and maintainer runbook.

Authority map

Contract Primary document
Workshop language support status language-support.md
Repository/consumer role implementation-role.md
Catalog & semantic boundaries adr/0001-catalog-boundaries.md
Provenance & evidence provenance.md
Hero gameplay model adr/0002-gameplay-domain-api.md, gameplay-data.md
Gameplay queries gameplay-query.md
Conformance adr/0002-conformance-contract.md
Feature census adr/0003-sharded-census.md
Real-project evidence adr/0004-real-project-evidence.md
Seasonal validation adr/0005-seasonal-client-validation.md
Typed Workshop settings adr/0006-settings-semantic-schema.md
Release & publishing release.md

Note

Source-language-specific syntax, runtime lowering, compiler quirks, or reconstruction belong to opy-rs / del-rs, even when those implementations consume canonical Workshop contracts from this repository.