Celebi / News

CLI: project-root @/ paths with tab completion

The Celebi shell now understands @/ as an alias for the project root:

  • @/ paths resolve in all task-configuration commands.
  • Tab completion works for @/ paths, so deep object paths are quick to type.
  • The change ships with a full test suite for path resolution.
celebi> configure @/analysis/selection --param threshold=0.9