Dry run and operator handbook

This commit is contained in:
2026-05-08 00:26:54 +02:00
parent fa5b61fb78
commit 4e5e63db6f
8 changed files with 427 additions and 2 deletions

View File

@@ -125,6 +125,9 @@ Progress:
- The bootstrap writes `.local/opencmis-tck/runtime-summary.json` and can
optionally resolve Maven dependencies with `--resolve`.
- Current WSL posture is blocked because `java` and `mvn` are not on `PATH`.
- Added `docs/LOCAL-RUNBOOK.md` with the local sequence from dry-run adapter
check through Java/Maven install, Maven dependency resolution, and first real
guide-board run.
## D2.3 - OpenCMIS TCK Adapter Invocation
@@ -153,6 +156,11 @@ Progress:
directory.
- The baseline assessment profile now points the OpenCMIS wrapper at this local
adapter command.
- Added `profiles/assessments/cmis-browser-local-dry-run.json`, which exercises
guide-board, preflight, wrapper, ConsoleRunner adapter, and assessment-package
artifact capture without requiring Java/Maven.
- The guide-board dry-run captures redacted session properties and group lists
as fingerprinted assessment artifacts.
- Live execution remains blocked until Java/Maven are installed and Maven can
resolve the TCK runtime.
@@ -247,7 +255,7 @@ Acceptance:
```task
id: OPEN-CMIS-TCK-WP-0002-T008
status: todo
status: done
priority: medium
state_hub_task_id: "da7022de-3d05-43bf-9c06-91f00c159bdc"
```
@@ -260,11 +268,18 @@ Acceptance:
- Provide copy-pasteable commands for local execution through guide-board.
- Clearly mark the formal-certification boundary.
Progress:
- Added `docs/LOCAL-RUNBOOK.md` with dry-run, Java/Maven install, TCK runtime
resolution, real guide-board run, authenticated target, and troubleshooting
commands.
- Linked the runbook from README and local runtime documentation.
## D2.9 - Container/Test Host Handoff Notes
```task
id: OPEN-CMIS-TCK-WP-0002-T009
status: todo
status: done
priority: low
state_hub_task_id: "254d099a-5406-43b0-9497-9af594a9b911"
```
@@ -278,6 +293,12 @@ Acceptance:
- Do not implement the container/test-host move in this workplan unless local
execution is already proven.
Progress:
- Added `docs/CONTAINER-HANDOFF.md` with runtime-image contents, mounts,
environment variables, network assumptions, and local-readiness handoff
criteria.
## Definition Of Done
- A developer can run one documented local bootstrap command.