feat(ecosystem): compliant Praxis/Hexis integration + vendored build
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>
This commit is contained in:
+105
@@ -0,0 +1,105 @@
|
||||
// Code generated by modernc.org/undup from the per-target sqlite_*.go files; DO NOT EDIT.
|
||||
|
||||
//go:build (freebsd && 386) || (freebsd && amd64) || (freebsd && arm64)
|
||||
|
||||
package sqlite3
|
||||
|
||||
type TFILE = struct {
|
||||
F_p uintptr
|
||||
F_r int32
|
||||
F_w int32
|
||||
F_flags int16
|
||||
F_file int16
|
||||
F_bf t__sbuf
|
||||
F_lbfsize int32
|
||||
F_cookie uintptr
|
||||
F_close uintptr
|
||||
F_read uintptr
|
||||
F_seek uintptr
|
||||
F_write uintptr
|
||||
F_ub t__sbuf
|
||||
F_up uintptr
|
||||
F_ur int32
|
||||
F_ubuf [3]uint8
|
||||
F_nbuf [1]uint8
|
||||
F_lb t__sbuf
|
||||
F_blksize int32
|
||||
F_offset Tfpos_t
|
||||
F_fl_mutex uintptr
|
||||
F_fl_owner uintptr
|
||||
F_fl_count int32
|
||||
F_orientation int32
|
||||
F_mbstate t__mbstate_t
|
||||
F_flags2 int32
|
||||
}
|
||||
|
||||
type Tfiobmap2_arg = struct {
|
||||
Fbn t__daddr_t
|
||||
Frunp int32
|
||||
Frunb int32
|
||||
}
|
||||
|
||||
type Tflock = struct {
|
||||
Fl_start Toff_t
|
||||
Fl_len Toff_t
|
||||
Fl_pid Tpid_t
|
||||
Fl_type int16
|
||||
Fl_whence int16
|
||||
Fl_sysid int32
|
||||
}
|
||||
|
||||
type Tmax_align_t = struct {
|
||||
F__max_align1 int64
|
||||
F__max_align2 float64
|
||||
}
|
||||
|
||||
type Tspacectl_range = struct {
|
||||
Fr_offset Toff_t
|
||||
Fr_len Toff_t
|
||||
}
|
||||
|
||||
type Tvm_paddr_t = uint64
|
||||
|
||||
type t__max_align_t = struct {
|
||||
F__max_align1 int64
|
||||
F__max_align2 float64
|
||||
}
|
||||
|
||||
type t__oflock = struct {
|
||||
Fl_start Toff_t
|
||||
Fl_len Toff_t
|
||||
Fl_pid Tpid_t
|
||||
Fl_type int16
|
||||
Fl_whence int16
|
||||
}
|
||||
|
||||
type t__sFILE = struct {
|
||||
F_p uintptr
|
||||
F_r int32
|
||||
F_w int32
|
||||
F_flags int16
|
||||
F_file int16
|
||||
F_bf t__sbuf
|
||||
F_lbfsize int32
|
||||
F_cookie uintptr
|
||||
F_close uintptr
|
||||
F_read uintptr
|
||||
F_seek uintptr
|
||||
F_write uintptr
|
||||
F_ub t__sbuf
|
||||
F_up uintptr
|
||||
F_ur int32
|
||||
F_ubuf [3]uint8
|
||||
F_nbuf [1]uint8
|
||||
F_lb t__sbuf
|
||||
F_blksize int32
|
||||
F_offset Tfpos_t
|
||||
F_fl_mutex uintptr
|
||||
F_fl_owner uintptr
|
||||
F_fl_count int32
|
||||
F_orientation int32
|
||||
F_mbstate t__mbstate_t
|
||||
F_flags2 int32
|
||||
}
|
||||
|
||||
type t__vm_paddr_t = uint64
|
||||
Reference in New Issue
Block a user