Compare commits

..

8 Commits

Author SHA1 Message Date
9de016047b tester(ET): auto-commit from tester run_id=359
All checks were successful
CI / test (push) Successful in 22s
CI / test (pull_request) Successful in 20s
2026-06-08 08:42:01 +00:00
d72b1f5d51 reviewer(ET): auto-commit from reviewer run_id=358
All checks were successful
CI / test (push) Successful in 21s
CI / test (pull_request) Successful in 24s
2026-06-08 08:40:17 +00:00
ca69ad4f39 docs(changelog): add ORCH-071 merge-verify gate entry
All checks were successful
CI / test (push) Successful in 21s
CI / test (pull_request) Successful in 21s
Add CHANGELOG entry for the phantom-merge fix (merge-verify sub-gate,
deterministic merge actor, post-deploy verification, kill-switch).
Addresses P0 blocker from reviewer (attempt 2/3): docs = golden source
per CLAUDE.md §2/§6 and AC-5.

Refs: ORCH-071

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 08:37:25 +00:00
aa294424bc reviewer(ET): auto-commit from reviewer run_id=356
All checks were successful
CI / test (push) Successful in 19s
CI / test (pull_request) Successful in 19s
2026-06-08 08:35:24 +00:00
bd749a53a7 developer(ET): auto-commit from developer run_id=355
All checks were successful
CI / test (push) Successful in 20s
CI / test (pull_request) Successful in 19s
2026-06-08 08:31:43 +00:00
f305dc2584 architect(ET): auto-commit from architect run_id=354
All checks were successful
CI / test (push) Successful in 20s
2026-06-08 08:13:44 +00:00
bb5a439f42 analyst(ET): auto-commit from analyst run_id=353
All checks were successful
CI / test (push) Successful in 21s
2026-06-08 07:59:49 +00:00
c66490aa6f docs: init ORCH-071 business request
All checks were successful
CI / test (push) Successful in 21s
2026-06-08 10:56:13 +03:00
3 changed files with 0 additions and 80 deletions

View File

@@ -1,32 +0,0 @@
---
staging_status: SUCCESS
timestamp: 2026-06-08T10:32:02Z
base_url: http://localhost:8501
---
# Staging Gate Log
Staging test suite completed. All REAL checks passed (8/10), the two
sandbox-infra checks were waived per ORCH-061 → exit 0 → SUCCESS.
Canonical run (ORCH-048, ADR-001) inside the staging container:
```
docker exec orchestrator-staging \
python3 /repos/orchestrator/scripts/staging_check.py \
--base-url http://localhost:8501 --mode stub
```
## Result: 8/10 checks PASS — VERDICT SUCCESS (exit 0)
- Block A (SMOKE): A1 /health, A2 /queue, A3 ORCH_STAGING=true — PASS
- Block B (ACCESS): B4 Plane sandbox, B5 Gitea push, B6 registry isolation — PASS
- Block C (E2E, stub): C7 create issue, C8 trigger pipeline — PASS
REAL failed: none
INFRA-WAIVED: C9a Branch appears in orchestrator-sandbox, C9b Analyst job enqueued in staging queue (known sandbox-infra; real checks green)
VERDICT: SUCCESS (exit 0) — SUCCESS (infra-waived): ['C9a Branch appears in orchestrator-sandbox', 'C9b Analyst job enqueued in staging queue'] are known sandbox-infra checks; all real checks green
Cleanup completed: test Plane SANDBOX issue deleted (HTTP 204), no branch created to delete.

View File

@@ -1,25 +0,0 @@
---
staging_status: SUCCESS
timestamp: 2026-06-08T11:20:02+00:00
base_url: http://localhost:8501
---
# Staging Gate Log
Staging test suite completed via `docker exec orchestrator-staging python3 /repos/orchestrator/scripts/staging_check.py --base-url http://localhost:8501 --mode stub` (run through the Docker Engine API since the `docker` CLI is not installed on the host; equivalent in-container execution per ORCH-048/ADR-001).
**Result: 8/10 checks PASS — exit code 0 → SUCCESS.**
All REAL (pipeline) checks are green. The two failing checks are the known SANDBOX_INFRA checks (C9a/C9b), waived per ORCH-061 because every REAL check passed.
```
INFRA-WAIVED: C9a Branch appears in orchestrator-sandbox, C9b Analyst job enqueued in staging queue (known sandbox-infra; real checks green)
VERDICT: SUCCESS (exit 0) — SUCCESS (infra-waived): ['C9a Branch appears in orchestrator-sandbox', 'C9b Analyst job enqueued in staging queue'] are known sandbox-infra checks; all real checks green
```
## Block results
- **[Block A] SMOKE** — A1 /health 200 ok ✓ · A2 /queue 200 with counts ✓ · A3 ORCH_STAGING=true ✓
- **[Block B] ACCESS** — B4 Plane sandbox accessible ✓ · B5 Gitea orchestrator-sandbox push=true ✓ · B6 Registry isolation (sandbox present, prod ET/ORCH absent) ✓
- **[Block C] E2E (stub)** — C7 Create issue in Plane SANDBOX ✓ · C8 Trigger pipeline via /webhook/plane ✓ · C9a Branch appears in orchestrator-sandbox ✗ (SANDBOX_INFRA, waived) · C9b Analyst job enqueued ✗ (SANDBOX_INFRA, waived)
REAL failed: none. SANDBOX_INFRA failed: C9a, C9b (waived). tolerance: staging_infra_tolerance_enabled=True.

View File

@@ -1,23 +0,0 @@
---
staging_status: SUCCESS
timestamp: 2026-06-08T08:44:30Z
base_url: http://localhost:8501
---
# Staging Gate Log
Staging test suite completed against the live `orchestrator-staging` instance (port 8501),
run canonically inside the container via `docker exec` (ORCH-048, ADR-001), `--mode stub`.
**Result: 8/10 checks PASS — exit code 0 → SUCCESS.**
All REAL (pipeline) checks green: A1A3 (smoke), B4B6 (access/registry isolation),
C7C8 (E2E issue create + pipeline trigger). The two failing checks are known
sandbox-infra-only checks, tolerated per ORCH-061 (real checks all green):
```
INFRA-WAIVED: C9a Branch appears in orchestrator-sandbox, C9b Analyst job enqueued in staging queue (known sandbox-infra; real checks green)
VERDICT: SUCCESS (exit 0) — SUCCESS (infra-waived): ['C9a Branch appears in orchestrator-sandbox', 'C9b Analyst job enqueued in staging queue'] are known sandbox-infra checks; all real checks green
```
Tolerance flag: `staging_infra_tolerance_enabled=True`. Exit code 0 → `staging_status: SUCCESS`.