Files
Maven/vendor/modernc.org/sqlite/lib/sqlite_g_0000000000000500.go
T
kami 6c92f85d10 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>
2026-07-19 20:24:33 +04:00

230 lines
3.1 KiB
Go

// Code generated by modernc.org/undup from the per-target sqlite_*.go files; DO NOT EDIT.
//go:build (linux && arm) || (linux && loong64)
package sqlite3
const __ACCUM_EPSILON__ = 0
const __ACCUM_FBIT__ = 15
const __ACCUM_IBIT__ = 16
const __ACCUM_MAX__ = 0
const __ACCUM_MIN__ = 0
const __DA_FBIT__ = 31
const __DA_IBIT__ = 32
const __DQ_FBIT__ = 63
const __DQ_IBIT__ = 0
const __FRACT_EPSILON__ = 0
const __FRACT_FBIT__ = 15
const __FRACT_IBIT__ = 0
const __FRACT_MAX__ = 0
const __FRACT_MIN__ = 0
const __HA_FBIT__ = 7
const __HA_IBIT__ = 8
const __HQ_FBIT__ = 15
const __HQ_IBIT__ = 0
const __LACCUM_EPSILON__ = 0
const __LACCUM_FBIT__ = 31
const __LACCUM_IBIT__ = 32
const __LACCUM_MAX__ = 0
const __LACCUM_MIN__ = 0
const __LFRACT_EPSILON__ = 0
const __LFRACT_FBIT__ = 31
const __LFRACT_IBIT__ = 0
const __LFRACT_MAX__ = 0
const __LFRACT_MIN__ = 0
const __LLACCUM_EPSILON__ = 0
const __LLACCUM_MAX__ = 0
const __LLACCUM_MIN__ = 0
const __LLFRACT_EPSILON__ = 0
const __LLFRACT_FBIT__ = 63
const __LLFRACT_IBIT__ = 0
const __LLFRACT_MAX__ = 0
const __LLFRACT_MIN__ = 0
const __QQ_FBIT__ = 7
const __QQ_IBIT__ = 0
const __SACCUM_EPSILON__ = 0
const __SACCUM_FBIT__ = 7
const __SACCUM_IBIT__ = 8
const __SACCUM_MAX__ = 0
const __SACCUM_MIN__ = 0
const __SA_FBIT__ = 15
const __SA_IBIT__ = 16
const __SFRACT_EPSILON__ = 0
const __SFRACT_FBIT__ = 7
const __SFRACT_IBIT__ = 0
const __SFRACT_MAX__ = 0
const __SFRACT_MIN__ = 0
const __SQ_FBIT__ = 31
const __SQ_IBIT__ = 0
const __TA_FBIT__ = 63
const __TA_IBIT__ = 64
const __TQ_FBIT__ = 127
const __TQ_IBIT__ = 0
const __UACCUM_EPSILON__ = 0
const __UACCUM_FBIT__ = 16
const __UACCUM_IBIT__ = 16
const __UACCUM_MAX__ = 0
const __UACCUM_MIN__ = 0
const __UDA_FBIT__ = 32
const __UDA_IBIT__ = 32
const __UDQ_FBIT__ = 64
const __UDQ_IBIT__ = 0
const __UFRACT_EPSILON__ = 0
const __UFRACT_FBIT__ = 16
const __UFRACT_IBIT__ = 0
const __UFRACT_MAX__ = 0
const __UFRACT_MIN__ = 0
const __UHA_FBIT__ = 8
const __UHA_IBIT__ = 8
const __UHQ_FBIT__ = 16
const __UHQ_IBIT__ = 0
const __ULACCUM_EPSILON__ = 0
const __ULACCUM_FBIT__ = 32
const __ULACCUM_IBIT__ = 32
const __ULACCUM_MAX__ = 0
const __ULACCUM_MIN__ = 0
const __ULFRACT_EPSILON__ = 0
const __ULFRACT_FBIT__ = 32
const __ULFRACT_IBIT__ = 0
const __ULFRACT_MAX__ = 0
const __ULFRACT_MIN__ = 0
const __ULLACCUM_EPSILON__ = 0
const __ULLACCUM_MAX__ = 0
const __ULLACCUM_MIN__ = 0
const __ULLFRACT_EPSILON__ = 0
const __ULLFRACT_FBIT__ = 64
const __ULLFRACT_IBIT__ = 0
const __ULLFRACT_MAX__ = 0
const __ULLFRACT_MIN__ = 0
const __UQQ_FBIT__ = 8
const __UQQ_IBIT__ = 0
const __USACCUM_EPSILON__ = 0
const __USACCUM_FBIT__ = 8
const __USACCUM_IBIT__ = 8
const __USACCUM_MAX__ = 0
const __USACCUM_MIN__ = 0
const __USA_FBIT__ = 16
const __USA_IBIT__ = 16
const __USFRACT_EPSILON__ = 0
const __USFRACT_FBIT__ = 8
const __USFRACT_IBIT__ = 0
const __USFRACT_MAX__ = 0
const __USFRACT_MIN__ = 0
const __USQ_FBIT__ = 32
const __USQ_IBIT__ = 0
const __UTA_FBIT__ = 64
const __UTA_IBIT__ = 64
const __UTQ_FBIT__ = 128
const __UTQ_IBIT__ = 0