952 B
952 B
Validation: Source Agent Connection / Docker Fix
Validated on the supplied offline environment:
- focused config and Source-Agent diagnostics tests pass;
- cached remote config is not treated as a live connection;
- loopback Brain URLs are surfaced with a Docker-specific warning;
- a fresh config success is reported as a live connection;
BRAIN_PUBLIC_URLaccepts absolute HTTP(S) URLs and rejects invalid values;- JavaScript syntax passes for Source Agents, main UI and Analysis UI;
- all three Docker Compose YAML files parse successfully;
- project-wide Go type compilation (
go test ./... -run '^$') passes in a temporary Go 1.23 validation copy using the local SQLite compile stub; go vet ./...passes in that validation copy.
The release source itself remains on Go 1.26 with modernc.org/sqlite v1.37.1. A full runtime integration test against the real modernc SQLite driver is not possible in this offline Go 1.23 environment.