Co-authored-by: Snider <snider@host.uk.com> Co-authored-by: Virgil <virgil@lthn.ai> Reviewed-on: #38
Env is environment, Config is ours. Provides centralised access to system facts (OS, ARCH, hostname, user, directories, timestamps) via string key lookup, populated once at package init. Keys: OS, ARCH, GO, DS, PS, HOSTNAME, USER, PID, NUM_CPU, DIR_HOME, DIR_CONFIG, DIR_CACHE, DIR_DATA, DIR_TMP, DIR_CWD, DIR_DOWNLOADS, DIR_CODE, CORE_START. 17 tests covering all keys + unknown key + Core instance accessor. Co-Authored-By: Virgil <virgil@lethean.io>
Move source from go/core/ to root, tests from go/tests/ to tests/. Module path dappco.re/go/core resolves cleanly — builds and tests pass. Co-Authored-By: Virgil <virgil@lethean.io>