项目文件夹

文件
wehub-resource-sync 26382a7ac6
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
JetBrains Plugin / Actionlint (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (rust) (push) Has been cancelled
JetBrains Plugin / Validation (push) Has been cancelled
JetBrains Plugin / Build (push) Has been cancelled
JetBrains Plugin / Test (push) Has been cancelled
Security Check / Security Scan (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:30 +08:00

31 行
941 B
Markdown

# Spec: <Feature Name> (refs #<iid>)
> SDD spec-anchored: this file is the source of truth for **intent**.
> Code + tests enforce it. When requirements change, update the spec first.
## Problem / Why
<1–2 short paragraphs: the user/developer problem and why it matters now.>
## Goal
<One sentence: the outcome when this is done.>
## Acceptance Criteria (EARS)
> Easy Approach to Requirements Syntax. One testable line each.
- WHEN <event/condition>, THE <component> SHALL <observable behavior>.
- WHILE <state>, THE <component> SHALL <behavior>.
- THE <component> SHALL <invariant>.
## Out of Scope
> Bound the agent's exploration explicitly.
- <what this deliberately does NOT do>
## Verification (deterministic first)
> How "done" is proven.
- `cargo test -q <name>`
- `scripts/preflight.sh fast`
## Links
- Tracking issue: #<iid>
- Plan: ./plan.md · Tasks: ./tasks.md
- Contracts touched (if any): `docs/contracts/<...>-v1.md`