26382a7ac6
CI / Test (macos-latest) (push) Waiting to run
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Test (windows-latest) (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Build (no embeddings / no ORT) (push) Waiting to run
CI / Format (push) Waiting to run
CI / Cookbook (Node) (push) Waiting to run
CI / Pi Extension (Node) (push) Waiting to run
CI / Rust SDK (lean-ctx-client) (push) Waiting to run
CI / Embed SDK (lean-ctx-sdk) (push) Waiting to run
CI / Python SDK (leanctx) (push) Waiting to run
CI / Hermes Plugin (Python) (push) Waiting to run
CI / SDK Conformance Matrix (push) Waiting to run
CI / Coverage (push) Waiting to run
CI / cargo-deny (push) Waiting to run
CI / Adversarial Safety (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
JetBrains Plugin / Actionlint (push) Waiting to run
CI / Benchmarks (push) Waiting to run
CI / Output-Quality Gate (eval A/B) (push) Waiting to run
CI / Documentation (push) Waiting to run
CI / CI Green (push) Blocked by required conditions
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
JetBrains Plugin / Validation (push) Waiting to run
JetBrains Plugin / Build (push) Waiting to run
JetBrains Plugin / Test (push) Blocked by required conditions
Security Check / Security Scan (push) Waiting to run
19 lines
901 B
Plaintext
19 lines
901 B
Plaintext
# Code-generated reference docs are emitted with LF by `gen_docs`. Pin them to
|
|
# LF on every platform so the docs-drift gate (`cargo test` + `gen_docs --check`)
|
|
# is byte-stable — Windows checkouts would otherwise convert them to CRLF and
|
|
# fail the comparison.
|
|
docs/reference/generated/*.md text eol=lf
|
|
|
|
# Testbench fixtures, suites, recordings and lock feed `RecordedRunner` replay
|
|
# keys verbatim (file bytes are embedded into the assembled context that is
|
|
# hashed). Pin them to LF so Windows checkouts don't convert them to CRLF and
|
|
# break the byte-identical key match (off-vs-on testbench, #611/#498).
|
|
rust/eval/testbench/** text eol=lf
|
|
|
|
# Registry snapshots are generated by `gen_registry` with LF and compared
|
|
# byte-for-byte in CI and lib tests (GH #726). Same rationale as the
|
|
# generated docs above.
|
|
rust/data/addon_registry.json text eol=lf
|
|
rust/data/grammar_registry.json text eol=lf
|
|
|