Skip to content

Commit 7fbfe40

Browse files
committed
chore(skills): update compute skill references from regenerated schema
1 parent a0a1a01 commit 7fbfe40

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.agents/skills/cli-compute/references/platform-function-definition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ constructive-functions compute:platform-function-definition list --where.<field>
1212
constructive-functions compute:platform-function-definition list --limit 10 --after <cursor>
1313
constructive-functions compute:platform-function-definition find-first --where.<field>.<op> <value>
1414
constructive-functions compute:platform-function-definition get --id <UUID>
15-
constructive-functions compute:platform-function-definition create --name <String> --scope <String> --taskIdentifier <String> [--description <String>] [--isBuiltIn <Boolean>] [--isInvocable <Boolean>] [--maxAttempts <Int>] [--namespaceId <UUID>] [--priority <Int>] [--queueName <String>] [--serviceUrl <String>] [--requiredConfigs <FunctionRequirement>] [--requiredSecrets <FunctionRequirement>] [--inputs <JSON>] [--outputs <JSON>] [--props <JSON>] [--volatile <Boolean>] [--icon <String>] [--category <String>]
16-
constructive-functions compute:platform-function-definition update --id <UUID> [--description <String>] [--isBuiltIn <Boolean>] [--isInvocable <Boolean>] [--maxAttempts <Int>] [--name <String>] [--namespaceId <UUID>] [--priority <Int>] [--queueName <String>] [--scope <String>] [--serviceUrl <String>] [--taskIdentifier <String>] [--requiredConfigs <FunctionRequirement>] [--requiredSecrets <FunctionRequirement>] [--inputs <JSON>] [--outputs <JSON>] [--props <JSON>] [--volatile <Boolean>] [--icon <String>] [--category <String>]
15+
constructive-functions compute:platform-function-definition create --name <String> --scope <String> --taskIdentifier <String> [--description <String>] [--isBuiltIn <Boolean>] [--isInvocable <Boolean>] [--maxAttempts <Int>] [--namespaceId <UUID>] [--priority <Int>] [--queueName <String>] [--serviceUrl <String>] [--requiredConfigs <FunctionRequirement>] [--requiredSecrets <FunctionRequirement>] [--category <String>] [--icon <String>] [--inputs <JSON>] [--outputs <JSON>] [--props <JSON>] [--volatile <Boolean>] [--runtime <String>]
16+
constructive-functions compute:platform-function-definition update --id <UUID> [--description <String>] [--isBuiltIn <Boolean>] [--isInvocable <Boolean>] [--maxAttempts <Int>] [--name <String>] [--namespaceId <UUID>] [--priority <Int>] [--queueName <String>] [--scope <String>] [--serviceUrl <String>] [--taskIdentifier <String>] [--requiredConfigs <FunctionRequirement>] [--requiredSecrets <FunctionRequirement>] [--category <String>] [--icon <String>] [--inputs <JSON>] [--outputs <JSON>] [--props <JSON>] [--volatile <Boolean>] [--runtime <String>]
1717
constructive-functions compute:platform-function-definition delete --id <UUID>
1818
```
1919

@@ -52,5 +52,5 @@ constructive-functions compute:platform-function-definition list --where.id.equa
5252
### Create a platformFunctionDefinition
5353

5454
```bash
55-
constructive-functions compute:platform-function-definition create --name <String> --scope <String> --taskIdentifier <String> [--description <String>] [--isBuiltIn <Boolean>] [--isInvocable <Boolean>] [--maxAttempts <Int>] [--namespaceId <UUID>] [--priority <Int>] [--queueName <String>] [--serviceUrl <String>] [--requiredConfigs <FunctionRequirement>] [--requiredSecrets <FunctionRequirement>] [--inputs <JSON>] [--outputs <JSON>] [--props <JSON>] [--volatile <Boolean>] [--icon <String>] [--category <String>]
55+
constructive-functions compute:platform-function-definition create --name <String> --scope <String> --taskIdentifier <String> [--description <String>] [--isBuiltIn <Boolean>] [--isInvocable <Boolean>] [--maxAttempts <Int>] [--namespaceId <UUID>] [--priority <Int>] [--queueName <String>] [--serviceUrl <String>] [--requiredConfigs <FunctionRequirement>] [--requiredSecrets <FunctionRequirement>] [--category <String>] [--icon <String>] [--inputs <JSON>] [--outputs <JSON>] [--props <JSON>] [--volatile <Boolean>] [--runtime <String>]
5656
```

.agents/skills/hooks-compute/references/platform-function-definition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Function definitions — registered cloud functions with routing, queue, and ret
77
## Usage
88

99
```typescript
10-
usePlatformFunctionDefinitionsQuery({ selection: { fields: { createdAt: true, description: true, id: true, isBuiltIn: true, isInvocable: true, maxAttempts: true, name: true, namespaceId: true, priority: true, queueName: true, scope: true, serviceUrl: true, taskIdentifier: true, updatedAt: true, requiredConfigs: true, requiredSecrets: true, inputs: true, outputs: true, props: true, volatile: true, icon: true, category: true } } })
11-
usePlatformFunctionDefinitionQuery({ id: '<UUID>', selection: { fields: { createdAt: true, description: true, id: true, isBuiltIn: true, isInvocable: true, maxAttempts: true, name: true, namespaceId: true, priority: true, queueName: true, scope: true, serviceUrl: true, taskIdentifier: true, updatedAt: true, requiredConfigs: true, requiredSecrets: true, inputs: true, outputs: true, props: true, volatile: true, icon: true, category: true } } })
10+
usePlatformFunctionDefinitionsQuery({ selection: { fields: { createdAt: true, description: true, id: true, isBuiltIn: true, isInvocable: true, maxAttempts: true, name: true, namespaceId: true, priority: true, queueName: true, scope: true, serviceUrl: true, taskIdentifier: true, updatedAt: true, requiredConfigs: true, requiredSecrets: true, category: true, icon: true, inputs: true, outputs: true, props: true, volatile: true, runtime: true } } })
11+
usePlatformFunctionDefinitionQuery({ id: '<UUID>', selection: { fields: { createdAt: true, description: true, id: true, isBuiltIn: true, isInvocable: true, maxAttempts: true, name: true, namespaceId: true, priority: true, queueName: true, scope: true, serviceUrl: true, taskIdentifier: true, updatedAt: true, requiredConfigs: true, requiredSecrets: true, category: true, icon: true, inputs: true, outputs: true, props: true, volatile: true, runtime: true } } })
1212
useCreatePlatformFunctionDefinitionMutation({ selection: { fields: { id: true } } })
1313
useUpdatePlatformFunctionDefinitionMutation({ selection: { fields: { id: true } } })
1414
useDeletePlatformFunctionDefinitionMutation({})
@@ -20,7 +20,7 @@ useDeletePlatformFunctionDefinitionMutation({})
2020

2121
```typescript
2222
const { data, isLoading } = usePlatformFunctionDefinitionsQuery({
23-
selection: { fields: { createdAt: true, description: true, id: true, isBuiltIn: true, isInvocable: true, maxAttempts: true, name: true, namespaceId: true, priority: true, queueName: true, scope: true, serviceUrl: true, taskIdentifier: true, updatedAt: true, requiredConfigs: true, requiredSecrets: true, inputs: true, outputs: true, props: true, volatile: true, icon: true, category: true } },
23+
selection: { fields: { createdAt: true, description: true, id: true, isBuiltIn: true, isInvocable: true, maxAttempts: true, name: true, namespaceId: true, priority: true, queueName: true, scope: true, serviceUrl: true, taskIdentifier: true, updatedAt: true, requiredConfigs: true, requiredSecrets: true, category: true, icon: true, inputs: true, outputs: true, props: true, volatile: true, runtime: true } },
2424
});
2525
```
2626

@@ -30,5 +30,5 @@ const { data, isLoading } = usePlatformFunctionDefinitionsQuery({
3030
const { mutate } = useCreatePlatformFunctionDefinitionMutation({
3131
selection: { fields: { id: true } },
3232
});
33-
mutate({ description: '<String>', isBuiltIn: '<Boolean>', isInvocable: '<Boolean>', maxAttempts: '<Int>', name: '<String>', namespaceId: '<UUID>', priority: '<Int>', queueName: '<String>', scope: '<String>', serviceUrl: '<String>', taskIdentifier: '<String>', requiredConfigs: '<FunctionRequirement>', requiredSecrets: '<FunctionRequirement>', inputs: '<JSON>', outputs: '<JSON>', props: '<JSON>', volatile: '<Boolean>', icon: '<String>', category: '<String>' });
33+
mutate({ description: '<String>', isBuiltIn: '<Boolean>', isInvocable: '<Boolean>', maxAttempts: '<Int>', name: '<String>', namespaceId: '<UUID>', priority: '<Int>', queueName: '<String>', scope: '<String>', serviceUrl: '<String>', taskIdentifier: '<String>', requiredConfigs: '<FunctionRequirement>', requiredSecrets: '<FunctionRequirement>', category: '<String>', icon: '<String>', inputs: '<JSON>', outputs: '<JSON>', props: '<JSON>', volatile: '<Boolean>', runtime: '<String>' });
3434
```

.agents/skills/orm-compute/references/platform-function-definition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Function definitions — registered cloud functions with routing, queue, and ret
99
```typescript
1010
db.platformFunctionDefinition.findMany({ select: { id: true } }).execute()
1111
db.platformFunctionDefinition.findOne({ id: '<UUID>', select: { id: true } }).execute()
12-
db.platformFunctionDefinition.create({ data: { description: '<String>', isBuiltIn: '<Boolean>', isInvocable: '<Boolean>', maxAttempts: '<Int>', name: '<String>', namespaceId: '<UUID>', priority: '<Int>', queueName: '<String>', scope: '<String>', serviceUrl: '<String>', taskIdentifier: '<String>', requiredConfigs: '<FunctionRequirement>', requiredSecrets: '<FunctionRequirement>', inputs: '<JSON>', outputs: '<JSON>', props: '<JSON>', volatile: '<Boolean>', icon: '<String>', category: '<String>' }, select: { id: true } }).execute()
12+
db.platformFunctionDefinition.create({ data: { description: '<String>', isBuiltIn: '<Boolean>', isInvocable: '<Boolean>', maxAttempts: '<Int>', name: '<String>', namespaceId: '<UUID>', priority: '<Int>', queueName: '<String>', scope: '<String>', serviceUrl: '<String>', taskIdentifier: '<String>', requiredConfigs: '<FunctionRequirement>', requiredSecrets: '<FunctionRequirement>', category: '<String>', icon: '<String>', inputs: '<JSON>', outputs: '<JSON>', props: '<JSON>', volatile: '<Boolean>', runtime: '<String>' }, select: { id: true } }).execute()
1313
db.platformFunctionDefinition.update({ where: { id: '<UUID>' }, data: { description: '<String>' }, select: { id: true } }).execute()
1414
db.platformFunctionDefinition.delete({ where: { id: '<UUID>' } }).execute()
1515
```
@@ -28,7 +28,7 @@ const items = await db.platformFunctionDefinition.findMany({
2828

2929
```typescript
3030
const item = await db.platformFunctionDefinition.create({
31-
data: { description: '<String>', isBuiltIn: '<Boolean>', isInvocable: '<Boolean>', maxAttempts: '<Int>', name: '<String>', namespaceId: '<UUID>', priority: '<Int>', queueName: '<String>', scope: '<String>', serviceUrl: '<String>', taskIdentifier: '<String>', requiredConfigs: '<FunctionRequirement>', requiredSecrets: '<FunctionRequirement>', inputs: '<JSON>', outputs: '<JSON>', props: '<JSON>', volatile: '<Boolean>', icon: '<String>', category: '<String>' },
31+
data: { description: '<String>', isBuiltIn: '<Boolean>', isInvocable: '<Boolean>', maxAttempts: '<Int>', name: '<String>', namespaceId: '<UUID>', priority: '<Int>', queueName: '<String>', scope: '<String>', serviceUrl: '<String>', taskIdentifier: '<String>', requiredConfigs: '<FunctionRequirement>', requiredSecrets: '<FunctionRequirement>', category: '<String>', icon: '<String>', inputs: '<JSON>', outputs: '<JSON>', props: '<JSON>', volatile: '<Boolean>', runtime: '<String>' },
3232
select: { id: true }
3333
}).execute();
3434
```

0 commit comments

Comments
 (0)