Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bricks.tools/llms.txt

Use this file to discover all available pages before exploring further.

May 20, 2026
ReleasePreview
v2.24.4

Auto-compile and pull

  • Background auto-compile — hash-gated background builds while a project session is active, with an inline compile-error banner and a Pull / Update Config pill flow that detects server-newer / local-ahead state.
  • Non-force Pull — the Pull dialog gains a non-force option that branches at the server’s last commit, applies the new files, and merges main back in. Force Pull keeps the previous in-place overwrite.

Deploy and rename

  • Deploy / Update Config forward the application.json name so renaming a project locally renames it on the server in the same request. Pairs with bricks app/module release --name.

Generated files

  • Automation-test and data-calculation filenames now use a kebab-cased alias slug so they stay stable across reorders; orphan .ts files are cleaned up on pull.

Skills

  • New bricks-design and bricks-ux skills bundle the visual-design and interaction-design disciplines for project agents.
May 13, 2026
ReleasePreview
v2.24.3

Improvements

  • Generated projects ship a new bun update-app script that pushes config changes without bumping the release version. Pairs with the bricks app update --last-commit-id / --validate conflict guards in BRICKS CLI.
  • Refresh the agent reference for Buttress integration.
April 29, 2026
ReleasePreview
v2.24.1

Improvements

  • Auto-generated commits (deploy, pull force-commits, migration/update) are now attributed to a CTOR (Desktop) author.
  • Generator skips dot directories and markdown files when formatting generated projects.
April 22, 2026
ReleaseBreaking
v2.24.0

Breaking changes

  • Renamed from bricks-project@fugood/bricks-project is now @fugood/bricks-ctor, and bricks-project-generator is now bricks-ctor-generator.
  • New project layout — generated projects use from 'bricks-ctor' imports and the ./ctor/ directory.
  • Automatic migration — legacy project/ directories and MCP config keys are migrated on first run. See getting started for the current setup.