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>
87 lines
1.2 KiB
Go
87 lines
1.2 KiB
Go
// Code generated by modernc.org/undup from the per-target sqlite_*.go files; DO NOT EDIT.
|
|
|
|
//go:build (darwin && amd64) || (darwin && arm64) || (netbsd && amd64)
|
|
|
|
package sqlite3
|
|
|
|
const CHARCLASS_NAME_MAX = 14
|
|
|
|
const COLL_WEIGHTS_MAX = 2
|
|
|
|
const ENOATTR = 93
|
|
|
|
const EXPR_NEST_MAX = 32
|
|
|
|
const FP_NAN = 1
|
|
|
|
const GID_MAX = 2147483647
|
|
|
|
const LINE_MAX = 2048
|
|
|
|
const LINK_MAX = 32767
|
|
|
|
const MAP_NORESERVE = 64
|
|
|
|
const MAP_RENAME = 32
|
|
|
|
const NGROUPS_MAX = 16
|
|
|
|
const NZERO = 20
|
|
|
|
const PATH_MAX = 1024
|
|
|
|
const PIPE_BUF = 512
|
|
|
|
const RE_DUP_MAX = 255
|
|
|
|
const TIOCGSIZE = "TIOCGWINSZ"
|
|
|
|
const TIOCSSIZE = "TIOCSWINSZ"
|
|
|
|
type Texception = struct {
|
|
Ftype1 int32
|
|
Fname uintptr
|
|
Farg1 float64
|
|
Farg2 float64
|
|
Fretval float64
|
|
}
|
|
|
|
type Tidtype_t = int32
|
|
|
|
type Tkauth_cred_t = uintptr
|
|
|
|
type Tswblk_t = int32
|
|
|
|
type Tttysize = struct {
|
|
Fts_lines uint16
|
|
Fts_cols uint16
|
|
Fts_xxx uint16
|
|
Fts_yyy uint16
|
|
}
|
|
|
|
const UID_MAX = 2147483647
|
|
|
|
const X_TLOSS = 0
|
|
|
|
const _POSIX2_VERSION = 200112
|
|
|
|
const _POSIX_THREAD_KEYS_MAX = 128
|
|
|
|
const _P_ALL = 0
|
|
|
|
const _P_PID = 1
|
|
|
|
type exception = Texception
|
|
|
|
type idtype_t = Tidtype_t
|
|
|
|
type kauth_cred_t = Tkauth_cred_t
|
|
|
|
type stack_t = Tstack_t
|
|
|
|
type swblk_t = Tswblk_t
|
|
|
|
type t__sFILE = TFILE
|
|
|
|
type ttysize = Tttysize
|