Files
twenty/packages/create-twenty-app/src/constants/template
Paul Rastoin ebe816abb5 Remove outdated index view pitfall from app agent docs (#23667)
## Context

Index views are now auto-generated by a metadata side effect when an
object is created, so the "Common Pitfalls" entry warning against
creating an object without an associated index view is obsolete.

## What changed

Removed the line "Creating an object without an index view associated.
Unless this is a technical object, user will need to visualize it."
from:

- the `create-twenty-app` template
(`packages/create-twenty-app/src/constants/template/AGENTS.md`), used
for newly scaffolded apps
- the 14 existing copies across `packages/twenty-apps` (`AGENT.md` /
`AGENTS.md` / `CLAUDE.md` / `LLMS.md` in `examples`, `public`, and
`internal` apps)

The other pitfalls (navigationMenuItem, front-component scroll) are
unchanged since they still apply.

---
_Generated by [Claude
Code](https://claude.ai/code/session_01YYzo4dY3V7QXdDZtvk5FwY)_

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/23667?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
2026-08-01 15:04:30 +00:00
..
2026-04-03 12:44:03 +00:00
2026-06-26 17:51:01 +02:00
2026-04-03 12:44:03 +00:00
2026-04-03 12:44:03 +00:00

My Twenty App

Describe your app in one or two sentences.

Features

List the top things your app does, for example:

  • Feature one
  • Feature two
  • Feature three

Getting started

Setup instructions live in SETUP.md.

Publishing

The Publish workflow (.github/workflows/publish.yml) publishes the app to npm with provenance using npm trusted publishing. To publish:

  1. On npmjs.com register this repository as a trusted publisher of your package, pointing at the publish.yml workflow.
  2. Bump the version in package.json, then push a version tag (e.g. git tag v1.0.0 && git push --tags) or run the workflow manually from the Actions tab.

Publishing with provenance is also how you prove ownership when claiming your app in a Twenty marketplace.

Changelog

Notable changes are documented in CHANGELOG.md.

Learn more