Skip to content

Commit 6f08f32

Browse files
committed
docs: clarify runtime smoke evidence scope
1 parent 78f3056 commit 6f08f32

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

docs/diligence/data-room-index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ from decisions that still need owner, legal, or customer input.
6060

6161
- Studio runtime:
6262
`Dockerfile`, `docs/operations/deployment.md`.
63-
Status: current-head container build and local Shiny smoke captured on
63+
Status: runtime-code container build and local Shiny smoke captured on
6464
2026-07-03 KST for commit `b5bfdb8b509eb8ec06f143c6435f880eda3d2e20`.
6565
`curl http://127.0.0.1:3838/` returned HTTP 200, 12,017 bytes, and title
66-
`kaefa: Automated Exploratory Factor Analysis`.
66+
`kaefa: Automated Exploratory Factor Analysis`. Rerun after runtime,
67+
Dockerfile, or package dependency changes.
6768
- Hosted deployment example:
6869
`deploy/shinyproxy/application.yml.example`.
6970
Status: evaluation example ready.

docs/operations/deployment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Local Container Smoke Test
44

5-
These commands define the evaluation smoke path. Current-head evidence for PR
5+
These commands define the evaluation smoke path. Runtime-code evidence for PR
66
`#61` was captured on 2026-07-03 KST at commit
7-
`b5bfdb8b509eb8ec06f143c6435f880eda3d2e20`.
7+
`b5bfdb8b509eb8ec06f143c6435f880eda3d2e20`. Rerun this path after changes to
8+
`Dockerfile`, `DESCRIPTION`, `R/`, or `inst/shiny-app/`.
89

910
Build the local image:
1011

docs/superpowers/plans/2026-07-02-kaefa-2b-krw-sale-readiness.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,12 @@ Guardrails:
546546

547547
## Current Blockers
548548

549-
- Current-head container build and local Shiny smoke evidence was captured on
549+
- Runtime-code container build and local Shiny smoke evidence was captured on
550550
2026-07-03 KST for commit `b5bfdb8b509eb8ec06f143c6435f880eda3d2e20`.
551551
`podman build -t kaefa-studio:local .` completed with exit code 0, produced
552552
image `04840d3aa188`, and `curl http://127.0.0.1:3838/` returned HTTP 200,
553553
12,017 bytes, and title `kaefa: Automated Exploratory Factor Analysis`.
554+
Rerun after runtime, Dockerfile, or package dependency changes.
554555
- Direct host-R Shiny runs still depend on the host installing `shiny`, `DT`,
555556
and `fitdistrplus`.
556557
- CodeGraph tools were not available for this execution environment's R source

0 commit comments

Comments
 (0)