Code map¶
High-signal locations:
src/bijux_agent/main.py— CLI entry pointsrc/bijux_agent/cli/— CLI helpers and artifact writingsrc/bijux_agent/httpapi/— FastAPI integration layersrc/bijux_agent/api/v1/— v1 schemas and handlerssrc/bijux_agent/pipeline/— canonical pipeline, phases, execution, resultssrc/bijux_agent/tracing/— trace schema, validation, upgrades, fingerprintstests/— unit tests and invariants (docs checksums, contract checks)
If you touch docs/spec/*, assume you are changing the contract.