Hive Hive
Sign in

Workspace rule paths let you share custom target kinds

Metadata
Source
GitHub
Version
0.23.0
Domains
Published
Jun 16, 2026 · 14:54 UTC
Repository
tuist/once
Update

You can now declare custom Starlark rules at the workspace root, and Once loads them into query, MCP, graph, and edit workflows. This lets teams share project-specific rules without relying on built-in target kinds. Rules are also included in declared action cache inputs, so edits to custom rule files correctly invalidate cached results. The root-level once.toml can include a [rules] table with paths such as rules = ["rules/*.star"].