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.
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
mainback in. Force Pull keeps the previous in-place overwrite.
Deploy and rename
- Deploy / Update Config forward the
application.jsonname so renaming a project locally renames it on the server in the same request. Pairs withbricks 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
.tsfiles are cleaned up on pull.
Skills
- New bricks-design and bricks-ux skills bundle the visual-design and interaction-design disciplines for project agents.
Improvements
- Generated projects ship a new
bun update-appscript that pushes config changes without bumping the release version. Pairs with thebricks app update --last-commit-id/--validateconflict guards in BRICKS CLI. - Refresh the agent reference for Buttress integration.
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.
Breaking changes
- Renamed from
bricks-project—@fugood/bricks-projectis now@fugood/bricks-ctor, andbricks-project-generatoris nowbricks-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.