-
Notifications
You must be signed in to change notification settings - Fork 1
docs: update CSP usage in formal full run #1897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Quality Summary
|
Progress Summary
|
CI Status Snapshot (2026-02-04T12:05:54.704Z)
|
Generate Artifacts PreviewGenerated at: 2026-02-03T20:45:19.482Z
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the CSP verification documentation in docs/quality/formal-full-run.md to align with the latest implementation changes introduced in PR #1896. It clarifies the CSP backend selection priority order and provides updated usage examples.
Changes:
- Updated CSP backend priority documentation to reflect the order:
CSP_RUN_CMD→refines→cspmchecker - Added command examples for both
--mode typecheckand--mode assertionsexecution modes - Clarified CI behavior for CSP verification as non-blocking when backends are unavailable
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
KvOnce Trace Validation
|
変更内容
docs/quality/formal-full-run.mdの CSP 節を更新verify:cspのバックエンド優先順(CSP_RUN_CMD/refines/cspmchecker)を反映--mode typecheck|assertionsの実行例を追加(assertions は FDRrefines前提)目的
CSP の runner/ドキュメントが最新実装(PR #1896 まで)に追随していなかったため、利用者が迷わないように整合を取ります。