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>
69 lines
2.2 KiB
Go
69 lines
2.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) || (linux && 386) || (linux && amd64) || (linux && arm) || (linux && arm64) || (linux && loong64) || (linux && ppc64le) || (linux && riscv64) || (linux && s390x) || (netbsd && amd64) || (openbsd && amd64) || (openbsd && arm64) || (windows && (amd64 || arm64)) || (windows && 386)
|
|
|
|
package sqlite3
|
|
|
|
const MB_CUR_MAX = 0
|
|
|
|
var _aBase = [27]Tu64{
|
|
0: uint64(0x8000000000000000),
|
|
1: uint64(0xa000000000000000),
|
|
2: uint64(0xc800000000000000),
|
|
3: uint64(0xfa00000000000000),
|
|
4: uint64(0x9c40000000000000),
|
|
5: uint64(0xc350000000000000),
|
|
6: uint64(0xf424000000000000),
|
|
7: uint64(0x9896800000000000),
|
|
8: uint64(0xbebc200000000000),
|
|
9: uint64(0xee6b280000000000),
|
|
10: uint64(0x9502f90000000000),
|
|
11: uint64(0xba43b74000000000),
|
|
12: uint64(0xe8d4a51000000000),
|
|
13: uint64(0x9184e72a00000000),
|
|
14: uint64(0xb5e620f480000000),
|
|
15: uint64(0xe35fa931a0000000),
|
|
16: uint64(0x8e1bc9bf04000000),
|
|
17: uint64(0xb1a2bc2ec5000000),
|
|
18: uint64(0xde0b6b3a76400000),
|
|
19: uint64(0x8ac7230489e80000),
|
|
20: uint64(0xad78ebc5ac620000),
|
|
21: uint64(0xd8d726b7177a8000),
|
|
22: uint64(0x878678326eac9000),
|
|
23: uint64(0xa968163f0a57b400),
|
|
24: uint64(0xd3c21bcecceda100),
|
|
25: uint64(0x84595161401484a0),
|
|
26: uint64(0xa56fa5b99019a5c8),
|
|
}
|
|
|
|
var _aScale = [26]Tu64{
|
|
0: uint64(0x8049a4ac0c5811ae),
|
|
1: uint64(0xcf42894a5dce35ea),
|
|
2: uint64(0xa76c582338ed2621),
|
|
3: uint64(0x873e4f75e2224e68),
|
|
4: uint64(0xda7f5bf590966848),
|
|
5: uint64(0xb080392cc4349dec),
|
|
6: uint64(0x8e938662882af53e),
|
|
7: uint64(0xe65829b3046b0afa),
|
|
8: uint64(0xba121a4650e4ddeb),
|
|
9: uint64(0x964e858c91ba2655),
|
|
10: uint64(0xf2d56790ab41c2a2),
|
|
11: uint64(0xc428d05aa4751e4c),
|
|
12: uint64(0x9e74d1b791e07e48),
|
|
13: uint64(0xcccccccccccccccc),
|
|
14: uint64(0xcecb8f27f4200f3a),
|
|
15: uint64(0xa70c3c40a64e6c51),
|
|
16: uint64(0x86f0ac99b4e8dafd),
|
|
17: uint64(0xda01ee641a708de9),
|
|
18: uint64(0xb01ae745b101e9e4),
|
|
19: uint64(0x8e41ade9fbebc27d),
|
|
20: uint64(0xe5d3ef282a242e81),
|
|
21: uint64(0xb9a74a0637ce2ee1),
|
|
22: uint64(0x95f83d0a1fb69cd9),
|
|
23: uint64(0xf24a01a73cf2dccf),
|
|
24: uint64(0xc3b8358109e84f07),
|
|
25: uint64(0x9e19db92b4e31ba9),
|
|
}
|
|
|
|
type uint_fast64_t = Tuint_fast64_t
|