Document structured data, both ways in A block can describe itself with structuredData(), and the shipped FAQ block does. But a site's blocks are usually written by whoever installed this, so typing schema on the page is the normal path rather than a fallback, and the docs now say so. Also removes the 'no JSON-LD' lines from four pages, which stopped being true, and replaces them with what is genuinely still missing: Review, opening hours, and nodes from a host app's own models.
Rework the wiki: six new pages, and stop the duplication Everything past installation lived in two half-pages and a lot of it was nowhere. Adds Blocks, Design tokens, Bilingual and RTL, Publishing, Configuration and Troubleshooting, each covering what was previously scattered or missing entirely. Troubleshooting is the one worth having: almost every failure mode in this package is silent, so it lists them in the order they catch people rather than by subsystem. Usage stops repeating the block-writing guide and points at it. How it works gains the pieces built since it was written: the revisions and redirects tables, layout resolution, and why tokens are stored as references. Home becomes a real index, and the sidebar is grouped rather than a flat list.
Close the gaps a test agent found in the quickstart Gave the page to a model with no other context and asked what it would still have to guess. Three answers were fair: how to find the panel provider, whether Vite has to be running, and what implementing FilamentUser actually looks like. All three now answered on the page.
It is on Packagist now, so drop the VCS repository workaround
Fix the agent quickstart failing on its first command The package is not on Packagist yet, so 'composer require safi/filament-atelier' fails with 'could not be found'. The Installation page said so; the quickstart did not, and an agent following only the quickstart would stop dead at step one. Also names what to do when Filament or a panel is missing, rather than assuming both exist.
Document setup, usage and an agent quickstart