Files
wehub-resource-sync 26382a7ac6
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
JetBrains Plugin / Actionlint (push) Waiting to run
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
CI / Clippy (push) Failing after 15m13s
CI / Test (ubuntu-latest) (push) Failing after 16m1s
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Build (no embeddings / no ORT) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Cookbook (Node) (push) Has been cancelled
CI / Pi Extension (Node) (push) Has been cancelled
CI / Rust SDK (lean-ctx-client) (push) Has been cancelled
CI / Embed SDK (lean-ctx-sdk) (push) Has been cancelled
CI / Python SDK (leanctx) (push) Has been cancelled
CI / Hermes Plugin (Python) (push) Has been cancelled
CI / SDK Conformance Matrix (push) Has been cancelled
CI / Coverage (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled
CI / Adversarial Safety (push) Has been cancelled
CI / Benchmarks (push) Has been cancelled
CI / Output-Quality Gate (eval A/B) (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / CI Green (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:30 +08:00

20 lines
1002 B
TOML

# LeanCTX deprecation register (CONTRACTS.md § Deprecation policy, GL #394).
#
# Every deprecated surface is announced here at least 2 minor releases before
# removal. This file is compiled into the binary: `lean-ctx doctor` warns about
# every entry that ships in the installed build, and the release that executes
# a removal must list it in the CHANGELOG "Deprecations" section.
#
# Entry schema:
#
# [[deprecation]]
# id = "cli-foo" # stable identifier, never reused
# surface = "cli" # cli | mcp-tool | http-endpoint | config | contract
# subject = "lean-ctx foo" # the deprecated surface, verbatim
# announced_in = "3.8.0" # release that announced the deprecation
# earliest_removal = "3.10.0" # >= 2 minor releases after announced_in
# replacement = "lean-ctx bar" # what to use instead ("" if none)
# note = "optional free-text detail"
#
# No active deprecations. lean-ctx 3.x has removed nothing since the freeze.