Toolkit Versioning

The current toolkit is in the 0.5.x development line. The first Nexus release is intended to be a Beta, not a declaration that the API has reached stable 1.0 compatibility.

Documentation version strategy

The initial wiki documents the current development line at one canonical URL. It does not duplicate the whole site per patch version yet.

The repository structure keeps versioning possible later by:

  • separating conceptual Markdown from generated API output;
  • generating API reference from a specific source checkout/ref;
  • allowing deployment builds to set a toolkit source ref;
  • keeping compatibility/status pages explicit about the evidence version.

When breaking public changes begin to matter between maintained release lines, add versioned builds (for example /0.6/, /0.7/, /1.0/) rather than retrofitting version awareness into every current page today.