add event-bus service config v0.0.1
-(engine): add event-bus (8510) to SERVICES config -(engine): add event-bus container to docker-compose.yml with redis dependency -(engine): include event-bus in SERVICE_START_ORDER and status checks
add README documentation v0.0.1
-(deploy): document service purpose, flow, and API endpoints -(deploy): explain build isolation and Docker executor usage -(deploy): include environment variables and Docker run examples
simplify Dockerfile to run TypeScript directly v0.0.1
-(consensus): remove build step, Bun runs TypeScript natively -(consensus): copy src/ instead of dist/ in production image -(consensus): keep typecheck as optional verification step
add box-git, deploy, event-bus service configs v0.0.1
-(cli): add service configs for box-git (8508), deploy (8509), event-bus (8510) -(cli): update port allocation comments in header -(cli): add new services to SERVICE_ORDER for proper startup sequence
fix: consistent REPOS_DIR default path v0.2.3
fix(docker): add docker-cli for EXECUTOR=docker mode v0.6.1
add tana-box-git to tracked projects
fix: use Rust 1.82 (stable) for Docker v0.2.2
-(event-bus): Rust 1.83 has edge case issues with some deps
fix: use crates.io and git dependencies for CI v0.2.2
-(box-git): use tana-auth 0.1 from crates.io -(box-git): use tana-crypto v0.2.2 from git -(box-git): path dependencies don't work in CI
chore: bump version to 0.2.1 v0.2.1
-(event-bus): sync all package versions to 0.2.1