Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo ""
# ── Category 3: VCL-total artefacts ───────────────────────────────────────
echo "Category 3: VCL-total artefacts"

check "arcvix paper (arXiv source) exists" "$([ -f arcvix-10-level-query-safety.tex ] && echo 0 || echo 1)"
check "arcvix paper (arXiv source) exists" "$([ -f docs/whitepapers/arcvix-10-level-query-safety.tex ] && echo 0 || echo 1)"
check "examples/ directory has content" "$([ -d examples ] && ls examples/*.vcl 2>/dev/null | head -1 | grep -q . && echo 0 || echo 1)"
check "features/ directory exists" "$([ -d features ] && echo 0 || echo 1)"
check "verification/ directory exists" "$([ -d verification ] && echo 0 || echo 1)"
Expand Down
2 changes: 1 addition & 1 deletion verification/proofs/VERIFICATION-STANCE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
WARNING: vcl-ut is the interface between *hypatia* and *verisim*; both sides
trust safety claims made here. This document states *precisely* what is and is
not machine-verified, and takes precedence over any "verified" / "type-safe" /
"formally proven" phrasing in `README.adoc`, `PROOF-NEEDS.md`, or module
"formally proven" phrasing in `README.adoc`, `docs/status/PROOF-NEEDS.md`, or module
doc-comments. It is the proof-backed companion to (and supersedes) the
doc-only `docs/VERIFICATION-STANCE.adoc` (PR #19).

Expand Down
Loading