Skip to content

chore(intent): adopt the explicit function role#12

Open
delchev wants to merge 1 commit into
masterfrom
feat/function-dsl
Open

chore(intent): adopt the explicit function role#12
delchev wants to merge 1 commit into
masterfrom
feat/function-dsl

Conversation

@delchev

@delchev delchev commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Migrates the suite to the platform's new explicit function DSL:

  • sales-invoicesSalesInvoicefunction: Document, numberfunction: DocumentTitle, Statusfunction: DocumentStatus, SalesInvoiceItemfunction: DocumentItem. The document is now declared explicitly rather than inferred from the *Item name.
  • All setting entities across the suite → function: Setting (was kind: setting).

Behaviour is unchanged — function is the preferred, explicit form of the legacy flags and the *Item naming. Verified: the whole suite regenerates on the function-enabled engine and SalesInvoice resolves to MANAGE_DOCUMENT with SalesInvoiceItem items and the DOCUMENT_NUMBER / DOCUMENT_STATUS widgets.

🤖 Generated with Claude Code

Migrate to the platform's new explicit `function` DSL:
- sales-invoices: SalesInvoice -> function: Document, its number -> function: DocumentTitle,
  Status -> function: DocumentStatus, SalesInvoiceItem -> function: DocumentItem (the document
  is now declared explicitly, not inferred from the *Item name).
- all setting entities across the suite -> function: Setting (was kind: setting).

Behaviour is unchanged - `function` is the preferred, explicit form of the legacy
kind: setting / documentTitle / documentStatus flags and the *Item naming.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant