Skip to content

Extensibility Model

Extensibility only helps when it preserves the core package argument. In bijux-canon-index, extension points should widen retrieval execution, replay, and provenance intentionally rather than invite neighboring concerns in through convenience hooks.

What To Check

  • name the extension points that are safe because they preserve the package role
  • name the boundaries that extensions must not cross
  • prefer extension seams that keep review pressure visible in code and tests

First Proof Check

  • src/bijux_canon_index and apis for the structural ownership boundary
  • tests for replay and provenance evidence for executable confirmation that the structure still holds

Bottom Line

If bijux-canon-index needs hidden structure to defend retrieval execution, replay, and provenance, the architecture is already too opaque.