Commit dd68240
chore(compose): add cloudflared on shared visionclaw_network (+ in-progress working tree)
Primary: docker-compose.cloudflared.yml runs a standalone Cloudflare tunnel on
the shared external visionclaw_network, reaching the VisionClaw container by its
network alias (visionclaw-server:3001). Completes the ecosystem-wide alignment
onto visionclaw_network (unified compose + agentbox already on it).
Also sweeps in unrelated in-progress working-tree changes per explicit request:
Dockerfile.unified, config.yml, agentbox submodule pointer bump
(-> origin/live-system @ 1569d26), docs (PRD-021/ADR-126), and eval artifacts.
Co-Authored-By: claude-flow <ruv@ruv.net>1 parent 2ba80dc commit dd68240
22 files changed
Lines changed: 1915 additions & 11 deletions
File tree
- .venv
- bin
- docs
- adr
- eval
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
141 | 150 | | |
142 | 151 | | |
143 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
144 | 157 | | |
145 | 158 | | |
146 | | - | |
147 | | - | |
148 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
149 | 162 | | |
150 | 163 | | |
151 | 164 | | |
| |||
155 | 168 | | |
156 | 169 | | |
157 | 170 | | |
| 171 | + | |
158 | 172 | | |
159 | 173 | | |
160 | 174 | | |
| |||
321 | 335 | | |
322 | 336 | | |
323 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
324 | 341 | | |
325 | 342 | | |
326 | 343 | | |
327 | 344 | | |
328 | 345 | | |
329 | 346 | | |
330 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
331 | 351 | | |
332 | 352 | | |
333 | 353 | | |
| |||
- agentbox.toml+27-3
- config/tmux-autostart.sh+33-10
- crates/headroom-napi/Cargo.lock+622
- crates/headroom-napi/Cargo.toml+32
- crates/headroom-napi/build.rs+3
- crates/headroom-napi/src/ccr_store.rs+408
- crates/headroom-napi/src/content_router.rs+239
- crates/headroom-napi/src/diff_compressor.rs+266
- crates/headroom-napi/src/lib.rs+94
- crates/headroom-napi/src/log_compressor.rs+319
- crates/headroom-napi/src/smart_crusher.rs+263
- crates/headroom-napi/src/types.rs+122
- docker-compose.override.yml+12-22
- docs/reference/adr/ADR-034-headroom-rust-crate-integration.md+184
- docs/reference/ddd/DDD-014-compression-cache-domain.md+298
- docs/reference/prd/PRD-016-context-compression-caching.md+250
- flake.nix+44-13
- lib/headroom-compress.nix+52
- management-api/lib/headroom-mcp-tools.js+219
- management-api/lib/headroom.js+407
- management-api/lib/junkiejarvis-agent.js+54
- management-api/routes/memory.js+11-1
- management-api/server.js+13
- mcp/servers/lib/memory-tools.js+27-2
- tests/contract/compression.contract.spec.js+940
- tests/sovereign/junkiejarvis-agent.test.js+46-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments