tokitai-operator 0.1.0

Verified DL kernel compiler: formally-checked GEMM, p-adic, sheaf, contract-carrying ops. Paper-artifact grade.
Documentation
# Module Index

A one-page index of the 40+ docs in `docs/`, grouped into 6 buckets
by purpose. Each entry is one line: a relative path and a one-sentence
summary. Use this as a starting point; for the per-claim
support-matrix route, see [`theory_support_matrix.md`](theory_support_matrix.md).

## Paper artifacts (`docs/paper/`)

The submission package for the SCI-Q2 paper route. Most reviewers
should read these top-down, starting with `outline.md`.

- [`docs/paper/README.md`]paper/README.md — one-line index of all
  41 paper files, grouped into 6 buckets (manuscript, contribution &
  claim, release & submission, target-package templates, venue, trust
  & proof). P437.
- [`docs/paper/outline.md`]paper/outline.md — top-level paper outline
  and section map.
- [`docs/paper/manuscript_draft.md`]paper/manuscript_draft.md — current
  manuscript draft (work in progress; not yet author-approved).
- [`docs/paper/manuscript_skeleton.md`]paper/manuscript_skeleton.md  bare-bones section structure with placeholders.
- [`docs/paper/certified_padic_gemm_manuscript_delta.md`]paper/certified_padic_gemm_manuscript_delta.md  delta between the manuscript draft and the certified p-adic GEMM
  claim route.
- [`docs/paper/table_figure_plan.md`]paper/table_figure_plan.md  manuscript-ready table and figure plan.
- [`docs/paper/related_work_synthesis.md`]paper/related_work_synthesis.md  manuscript-ready related-work prose.
- [`docs/paper/evaluation_methodology.md`]paper/evaluation_methodology.md  reproducible reviewer-facing evidence methodology.
- [`docs/paper/contribution_map.md`]paper/contribution_map.md — which
  P-numbered phase contributed which paper claim.
- [`docs/paper/formal_model.md`]paper/formal_model.md — the formal
  model underlying the certified p-adic GEMM claim.
- [`docs/paper/final_submission_readiness.md`]paper/final_submission_readiness.md  the 9 paper-hygiene gates that must all pass.
- [`docs/paper/readiness_audit.md`]paper/readiness_audit.md  point-in-time readiness audit log.
- [`docs/paper/release_checklist.md`]paper/release_checklist.md  reviewer-facing release checklist.
- [`docs/paper/release_bundle_manifest.md`]paper/release_bundle_manifest.md  file inventory and checksum policy.
- [`docs/paper/submission_checklist.md`]paper/submission_checklist.md  pre-submit checklist.
- [`docs/paper/post_approval_submission_readiness_gate.md`]paper/post_approval_submission_readiness_gate.md  the post-approval readiness gate.
- [`docs/paper/final_validation_record.md`]paper/final_validation_record.md  the fenced validation-status record (P270, P440).
- [`docs/paper/schema_inventory.md`]paper/schema_inventory.md  schema inventory for the fenced status blocks.
- [`docs/paper/jsc_submission_draft.md`]paper/jsc_submission_draft.md  JSC-targeted submission draft.
- [`docs/paper/jsc_target_verification_packet.md`]paper/jsc_target_verification_packet.md  JSC verification packet (the structured artifact bundle).
- [`docs/paper/final_author_approval_packet_template.md`]paper/final_author_approval_packet_template.md  final author approval packet template.
- [`docs/paper/target_formatting_plan_template.md`]paper/target_formatting_plan_template.md  target-formatting plan template.
- [`docs/paper/target_formatting_instantiation_checklist.md`]paper/target_formatting_instantiation_checklist.md  target-formatting instantiation checklist.
- [`docs/paper/target_package_evidence_review_log_template.md`]paper/target_package_evidence_review_log_template.md  target-package evidence review log template.
- [`docs/paper/target_package_freeze_protocol.md`]paper/target_package_freeze_protocol.md  target-package freeze protocol.
- [`docs/paper/target_submission_package_manifest_template.md`]paper/target_submission_package_manifest_template.md  target-submission-package manifest template.
- [`docs/paper/venue_decision_brief.md`]paper/venue_decision_brief.md  venue decision brief.
- [`docs/paper/venue_evidence_matrix.md`]paper/venue_evidence_matrix.md  per-venue (JSC, Clarivate) evidence matrix.
- [`docs/paper/venue_evidence_integration.md`]paper/venue_evidence_integration.md  venue evidence integration protocol.
- [`docs/paper/venue_evidence_request.md`]paper/venue_evidence_request.md  venue evidence request template.
- [`docs/paper/venue_shortlist_protocol.md`]paper/venue_shortlist_protocol.md  venue shortlist protocol.
- [`docs/paper/rocm_portability_matrix.md`]paper/rocm_portability_matrix.md  ROCm/HIP portability matrix (P375 unblock path).
- [`docs/paper/proof_assistant_scope.md`]paper/proof_assistant_scope.md  Lean-side proof scope (P372 unblock path).
- [`docs/paper/optional_lean_checker.md`]paper/optional_lean_checker.md  optional Lean checker usage.
- [`docs/paper/post_submission_accelerators.md`]paper/post_submission_accelerators.md  post-submission accelerator work.
- [`docs/paper/post_submission_benchmarks.md`]paper/post_submission_benchmarks.md  post-submission benchmark plan.
- [`docs/paper/post_submission_packaging.md`]paper/post_submission_packaging.md  post-submission packaging.
- [`docs/paper/post_submission_serialization.md`]paper/post_submission_serialization.md  post-submission serialization strategy.
- [`docs/paper/post_submission_tracking_template.md`]paper/post_submission_tracking_template.md  post-submission tracking template.
- [`docs/paper/post_submission_witnesses.md`]paper/post_submission_witnesses.md  post-submission witness-evidence collection.
- [`docs/paper/serialization_strategy.md`]paper/serialization_strategy.md  overall serialization strategy.
- [`docs/paper/trust_model.md`]paper/trust_model.md — what the
  verifier actually trusts.

## Operator surface

- [`docs/operators.md`]operators.md — public operator surface index
  (one row per op struct, with the facade builder and the test file).
- [`docs/sheaf_operator_family.md`]sheaf_operator_family.md — sheaf
  operator family guide (`Cover`, `FiniteSite`, `SectionTable`).
- [`docs/public_nonstandard_api.md`]public_nonstandard_api.md — the
  non-standard public API surface (mostly used by the examples).

## Verifier surface

The release-gate, claim-status, and support-matrix docs that the
paper claim route depends on.

- [`docs/release_progress.md`]release_progress.md — single-page
  dashboard mapping each `*_claim_allowed` flag to its P-numbered
  unblock path.
- [`docs/theory_support_matrix.md`]theory_support_matrix.md  the public surface index (auto-generated from
  `src/verify/support_matrix.rs`).
- [`docs/semantic_conformance_report.md`]semantic_conformance_report.md  the semantic conformance report (P204).
- [`docs/certified_padic_gemm_release_gate.md`]certified_padic_gemm_release_gate.md  primary-claim release gate (the 9 checks).
- [`docs/theorem_binding_registry.md`]theorem_binding_registry.md  property -> Lean theorem bindings.
- [`docs/observability.md`]observability.md — the 3 observability
  commands and what to grep for (P384).

## Dev / architecture

- [`docs/dev/README.md`]dev/README.md — one-line index of all
  `docs/dev/` files. P437.
- [`docs/dev/architecture_diagrams.md`]dev/architecture_diagrams.md  hand-curated Mermaid diagrams (8-layer architecture, planner
  pipeline, proof-replay trace flow, theory-evidence chain).
- [`docs/hardware_abstraction_boundary.md`]hardware_abstraction_boundary.md  what the `ComputeHardware` trait abstracts over.
- [`docs/device_memory_model.md`]device_memory_model.md`MemorySpace`
  and `Layout` types.
- [`docs/gpu_scaffold.md`]gpu_scaffold.md — the GPU scaffold
  backend and the path to a real implementation.
- [`docs/backend_lowering_cache.md`]backend_lowering_cache.md — the
  per-backend plan cache.
- [`docs/nonstandard_cost_model.md`]nonstandard_cost_model.md — the
  non-standard cost model used by the planner.

## Paper-hygiene / claim-boundary

- [`docs/first_of_kind_novelty_evidence.md`]first_of_kind_novelty_evidence.md  first-of-kind novelty dossier (FOK1-FOK4).
- [`docs/prior_art_certified_valuation_sparse_padic_gemm.md`]prior_art_certified_valuation_sparse_padic_gemm.md  prior-art analysis for the primary claim.
- [`docs/benchmark_application_evidence_matrix.md`]benchmark_application_evidence_matrix.md  benchmark application evidence matrix.
- [`docs/math_bound_audit_traces.md`]math_bound_audit_traces.md  the math-bound audit-trace flow (capability and constraint
  fingerprints).

## ROCm/HIP pilots

The 8 ROCm/HIP pilot docs. All gated on `--features rocm-hip`; not
in the default build.

- [`docs/rocm_hip_dense_pilot.md`]rocm_hip_dense_pilot.md — the
  first HIP kernel (dense i32 add).
- [`docs/rocm_hip_hardware_contract.md`]rocm_hip_hardware_contract.md  the HIP hardware contract (what the runtime expects from the
  driver).
- [`docs/rocm_hip_padic_valuation.md`]rocm_hip_padic_valuation.md  p-adic valuation skip pilot.
- [`docs/rocm_hip_padic_stratified_matmul.md`]rocm_hip_padic_stratified_matmul.md  valuation-stratified matmul pilot.
- [`docs/rocm_hip_sheaf_locality.md`]rocm_hip_sheaf_locality.md  finite-site sheaf overlap-check pilot.
- [`docs/rocm_hip_proof_audit.md`]rocm_hip_proof_audit.md — the
  proof-audit flow for HIP kernels.
- [`docs/rocm_padic_stratified_benchmarks.md`]rocm_padic_stratified_benchmarks.md  the p-adic stratified benchmark suite.
- [`docs/rocm_semantic_conformance_benchmarks.md`]rocm_semantic_conformance_benchmarks.md  the ROCm/HIP semantic conformance benchmark suite.
- [`docs/rocm_theory_optimization_paper_gate.md`]rocm_theory_optimization_paper_gate.md  the ROCm/HIP paper-gate (the release-gate equivalent for the HIP
  path).

## Theory / math

- [`docs/theory_contract_core.md`]theory_contract_core.md — the
  `Domain` / `Contract` core types.
- [`docs/theory_engineering_release_gate.md`]theory_engineering_release_gate.md  the theory-engineering release-gate.
- [`docs/theory_specific_operator_hardening.md`]theory_specific_operator_hardening.md  per-theory operator hardening.
- [`docs/certified_valuation_sparse_padic_matmul.md`]certified_valuation_sparse_padic_matmul.md  the certified valuation-sparse p-adic matmul.
- [`docs/certified_rewrite_lowering_contracts.md`]certified_rewrite_lowering_contracts.md  the certified rewrite and lowering contracts.
- [`docs/valuation_stratified_padic_matmul_admission.md`]valuation_stratified_padic_matmul_admission.md  admission policy for the valuation-stratified matmul pilot.
- [`docs/padic_planner_resource.md`]padic_planner_resource.md — p-adic
  planner resource types.
- [`docs/padic_valuation_skip_theorem.md`]padic_valuation_skip_theorem.md  the p-adic valuation skip theorem.
- [`docs/finite_sheaf_gluing_theorem.md`]finite_sheaf_gluing_theorem.md  the finite sheaf gluing theorem.
- [`docs/accelerated_pilot.md`]accelerated_pilot.md — the
  accelerated-pilot policy (when a HIP pilot is allowed to be
  called "supported" vs "feature-gated").
- [`docs/cpu_oracle_conformance.md`]cpu_oracle_conformance.md — CPU
  oracle conformance.
- [`docs/cross_backend_conformance.md`]cross_backend_conformance.md  cross-backend conformance harness.

## How to update this index

When you add a new doc to `docs/`:

1. Decide which bucket it belongs in.
2. Add a one-line entry under that bucket's `##` section.
3. Keep the one-line summary to <= 100 characters.
4. Run `rg -c 'docs/' docs/module_index.md` to confirm you haven't
   introduced a broken link (the broken-link check is run as part
   of `bash scripts/health_check.sh`).