Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/ai/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ For a `complete` application, you get:
1. **Metadata Files (YAML)**
- `*.object.yml` - Data entities
- `*.validation.yml` - Validation rules
- `*.form.yml` - Data entry forms
- `*.view.yml` - List views
- `*.page.yml` - UI pages
- `*.menu.yml` - Navigation
- `*.permission.yml` - Access control
- `*.workflow.yml` - Automation
- `*.data.yml` - Seed data

2. **TypeScript Implementation Files**
- `*.action.ts` - Custom business operations
Expand Down
Loading
Loading