Skip to content

bijux-core

bijux-core is split on purpose. Repository governance, CLI behavior, DAG runtime behavior, and maintainer automation are separate handbooks so each surface stays reviewable and stable.

This landing page is for fast routing by task, not by crate name memory.

Visual Summary

flowchart LR
    question[what do you need to do] --> repo[repository policy and boundaries]
    question --> cli[cli runtime behavior and command semantics]
    question --> dag[dag graph run replay and diff behavior]
    question --> dev[maintainer verification and release operations]

Handbooks

Start Here

Task Routing Matrix

If you need to... Start here Why
understand repository-wide ownership and release policy Repository Handbook it owns cross-program contracts and governance
troubleshoot or change CLI command behavior CLI Handbook it owns CLI interfaces, operations, and quality contracts
troubleshoot DAG validate/run/replay/diff behavior DAG Handbook it owns DAG architecture, interfaces, and operations policy
run maintainership gates or release workflows Maintainer Handbook it owns maintainer command surfaces and governance controls

When a question affects more than one handbook, start from Repository Handbook and then follow its cross-links to program-specific pages.