iop/agent-task/12_real_cli_idle_validation/complete.log
toki 6e2a1fc2f2 feat: edge runtime, opsconsole, CLI target terminology, and e2e validation updates
- Add edge runtime config and opsconsole package
- Refactor edge console to use new runtime config
- Add service source metadata support
- Update CLI adapter with target terminology
- Add edge operation contract and event bus replay
- Update node label and command ops surface
- Add E2E smoke tests and full validation
- Update proto runtime definitions
- Update documentation and agent-ops rules
2026-05-17 14:57:49 +09:00

16 lines
715 B
Text

date=2026-05-17
task=12_real_cli_idle_validation
plan=0
review=code_review_cloud_G09_0.log
status=PASS
Summary:
- `scripts/e2e-smoke.sh` idle monitor is opt-in and preserved default mock smoke behavior.
- Real CLI smoke evidence covers claude, gemini, codex, and opencode.
- Gemini 10-minute idle monitor exposed a heartbeat_timeout transport regression and recorded the follow-up scope.
- `apps/node/README.md` NodeCommand documentation now matches the implemented command surface.
Reviewer verification:
- `bash -n scripts/e2e-smoke.sh`
- `IOP_E2E_IDLE_SECONDS=2 make test-e2e` -> PASS (`/tmp/iop-rci-review/mock-idle-2-review.log`)
- `go test -count=1 ./...` -> PASS (`/tmp/iop-rci-review/go-test-review.log`)