aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-03 20:28:18 +0300
committerValentin Popov <valentin@popov.link>2026-07-03 20:28:18 +0300
commita89bd9af2aa6a4c85a7dce5cbc61eb38c6a91f49 (patch)
tree92417c149bb43ae71b16ef7d459d8bd7860458bd
parentb2e193f23461cfa0e687ed96001edf034d64348f (diff)
downloadfparkan-a89bd9af2aa6a4c85a7dce5cbc61eb38c6a91f49.tar.xz
fparkan-a89bd9af2aa6a4c85a7dce5cbc61eb38c6a91f49.zip
docs: clarify stage 0 acceptance scope
-rw-r--r--docs/baseline/current-project-audit.md5
-rw-r--r--fixtures/acceptance/coverage.tsv3
-rw-r--r--fixtures/acceptance/stage_0_2_roadmap.md1
-rw-r--r--fixtures/acceptance/stage_0_roadmap.md1
4 files changed, 10 insertions, 0 deletions
diff --git a/docs/baseline/current-project-audit.md b/docs/baseline/current-project-audit.md
index 2a62443..0657279 100644
--- a/docs/baseline/current-project-audit.md
+++ b/docs/baseline/current-project-audit.md
@@ -13,3 +13,8 @@ Result on 2026-06-23:
typed manifest parsing in `xtask`;
- `rpath`/offline mode is still useful for synthetic local checks;
- full online dependency resolution remains unavailable in the sandbox.
+
+Scope labels:
+
+- Stage 0 macOS/codebase: closed.
+- Stage 0 cross-platform native runtime and hosted CI: deferred.
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv
index 6391193..16e80cf 100644
--- a/fixtures/acceptance/coverage.tsv
+++ b/fixtures/acceptance/coverage.tsv
@@ -1,5 +1,7 @@
# Acceptance coverage manifest.
# Format: <acceptance-id>\t<covered|partial|blocked|omitted>\t<evidence>
+# Scope note: Stage 0 is closed for the macOS/codebase review scope.
+# Scope note: cross-platform native runtime and hosted CI evidence remain deferred.
L0-COPYRIGHT-001 covered cargo test -p fparkan-corpus --offline report_json_contains_metrics_and_hashes_not_paths_or_payloads
L0-P1-001 covered cargo test -p fparkan-corpus --offline licensed_part1_manifest_profile_and_counts_match_baseline
L0-P1-002 covered cargo test -p fparkan-corpus --offline licensed_part1_has_no_casefold_relative_path_collisions
@@ -64,6 +66,7 @@ S0-VK-031 covered cargo test -p fparkan-vulkan-smoke --offline rejects_passed_wi
S0-VK-032 covered cargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_created_swapchain
S0-VK-033 covered cargo test -p fparkan-vulkan-smoke --offline rejects_passed_without_created_logical_device
S0-VK-034 covered cargo test -p xtask --offline native_smoke_audit_accepts_complete_required_platform_pass native_smoke_audit_rejects_blocked_or_incomplete_reports
+S0-VK-035 covered cargo test -p fparkan-render-vulkan --offline final_validation_snapshot_is_captured_after_surface_device_swapchain_drop
S0-LIMIT-001 covered cargo test -p fparkan-binary --offline rejects_count_stride_overflow
S0-LIMIT-002 covered cargo test -p fparkan-binary --offline rejects_oversized_declared_allocation_before_read
L1-P1-NRES-001 covered cargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
diff --git a/fixtures/acceptance/stage_0_2_roadmap.md b/fixtures/acceptance/stage_0_2_roadmap.md
index 68d65bd..dac49e7 100644
--- a/fixtures/acceptance/stage_0_2_roadmap.md
+++ b/fixtures/acceptance/stage_0_2_roadmap.md
@@ -64,6 +64,7 @@
`S0-VK-032`
`S0-VK-033`
`S0-VK-034`
+`S0-VK-035`
`S0-LIMIT-001`
`S0-LIMIT-002`
`L1-P1-NRES-001`
diff --git a/fixtures/acceptance/stage_0_roadmap.md b/fixtures/acceptance/stage_0_roadmap.md
index 7ad1ca6..2ebd7d4 100644
--- a/fixtures/acceptance/stage_0_roadmap.md
+++ b/fixtures/acceptance/stage_0_roadmap.md
@@ -64,5 +64,6 @@
`S0-VK-032`
`S0-VK-033`
`S0-VK-034`
+`S0-VK-035`
`S0-LIMIT-001`
`S0-LIMIT-002`