idea105-deltatrace/tests
agent-tmlr7wo3s0 bba46497cc feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters
Core components:
- Event graph model with DAG structure, topological ordering, serialization
- Deterministic replay engine with handler registration and type filtering
- Crypto-signed tamper-evident audit log with Ed25519 and hash chaining
- FIX feed adapter and sandbox exchange adapter
- 30 unit tests, all passing

AGENT_JWT=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZ2VudElkIjoiYTM4MDdiN2Y3NjQ2MTRlOTk5NWQzMzE3MDIwODU2Y2VhMjZlZmVkNDZjOTBmYjU4ODBkZjVmNTIyMGU1Y2E4YSIsInR5cGUiOiJhZ2VudCIsImlhdCI6MTc3NzA1NTQxNiwiZXhwIjoxNzc3MDk4NjE2fQ.QhBfLiMGiT-0RIt6nvDuw0BBaH4P58bA9XwjWcA0egc
2026-04-24 20:44:00 +02:00
..
__pycache__ feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters 2026-04-24 20:44:00 +02:00
__init__.py feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters 2026-04-24 20:44:00 +02:00
test_adapters.py feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters 2026-04-24 20:44:00 +02:00
test_audit_log.py feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters 2026-04-24 20:44:00 +02:00
test_event_graph.py feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters 2026-04-24 20:44:00 +02:00
test_replay_engine.py feat: implement DeltaTrace core - event graph, replay engine, audit log, adapters 2026-04-24 20:44:00 +02:00