Release validation: tests green, USB pack, fleet UX and API hardening.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Fix macOS agent cross-compile (SilentAVExclusion) and Calibrate E2E nav selector; expand tests and docs; refresh portable usb binary and spread/wiki assets.
This commit is contained in:
AetherForge
2026-06-06 16:57:39 -07:00
parent 5229854f00
commit 415b5dc6a3
119 changed files with 7005 additions and 3082 deletions

View File

@@ -1,9 +1,11 @@
# AetherForge Test Results Log
**Date:** 2026-05-27
**Last updated:** 2026-06-06
**Environment:** Burner Windows (single PC), Go 1.26.3, server on `:8989`
**Plan reference:** Complete Feature Testing Plan (Burner Windows + Uninstaller)
> **Note:** Automated counts below reflect the 2026-05-27 burner pass. As of 2026-06-06 integration audit: `npm test` in `server/web` — **64 files / 572 tests PASS**; `go test ./internal/api/...` and `go test ./agent/client/...` PASS after Crucible/Path Tracer fixes.
---
## Phase 02 — Fixes & Uninstaller (Code Complete)
@@ -22,7 +24,7 @@
|-------|---------|--------|
| Go server | `go test ./...` (server) | **PASS** — alerts, api, builder (incl. uninstall script tests) |
| Go agent | `go test ./...` (agent) | **PASS** — config, miner schedule/target |
| Vitest | `npm test` (server/web) | **PASS** — 5 tests (forgeValidation F-01/F-02/AI-06, installPreview F-14) |
| Vitest | `npm test` (server/web) | **PASS** — 572 tests / 64 files (2026-06-06); includes FileManager, crucibleOps, DashboardPage, MissionDeck |
| Frontend build | `npm run build` | **PASS** |
| API smoke | `scripts/smoke-test.ps1` | **PASS** — B-01 through B-10 (10/10) |
| Live forge | `POST /api/v1/builder/build` | **PASS**`install-smoke-test.exe` + `uninstall-smoke-test.ps1` (F-03, F-04) |
@@ -187,4 +189,6 @@
**Still manual:** M-01M-10 live deploy, F-11F-19 runtime on burner, Ollama AI-09AI-13.
**Not implemented (low priority):** WebSocket ping interval from config, `log_pool_traffic` deep stratum logging, earnings USD quote.
**Wired (2026-06-06 audit):** `websocket_ping_seconds``wsHub.SetPingInterval` in `server/main.go`; `log_pool_traffic``poolManager.SetVerboseTraffic` in `server/main.go`.
**Not implemented (low priority):** earnings USD quote.