Runtime sync: add experience bus and learner stack to main #3
Reference in New Issue
Block a user
Delete Branch "codex/sync-runtime-main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brings
mainback in sync with the live NODA1 runtime stack after clean-main verification exposed missing source files.\n\nIncludes:\n- experience learner service + compose entry\n- router experience bus code and metrics\n- request_id propagation to router\n- experience bus migrations 054/055\n- experience bus runbooks and fixed payload docs\n\nValidation done locally:\n-python3 -m py_compileon copied Python files\n-docker compose -f docker-compose.node1.yml config --servicesincludesexperience-learner\n\nWhy this is needed:\n- NODA1 clean-main succeeded without downtime, butmake phase6-smokefailed becausemainlackedexperience-learnerand related runtime code. This PR closes that gap.