Commit 08abd13
Sprint Bot
Phase 2 complete: 10 rounds + critical fixes + fleet sync CRDT competition
991 tests passing (1 skipped, 2 xfailed).
15 commits from Sprint 0.1 through Phase 2 completion.
10 Implementation Rounds:
- Sprint 2A.1: Modular directory restructuring
- Sprint 2A.2: Schema extraction + validation (4 JSON schemas, C structs)
- Sprint 2A.3+2A.4: CI workflows + spec migration from Edge-Native
- Sprint 2B.1: git-agent bridge (deploy, telemetry, trust, equipment)
- Sprint 2B.2: Edge heartbeat (vessel state, mission runner, 5-phase cycle)
- Sprint 2C.2: Trust unification (cross-language vectors, propagation, attestation)
- Sprint 2D.2: 6-stage bytecode safety validation pipeline
- Sprint 2C.3: Rosetta Stone intent-to-bytecode translation
- Sprint 2E.2: Skill loading system (cartridges, registry, 5 marine skills)
- Sprint 2D.3+2F: Emergency protocol + Phase 2 ADRs (ADR-029 to ADR-036)
Critical Bug Fixes (10):
- C1: Jump target validation checks operand2 not operand1
- C2: Unified .agent/next flat text format
- C3: HALT exempt from trust-level gating
- C4: Bridge extracts float from SubsystemTrust
- C5: Wait loop uses PUSH_F32 for float counter
- C6: emergency_surface skill issues WRITE_PIN
- I1: Bridge delegates to 6-stage BytecodeSafetyPipeline
- S1: HMAC key from env var NEXUS_ATTESTATION_KEY
- S5: Emergency fleet_notified=False without bridge
- S6: CLAMP_F-before-WRITE checks intervening PUSH
Research Findings (34 issues identified, top 10 fixed):
- 8 critical bugs, 8 architecture questions, 7 integration gaps
- 5 performance concerns, 6 security vulnerabilities documented
Fleet Sync Competition (3 solutions):
- A: GitSync (last-write-wins) — converges
- B: OperationCRDT — known convergence issues for non-commutative ops
- C: StateCRDT — converges
- Winner: GitSync (simplest, converges, uses git-native approach)
Integration: NexusOrchestrator wires all modules + simulation engine1 parent 281f707 commit 08abd13
4 files changed
Lines changed: 54 additions & 8 deletions
File tree
- jetson/agent/fleet_sync
- reports
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
549 | 550 | | |
550 | 551 | | |
551 | 552 | | |
| 553 | + | |
| 554 | + | |
552 | 555 | | |
553 | 556 | | |
554 | 557 | | |
| |||
588 | 591 | | |
589 | 592 | | |
590 | 593 | | |
| 594 | + | |
591 | 595 | | |
592 | 596 | | |
593 | 597 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 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 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
3 | 46 | | |
4 | 47 | | |
5 | 48 | | |
| |||
0 commit comments