What's new since modularization
Use this catalog to find user-facing capabilities added since 10.2.20260610
(2026-06-10). Keep the deeper configuration and API details in the linked
canonical guides. Select a node in the map to open that section.
note
When a user-facing feature ships, add or refresh its short entry here in the same documentation PR as its deep guide.
Browse by group
PlatformModular dependencies, upgrading, and generators.AgenticDeterministic tools and optional providers.EvidenceFailure evidence and reporting surfaces.TestingNewer testing and audit surfaces.ModulesOptional artifacts and preview work.Features you might have missedOlder, useful capabilities.
Import the BOM before combining published modules:
pom.xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.shafthq</groupId>
<artifactId>shaft-bom</artifactId>
<version>${shaft.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>