Commit 8ed1941
feat: AWS/GCP cartridge hardening, duckdb-mcp, federation expansion
- Fix Containerfile license label (MPL-2.0 → PMPL-1.0-or-later)
- Migrate README.md → README.adoc
- Harden AWS and GCP cartridge ABI proofs, FFI layers, and V adapters
- Add duckdb-mcp cartridge with full ABI/FFI/adapter/panels stack
- Expand federation Zig layer with multi-node consensus and routing
- Expand MCP bridge with additional tool handlers
- Add database FFI connection pooling and prepared statements
- Add health-check and SELinux context scripts
- Gitignore panic-attack scan reports
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1ac59d2 commit 8ed1941
40 files changed
Lines changed: 2582 additions & 463 deletions
File tree
- cartridges
- aws-mcp
- abi
- AwsMcp
- adapter
- ffi
- panels
- tests
- database-mcp/ffi
- duckdb-mcp
- abi
- DuckdbMcp
- adapter
- benchmarks
- ffi
- panels
- tests
- gcp-mcp
- abi
- GcpMcp
- adapter
- ffi
- panels
- ffi/zig/src
- mcp-bridge
- scripts
- maintenance
- tests
- tools/cartridge-minter/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | | - | |
42 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
43 | 85 | | |
44 | 86 | | |
45 | 87 | | |
| |||
54 | 96 | | |
55 | 97 | | |
56 | 98 | | |
57 | | - | |
| 99 | + | |
58 | 100 | | |
59 | 101 | | |
60 | 102 | | |
| |||
77 | 119 | | |
78 | 120 | | |
79 | 121 | | |
80 | | - | |
| 122 | + | |
| 123 | + | |
0 commit comments