Changelog

Atelier releases

User-facing release notes for the public Atelier CLI.

Fixed

  • Simplified atl login output by removing the hosted API URL from the success message.
  • Made atl whoami show a clear login prompt when no local session is available.

Changed

  • Updated setup publishing and skill sharing to use clearer typed IDs with the hosted API, such as usr_, cfg_, and set_.
  • This release pairs with a hosted storage reset while Atelier is still early and before broader public usage.

Fixed

  • Improved validation between the CLI and hosted API for setup publishing and skill sharing.

Fixed

  • Fixed public setup search and install so local development .env files cannot accidentally point public setup reads at a local API server.
  • Fixed atl setups search failing with “Unable to connect” when run from a project directory that defines a local ATELIER_API_URL.

Added

  • Added public setup sharing with atl setups publish, atl setups search, atl setups install, and atl setups yank.
  • Added review-first setup publishing for selected config files, reviewed folders, and Agent Skills.
  • Added anonymous setup search and install so public setups can be discovered and previewed without signing in.
  • Added verified setup installs that check publisher signatures and file hashes before planning local writes.
  • Added setup install previews, resource selection, conflict detection, project confirmation, and backup-before-overwrite behavior.
  • Added public setup documentation at /docs/setups.

Added

  • Added Agent Skills sync for saving and restoring reusable AI-agent skills.
  • Added atl skills scan to review skills found on your machine.
  • Added atl skills save with an explicit review step before anything is uploaded.
  • Added atl skills install with previews, conflict detection, and optional backups.
  • Added canonical installs to ~/.agents/skills with projection into supported agent directories.
  • Added public Agent Skills documentation.

Changed

  • Folder saves now ignore Agent Skills directories so skills are handled by the dedicated skills workflow.
  • Skill installs now leave matching local copies untouched and block differing local copies unless a backup is requested.

Fixed

  • Fixed skill projection checks for symlinked directories on macOS.

Added

  • Added the public Atelier website and documentation.
  • Added folder sync for saving and restoring groups of related files.
  • Added folder save review before upload.
  • Added confidence labels to help decide which files should be saved.
  • Added recovery for interrupted folder saves.
  • Added reusable folder save recipes.

Changed

  • Improved public docs for setup, security, profiles, apply, and troubleshooting.
  • Clarified apply previews when a folder restore would create new local files.

Added

  • Added apply previews so local files can be reviewed before changes are written.
  • Added backup-backed apply for saved configs.
  • Added profile switching that restores saved configs safely.

Added

  • Added encrypted config saving with atl save.
  • Added local vault passphrase support for protecting saved config contents.
  • Added saved config inspection.

Changed

  • Expanded setup and security documentation for encrypted config saving.

Fixed

  • Improved passphrase prompts used by encrypted local workflows.
  • Improved reliability of the published CLI package.

Changed

  • Reduced the size of the installed CLI package.
  • Kept the public CLI focused on supported commands.

Changed

  • Improved the published CLI package for npm installs.

Fixed

  • No user-facing behavior changes.

Added

  • Released the first public atl CLI.
  • Added local config discovery so Atelier can show known developer-tool settings on your machine.
  • Added health checks with atl doctor.
  • Added machine-readable CLI output for inspection and debugging.
  • Added GitHub login for account-backed Atelier workflows.

Fixed

  • Reduced false positives when detecting sensitive local files.
  • Improved scan speed and startup feedback.