mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 01:46:39 -04:00
@martmull v2.0 ;) --------- Co-authored-by: martmull <martmull@hotmail.fr> Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
Marketplace Screenshots
The Codex marketplace listing for the Twenty plugin requires ≥ 1 screenshot showing the plugin in action (Build guide §Assets).
What to Capture
Three screenshots, all PNG, at marketplace resolution (preferably 1600×1000 or higher, 16:10):
01-create-app.png—create-appmid-flow: user prompt asking to scaffold a new Twenty app, the agent asking for the instance URL, and thecreate-twenty-appoutput visible.02-develop-and-sync.png—develop-appadding an entity throughyarn twenty dev:add, followed byyarn twenty dev --oncesyncing successfully.03-use-twenty-mcp.png—use-twenty-mcpretrieving a workspace records table where the record-name column is rendered as a linked Markdown table.
After Adding the Files
- Drop the three PNGs into this directory using the exact filenames above.
- Update
.codex-plugin/plugin.jsoninterface.screenshots:"screenshots": [ "./assets/screenshots/01-create-app.png", "./assets/screenshots/02-develop-and-sync.png", "./assets/screenshots/03-use-twenty-mcp.png" ] - Run
yarn workspace twenty-codex-plugin validate— the plannedassertAssetscheck confirms every referenced screenshot exists and is PNG. - Tick rows A4, A5, A6 in
CHECKLIST.mdwith the reviewer's date.
What Not to Include
No customer data, real workspace URLs, real API keys, or unreleased confidential content. Use the bundled local Docker instance or a dedicated demo workspace for captures.