6c92f85d10
Bring the Nexus/Praxis/Hexis integration in line with MAVEN_ECOSYSTEM_ARCHITECTURE.md: - Praxis over HTTP: drop the in-process praxis.db open (praxisstore/ praxistools) and call praxisd's /api/v1/tools/* API via a new praxisClient. Honors the "no component reads another's DB" invariant (AC#12). PraxisConfig.DBPath -> URL. - Hexis confirmation gate: mutating capabilities (ReadOnly=false) now park a bound pendingHexis confirmation and require a spoken "да" before executing; read-only run immediately (AC#7, no auto attention->action). - Capability safety: >1 verb match is ambiguous -> ask instead of firing the first; ambiguous Nexus resolution asks for clarification (AC#2). - Correlation IDs on Hexis execute, recorded in the cross-service trace. - Bug: importance arrives as JSON float64 over HTTP, not int. - Tests: confirm-gate, decline, read-only, and ambiguity paths. Build: vendor/ bakes in the hexis client (replace-directed at a sibling repo outside the Docker context); Dockerfile builds from vendor and no longer `go mod download`s the unreachable replace paths. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
70 lines
1.1 KiB
Go
70 lines
1.1 KiB
Go
// Code generated by modernc.org/undup from the per-target sqlite_*.go files; DO NOT EDIT.
|
|
|
|
//go:build (freebsd && 386) || (freebsd && amd64) || (freebsd && arm) || (freebsd && arm64) || (netbsd && amd64) || (openbsd && amd64) || (openbsd && arm64)
|
|
|
|
package sqlite3
|
|
|
|
const EOPNOTSUPP = 45
|
|
|
|
const FP_ILOGBNAN = 2147483647
|
|
|
|
const HUGE = "MAXFLOAT"
|
|
|
|
const INT_FAST8_MAX = 2147483647
|
|
|
|
const INT_FAST8_MIN = -2147483648
|
|
|
|
const O_NOCTTY = 32768
|
|
|
|
const P_tmpdir = "/tmp/"
|
|
|
|
const SF_SETTABLE = 4294901760
|
|
|
|
const TIMER_RELTIME = 0
|
|
|
|
type Tdaddr_t = int64
|
|
|
|
type Tint_fast8_t = int32
|
|
|
|
type Tuint_fast8_t = uint32
|
|
|
|
const UINT_FAST8_MAX = 4294967295
|
|
|
|
const _BYTE_ORDER = 1234
|
|
|
|
const _PDP_ENDIAN = 3412
|
|
|
|
const _POSIX_BARRIERS = 200112
|
|
|
|
const _POSIX_IPV6 = 0
|
|
|
|
const _POSIX_MONOTONIC_CLOCK = 200112
|
|
|
|
const _POSIX_RAW_SOCKETS = 200112
|
|
|
|
const _POSIX_SPIN_LOCKS = 200112
|
|
|
|
const st_atimespec = 0
|
|
|
|
const st_ctimespec = 0
|
|
|
|
const st_mtimespec = 0
|
|
|
|
type t__fsblkcnt_t = uint64
|
|
|
|
type t__fsfilcnt_t = uint64
|
|
|
|
type t__gid_t = uint32
|
|
|
|
type t__off_t = int64
|
|
|
|
type t__pid_t = int32
|
|
|
|
type t__sa_family_t = uint8
|
|
|
|
type t__socklen_t = uint32
|
|
|
|
type t__uid_t = uint32
|
|
|
|
type t__va_list = uintptr
|